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 <a...@pythoncraft.com>
Organization: The Cat & Dragon
Date: Tue, 27 Oct 2009 14:13:55 -0700
To: Jim Skibbie <jskib...@schawk.com>
Cc: <pythonmac-sig@python.org>
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 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 script that can actually do what I want.
> 
> Now, my question is, how can I distribute this kind of solution to other
> user?s workstations? I don?t want to have to repeat this whole process to
> create the necessary environment on each user machine to be able to run this
> python script.

http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html
-- 
Aahz (a...@pythoncraft.com)           <*>
http://www.pythoncraft.com/

"You could make Eskimos emigrate to the Sahara by vigorously arguing --
at hundreds of screens' length -- for the wonder, beauty, and utility of
snow."  --PNH to rb in r.a.sf.f

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to