Re: [Pythonmac-SIG] Python XMP Toolkit bundling

2009-10-27 Thread Jim Skibbie
How can I make my script into an application if I need to pass arguments to it? From the command line I can pass three variables to it (file path and two distortion numbers). How would that work as an application? Thanks. Jim From: Aahz Organization: The Cat & Dragon Date: Tue, 27 Oct 2009 14:1

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