Re: [Pythonmac-SIG] real-time video capturing and processing

2009-01-12 Thread Michael Graber
hi zach, thanks a lot for your help. so far i made first steps using PySight which works fine with my iSight camera. i'm able to aquire images and to process them, using code-snippets from here and there, but i lack an idea of PyObjC and i am still a bit overwhelmed by it. i would prefer

Re: [Pythonmac-SIG] real-time video capturing and processing

2009-01-12 Thread Zachary Pincus
thanks a lot for your help. so far i made first steps using PySight which works fine with my iSight camera. Cool, I'm glad this worked. I'll have to try PySight out. i'm able to aquire images and to process them, using code-snippets from here and there, but i lack an idea of PyObjC and i am

Re: [Pythonmac-SIG] Py2App and PyQT

2009-01-12 Thread Eddie L
I had the exact same problem and fixed it adding that line to the __boot__.py file in the app's package contents, but I was wondering if there was a way to tell py2app to do this automatically in the setup script because otherwise I'd have to do it manually every time I build my project. Py2exe ha