| Issue 3: | r46 breaks loading | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Under Windows XP, with SVN r46, the examples aren't loading because the init function of UIWindow expects 2 arguments but is given one : C:\Documents and Settings\Administrateur\Bureau\pymt-read-only\examples\touchtra cer>"C:\Program Files\Python26\python.exe" touchtracer.py C:\Program Files\Python26\lib\site-packages\pymt\mtpyglet.py:19: DeprecationWarn ing: the sets module is deprecated import sets Traceback (most recent call last): File "touchtracer.py", line 46, in <module> w = UIWindow() TypeError: __init__() takes at least 2 arguments (1 given)
Dec 13, 2008
Project Member
#1
leca...@gmail.com
Dec 14, 2008
should work now..that was a bad commit :(
Status:
Fixed
Owner: thomas.hansen
Dec 14, 2008
On commit 53 it still doesn't seem to work.
Dec 14, 2008
Nevermind, problem was on my side.
Dec 14, 2008
which example application application? just ran it here without problems. UIWindow now has all arguments as optional. Did you run the setup script after downloading rev 53?
Status:
New
Dec 14, 2008
thanks you very much for taking the time to test things out and leave feedback here!!
Status:
Fixed
Dec 14, 2008
It's a pleasure ! I'm currently building my table, once it's done, I'll be using pymt much more and might be able to contribute. My plan is to build a multitouch video/audio editor GUI. I don't really want to build an actual editor, but just see how interaction could work for this kind of software. |