par files?
Miki Tebeka
miki.tebeka at zoran.com
Tue May 25 02:24:02 EDT 2004
Hello Russell,
> In java there are .jar files so I'm wondering if Python has anything similar
> - .par files perhaps?
Python (since 2.2 I think) can import from zip files (jar files are zip
files).
Just add the zip file name to sys.path and you're done.
Bye.
--
-------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
http://tebeka.web1000.com
The only difference between children and adults is the price of the toys.
More information about the Python-list
mailing list