setup.py missing tuio directory, and other issues
Posted: 01 July 2009 03:45 AM   [ Ignore ]
Rank
Joined  2009-06-22
Total Posts:  4
New Member

Was trying out some examples this morning and noticed that there was problem that the new tuio directory was missing in setup.py

Just thought to let you know. I added it and things went ok.

Also, the widget examples “beautifulbutton” and “buttonmatrix” come up with an Attribute error around the non existing bgcolor attribute. I guess this relates to the changes around CSS theming.

I am starting to play with pymt more, but am a complete newbee to python and pymt. So if there is any better way to report on issues I face, please let me know.

BTW, was impressed by the amount of updates that were out in recently. If I can contribute a bit through the tests and report on issue, take this as my appreciation of the work that is being done by the pymt team.

Philmat

Profile
 
 
Posted: 02 July 2009 03:45 PM   [ Ignore ]   [ # 1 ]
Avatar
Rank
Joined  2008-12-27
Total Posts:  92
New Member

First, if you have a tuio directory, you are not in the default branch !
I’ve just do that 2 days ago in a standalone branch… Ensure you are on the ‘default’ branch !

And for examples, some are broken due to the change. It’s not optimal we known, but all will be fixed soon or later.
Thank for pointing this out !

Profile