Re: [Pythonmac-SIG] Python 2.4.4c1 is released

2006-10-12 Thread Kaweh Kazemi
this is great. thanks. does 2.4.4 include the 2.5 fix for the python launcher (using the script's current directory as the startup directory)? cheers, kaweh On 12.10.2006, at 12:03, Ronald Oussoren wrote: > Hi, > > As some of you might have noticed RC 1 of Python 2.4.4 is available > on pyt

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-09-01 Thread Kaweh Kazemi
600. Should I skip that step, or does that mean I'm > out of luck for the time begin? it should work fine as far as i can tell. cheers, kaweh On 22.07.2006, at 02:25, Dethe Elza wrote: > Kaweh Kazemi wrote: >> essentially i am trying to package a Panda3D test applicatio

Re: [Pythonmac-SIG] [Pyobjc-dev] [ANN] py2app 0.3.2

2006-09-01 Thread Kaweh Kazemi
thanks bob, ronald. updated/corrected the wiki. On 23.07.2006, at 19:30, Bob Ippolito wrote: > > On Jul 23, 2006, at 12:33 AM, Ronald Oussoren wrote: > >> >> On Jul 22, 2006, at 11:36 PM, Bob Ippolito wrote: >> >> >>> >>> The "loader problem" documented in that wiki isn't a Mac OS X >>> problem

Re: [Pythonmac-SIG] [Pyobjc-dev] [ANN] py2app 0.3.2

2006-09-01 Thread Kaweh Kazemi
thanks bob, ronald. updated/corrected the wiki. On 23.07.2006, at 19:30, Bob Ippolito wrote: > > On Jul 23, 2006, at 12:33 AM, Ronald Oussoren wrote: > >> >> On Jul 22, 2006, at 11:36 PM, Bob Ippolito wrote: >> >> >>> >>> The "loader problem" documented in that wiki isn't a Mac OS X >>> problem

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Kaweh Kazemi
On 22.07.2006, at 02:35, Bob Ippolito wrote: > > On Jul 21, 2006, at 5:25 PM, Dethe Elza wrote: > >> Kaweh Kazemi wrote: >>> essentially i am trying to package a Panda3D test application using >>> py2app - see http://knuddl.net/moin.cgi/InstallPanda3d fo

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-22 Thread Kaweh Kazemi
my X800 I don't have problems). Haven't tried the X1600 yet, but I'll know when building the Intel package on my MacBook Pro. Stay tuned and thanks for the interest. Cheers, Kaweh On 22.07.2006, at 02:25, Dethe Elza wrote: > Kaweh Kazemi wrote: >> essentially i a

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-21 Thread Kaweh Kazemi
>> WARNING: Mach-O header may be too large to relocate >> Traceback (most recent call last): >>File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ >> python2.4/site-packages/py2app-0.3.2-py2.4.egg/py2app/build_app.py", >> line 548, in _run >> self.run_normal() >>File "/Library

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-21 Thread Kaweh Kazemi
>> WARNING: Mach-O header may be too large to relocate >> Traceback (most recent call last): >>File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ >> python2.4/site-packages/py2app-0.3.2-py2.4.egg/py2app/build_app.py", >> line 548, in _run >> self.run_normal() >>File "/Library

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-21 Thread Kaweh Kazemi
>> WARNING: Mach-O header may be too large to relocate >> Traceback (most recent call last): >>File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ >> python2.4/site-packages/py2app-0.3.2-py2.4.egg/py2app/build_app.py", >> line 548, in _run >> self.run_normal() >>File "/Library

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-21 Thread Kaweh Kazemi
>> changing the path order would be a problem (at least for me), >> wouldn't it? >> >> my python2.4 (and the approriate link 'python') is in /usr/local/bin >> (as installed with the latest Python Universal installer if i recall >> correctly) and if i type 'python' into the terminal i would like thi

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-20 Thread Kaweh Kazemi
hi, using py2app 0.3.2 i encountered following problem. WARNING: Mach-O header may be too large to relocate Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/py2app-0.3.2-py2.4.egg/py2app/build_app.py", line 548, in _run

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-20 Thread Kaweh Kazemi
h On 20.07.2006, at 22:01, Bob Ippolito wrote: > > On Jul 20, 2006, at 12:32 PM, Kaweh Kazemi wrote: > >> hi, >> >> i was upgrading from a older version of py2app (pre-setuptools as >> far as i know), following the instruction at http:// >> svn.pythonmac.o

Re: [Pythonmac-SIG] [ANN] py2app 0.3.2

2006-07-20 Thread Kaweh Kazemi
hi, i was upgrading from a older version of py2app (pre-setuptools as far as i know), following the instruction at http://svn.pythonmac.org/ py2app/py2app/trunk/doc/index.html#installation using py2applet failed with: > $ py2applet --make-setup myapp.py > Traceback (most recent call last): >

Re: [Pythonmac-SIG] py2app includes documentation?

2006-06-08 Thread Kaweh Kazemi
uptools/dist.py", line 274, in fetch_build_egg AttributeError: Distribution instance has no attribute 'dependency_links' cheers, kw. On 08.06.2006, at 20:43, Ronald Oussoren wrote: > > On 8-jun-2006, at 18:55, Kaweh Kazemi wrote: > >> hi there, >> >&g

[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