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

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-28 Thread Jim Skibbie
Python XMP Toolkit bundling Subject: Re: [Pythonmac-SIG] Python XMP Toolkit bundling 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 stan

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

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-27 Thread Jim Skibbie
9 14:13:55 -0700 To: Jim Skibbie Cc: Subject: Re: [Pythonmac-SIG] Python XMP Toolkit bundling On Tue, Oct 27, 2009, Jim Skibbie wrote: > > I?m a Python newbie... I am working on a project where I need to read and > write XMP metadata to PDF files. I found the Python XMP Tool

Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-27 Thread Aahz
On Tue, Oct 27, 2009, Jim Skibbie wrote: > > I?m a Python newbie... I am working on a project where I need to read and > write XMP metadata to PDF files. I found the Python XMP Toolkit at > http://code.google.com/p/python-xmp-toolkit/ and was able to download, > compile and install all the pieces (

[Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-27 Thread Jim Skibbie
I¹m a Python newbie... I am working on a project where I need to read and write XMP metadata to PDF files. I found the Python XMP Toolkit at http://code.google.com/p/python-xmp-toolkit/ and was able to download, compile and install all the pieces (boost, Exempi and Python XMP Toolkit) and write a s