[Pythonmac-SIG] Eclipse + PyDev

2005-06-24 Thread Mathieu Lecarme
I use eclipse for my daily job, so pydev is a goode news. eclipse works fine with CVS and subversion, and its visual diff is nice. I didn't try debugging python with this tools, but syntax coloring, code navigation (function, class ...), code completion are very nice. Debbuging seems to work (http:

[Pythonmac-SIG] webcam snapshot from Python

2005-04-12 Thread Mathieu Lecarme
There is a win32 project http://videocapture.sourceforge.net/ But on Mac Quicktime know how to grab picture from a webcam. HackTV seams to be a nice example for that. How can i take a picture (not a movie) from a webcam with macPython? I wait for QuickTime 7 and i use AppleEvents? M.