1 of 2
1
New PyMT 0.4 Released
Posted: 09 February 2010 07:57 AM   [ Ignore ]
Avatar
Rank
Joined  2008-12-27
Total Posts:  92
New Member

PyMT is an open source library for developing multi-touch
applications. It is completely cross platform (Linux/OSX/Win) and
released under the terms of the GNU LGPL.

PyMT official website : http://pymt.txzone.net/
PyMT planet : http://pymt.txzone.net/planet/
API reference : http://pymt.txzone.net/docs/api/

What’s new in PyMT 0.4 ?

The complete release note is available here :
http://pymt.txzone.net/?page=releasenotes

* Move to LGPL License
* Avoid usage of Pyglet
** Backend splitting (Audio, Video, Text, Image, Camera...)
** Switch to PyOpenGL (10% more performances)
* Lot of speed improvements everywhere
* Lot of bugfix in widgets and core
* New animation framework
* New widgets (coverflow, sidepanel, video, container)
* New modules (keybinding, recordvideo, mjpegserver)
* New input processor: retain touch (reuse the last “up” touch under
certain circumstances)
* Designer App: text editor + pymt rendering (avoid slow loading)
* New Developer’s Guide on wiki
* Improved API documentation

More informations ?

Take a look at the document : “Migrate to new PyMT”
http://pymt.txzone.net/wiki/index.php/Documentation/Migrate

Thanks to all the contributors for this release :
Christopher Denter, Nathanaël Lécaudé, Thomas Hansen, Sharath Patali
and Ryan Coyner !

Mathieu

Profile
 
 
Posted: 09 February 2010 08:28 AM   [ Ignore ]   [ # 1 ]
Avatar
RankRank
Joined  2009-06-09
Total Posts:  125
Jr. Member

Really a beautiful release. So many cool features…

 Signature 

See http://the-space-station.com

Profile
 
 
Posted: 09 February 2010 08:44 AM   [ Ignore ]   [ # 2 ]
Avatar
RankRank
Joined  2009-02-11
Total Posts:  119
Jr. Member

Very cool! I really must get time to dig into this soon! Thanks all!

 Signature 

.Limpa

Profile
 
 
Posted: 09 February 2010 08:47 AM   [ Ignore ]   [ # 3 ]
Avatar
Rank
Joined  2008-12-27
Total Posts:  92
New Member

A special thanks also to Mark Hembrow and Jimi Hertz for supporting us along this release !

Profile
 
 
Posted: 09 February 2010 08:52 AM   [ Ignore ]   [ # 4 ]
Avatar
RankRankRankRank
Joined  2006-11-09
Total Posts:  1017
Administrator

great work pymt team and everyone involved really amazing stuff!

 Signature 
Profile
 
 
Posted: 09 February 2010 10:41 AM   [ Ignore ]   [ # 5 ]
Avatar
RankRank
Joined  2009-03-10
Total Posts:  109
Jr. Member

Thanks for sharing this fantastic framework grin

Profile
 
 
Posted: 09 February 2010 04:43 PM   [ Ignore ]   [ # 6 ]
Avatar
RankRankRankRank
Joined  2009-04-14
Total Posts:  945
Elite

thanks for this great work guys, trully amazing

 Signature 

One more but very useful blog : http://cktouch.fr.nf/
Rear DI + Windows Seven + Surface = So Nice…

Profile
 
 
Posted: 09 February 2010 07:00 PM   [ Ignore ]   [ # 7 ]
Rank
Joined  2010-02-06
Total Posts:  10
New Member

Can’t wait to try out the new Widgets, was really needing these smile

Profile
 
 
Posted: 10 February 2010 05:16 AM   [ Ignore ]   [ # 8 ]
Avatar
RankRankRankRank
Joined  2009-04-14
Total Posts:  945
Elite

I think there is a bug here…
There is a problem in registry keys : all installs check for the install path in HKLU but they are in HKLM… you have to manually replicate those in the right subkey to get all the installations working…

 Signature 

One more but very useful blog : http://cktouch.fr.nf/
Rear DI + Windows Seven + Surface = So Nice…

Profile
 
 
Posted: 10 February 2010 05:29 AM   [ Ignore ]   [ # 9 ]
Avatar
RankRank
Joined  2007-11-29
Total Posts:  150
Moderator

MashineGun,

Thx for pointing this out. What operating system are you running?  I remember us checking about this, and Windows XP had the keys somewhere else than Vista and Win 7… I dont remember which way around it was though.

 Signature 

http://blog.tehansen.de
http://cs.uiowa.edu/~tehansen

Profile
 
 
Posted: 10 February 2010 05:31 AM   [ Ignore ]   [ # 10 ]
Avatar
RankRank
Joined  2009-06-09
Total Posts:  125
Jr. Member

I’m not a windows user, but I assume HKLU is the local user’s registry subtree and HKLM is local machine. Then I guess it depends on whether you installed python and the libs for a) the current user or b) all users. Right?

 Signature 

See http://the-space-station.com

Profile
 
 
Posted: 10 February 2010 01:23 PM   [ Ignore ]   [ # 11 ]
Avatar
RankRankRankRank
Joined  2009-04-14
Total Posts:  945
Elite

I’m using windows 7 x64, copying the keys from HKLM to HKCU did the trick so i think there is only come lines to change in the install.bat…

but i still can’t run the release… for any .py, a command screen appaers, seems to load and then shut down (to fast to see any error message)…

 Signature 

One more but very useful blog : http://cktouch.fr.nf/
Rear DI + Windows Seven + Surface = So Nice…

Profile
 
 
Posted: 10 February 2010 01:46 PM   [ Ignore ]   [ # 12 ]
Avatar
RankRank
Joined  2007-11-29
Total Posts:  150
Moderator

if you open the comand line first (hit windows key, type cmd, hit enter), you can run the python files from there and it should stay open.

 Signature 

http://blog.tehansen.de
http://cs.uiowa.edu/~tehansen

Profile
 
 
Posted: 10 February 2010 03:58 PM   [ Ignore ]   [ # 13 ]
Avatar
RankRankRankRank
Joined  2009-04-14
Total Posts:  945
Elite

here is what i get from the command line…
http://ckshare.fr.nf/touch/pymt.txt

 Signature 

One more but very useful blog : http://cktouch.fr.nf/
Rear DI + Windows Seven + Surface = So Nice…

Profile
 
 
Posted: 10 February 2010 04:19 PM   [ Ignore ]   [ # 14 ]
Avatar
RankRank
Joined  2009-03-10
Total Posts:  109
Jr. Member
MashineGun - 10 February 2010 03:58 PM

here is what i get from the command line…
http://ckshare.fr.nf/touch/pymt.txt

Did you try reinstalling numpy?
you can find it here: http://sourceforge.net/projects/numpy/files/

Profile
 
 
Posted: 10 February 2010 04:22 PM   [ Ignore ]   [ # 15 ]
Avatar
RankRank
Joined  2009-03-10
Total Posts:  109
Jr. Member

sorry i see your using 64 bit, maybe try the numpy release on this page: http://www.lfd.uci.edu/~gohlke/pythonlibs/

Profile
 
 
   
1 of 2
1