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