On Tue, Feb 24, 2009 at 11:05 AM, <zaheer.ag...@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 -- http://mail.python.org/mailman/listinfo/python-list