Re: [Pythonmac-SIG] py2app includes documentation?

2006-06-08 Thread Ronald Oussoren
On 8-jun-2006, at 22:13, Kaweh Kazemi wrote: > thanks, but is the setuptools-0.6b2-py2.4 egg broken? trying to > build from svn does need that package, right? probably easiest if i > install by hand. just wanted to report the problem. That's the wrong version, you downloaded the trunk of the

Re: [Pythonmac-SIG] py2app includes documentation?

2006-06-08 Thread Kaweh Kazemi
thanks, but is the setuptools-0.6b2-py2.4 egg broken? trying to build from svn does need that package, right? probably easiest if i install by hand. just wanted to report the problem. kaweh$ p setup.py bdist_mpkg --open Traceback (most recent call last): File "setup.py", line 89, in ?

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Noah Gift
Thanks you both for answering me!  It would be great if I could make a command line tool that I could script against on any platform, but I am very lazy and it appears that using pyobjc and QTKit is quickest solution.  The PIL library does seem very interesting as well.  It seems to do "Shake" type

Re: [Pythonmac-SIG] py2app and dynamic libraries

2006-06-08 Thread Ronald Oussoren
On 8-jun-2006, at 18:44, Kaweh Kazemi wrote: > hi there, > > sorry if that has already been answered previously but i couldn't > find anything about this issue*: > > i have a set of libraries - Panda3D in my case - consisting of > various *.so and *.dylib (+ python code), which are located in /u

Re: [Pythonmac-SIG] py2app includes documentation?

2006-06-08 Thread Ronald Oussoren
On 8-jun-2006, at 18:55, Kaweh Kazemi wrote: > hi there, > > seems that py2app includes the python documentation into the > application bundle if it's installed on the system? > > myApp/dist/myApp.app/Contents/Frameworks/Python.framework/Versions/ > 2.4/Resources/English.lproj/Documentation > > i

[Pythonmac-SIG] py2app includes documentation?

2006-06-08 Thread Kaweh Kazemi
hi there, seems that py2app includes the python documentation into the application bundle if it's installed on the system? myApp/dist/myApp.app/Contents/Frameworks/Python.framework/Versions/ 2.4/Resources/English.lproj/Documentation i assume it's because it just copies the Python.framework, c

[Pythonmac-SIG] py2app and dynamic libraries

2006-06-08 Thread Kaweh Kazemi
hi there, sorry if that has already been answered previously but i couldn't find anything about this issue*: i have a set of libraries - Panda3D in my case - consisting of various *.so and *.dylib (+ python code), which are located in /usr/ local/panda/lib. using py2app and a rather simple

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Ronald Oussoren
On 8-jun-2006, at 16:24, Kent Quirk wrote: > Noah Gift wrote: >> I am new to python and was interested in writing some python code >> that >> converts image sequences, for example tiff, into Quicktime movies, >> for >> example animation codec. Can anyone point me in the right direction >> to

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Kent Quirk
Noah Gift wrote: > I am new to python and was interested in writing some python code that > converts image sequences, for example tiff, into Quicktime movies, for > example animation codec. Can anyone point me in the right direction > to begin my research? It would be nice to not use pyobjc as

[Pythonmac-SIG] python and quicktime

2006-06-08 Thread Noah Gift
Hi, I am new to python and was interested in writing some python code that converts image sequences, for example tiff, into Quicktime movies, for example animation codec.  Can anyone point me in the right direction to begin my research?  It would be nice to not use pyobjc as I am trying to focus o