Is there any equivalent feature available in Python..?

Chris Rebert clp2 at rebertia.com
Tue Feb 24 14:15:50 EST 2009


On Tue, Feb 24, 2009 at 11:05 AM,  <zaheer.agadi at gmail.com> wrote:
> Hi,
>
> Is there any Python equivalent of java jar,can I include all my
> sources,properties file etc into a single file.Is there anyway in
> Python that I can run like the following
>
> java  -jar Mytest.jar --startwebserver
>
> How to so something like this in Python?

It's mostly possible. See http://docs.python.org/library/zipimport.html

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list