Issue 3: r46 breaks loading
Status:  Fixed
Owner:
Closed:  Dec 2008
Project Member Reported by leca...@gmail.com, Nov 26, 2008
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
Still doesn't work under Windows :(
Dec 14, 2008
Project Member #2 thomas.h...@gmail.com
should work now..that was a bad commit :(
Status: Fixed
Owner: thomas.hansen
Dec 14, 2008
Project Member #3 leca...@gmail.com
On commit 53 it still doesn't seem to work.
Dec 14, 2008
Project Member #4 leca...@gmail.com
Nevermind, problem was on my side.
Dec 14, 2008
Project Member #5 thomas.h...@gmail.com
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
Project Member #6 thomas.h...@gmail.com
thanks you very much for taking the time to test things out and leave feedback here!! 
Status: Fixed
Dec 14, 2008
Project Member #7 leca...@gmail.com
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.