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
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
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