Re: [Pythonmac-SIG] 32/64 bit intel universal build

2009-10-28 Thread Ronald Oussoren
On 25 Oct, 2009, at 23:27, Robin wrote: > On Sun, Oct 25, 2009 at 10:15 PM, William Kyngesburye > wrote: >> Something I noticed with the Apple Python is that /usr/bin/python (which is >> it's own binary and not a symlink) *only* responds to the env variable >> VERSIONER_PYTHON_PREFER_32_BIT (I t

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Christopher Barker
Jim Skibbie wrote: I’m using py2app v. 0.4.3 That should do it. 2) make sure you are running py2app with the same python that you've installed all that stuff into. (and tell us what python that is) Not sure what you mean about using the same python that I’ve installed all the stuf

Re: [Pythonmac-SIG] 32/64 bit intel universal build

2009-10-28 Thread Ned Deily
In article <2d5132a50910251527r616311b7tac4de0e04b241...@mail.gmail.com>, Robin wrote: > On Sun, Oct 25, 2009 at 10:15 PM, William Kyngesburye > wrote: > > Something I noticed with the Apple Python is that /usr/bin/python (which is > > it's own binary and not a symlink) *only* responds to the e

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Jim Skibbie
From: Christopher Barker Date: Wed, 28 Oct 2009 09:50:14 -0700 To: Jim Skibbie Cc: "pythonmac-sig@python.org" Subject: Re: [Pythonmac-SIG] Python XMP Toolkit bundling Jim Skibbie wrote: > For testing purposes, I removed the option to pass arguments to my > Python script and I tried using the tu

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Jim Skibbie
I was using the ­A option to develop in alias mode and that was my issue. When I removed that flag, the libxmp did get bundled into the application. Thanks. Jim From: Jim Skibbie Date: Wed, 28 Oct 2009 11:16:03 -0500 To: "pythonmac-sig@python.org" Conversation: [Pythonmac-SIG] Python XMP Toolk

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Christopher Barker
Jim Skibbie wrote: For testing purposes, I removed the option to pass arguments to my Python script and I tried using the tutorial for py2app to create a standalone app. 1) use the latest py2app" easy_install py2app==dev 2) make sure you are running py2app with the same python that you've

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Jim Skibbie
For testing purposes, I removed the option to pass arguments to my Python script and I tried using the tutorial for py2app to create a standalone app. The Python script looks like the below, but when I build the standalone app and try to run it, I get the error: ImportError: No module named libxm