Re: Is there any equivalent feature available in Python..?

2009-02-24 Thread zaheer . agadi
On Feb 25, 1:10 am, Albert Hopkins wrote: > On Tue, 2009-02-24 at 11:05 -0800, 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 follow

Re: Is there any equivalent feature available in Python..?

2009-02-24 Thread Albert Hopkins
On Tue, 2009-02-24 at 11:05 -0800, 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 > >

Re: Is there any equivalent feature available in Python..?

2009-02-24 Thread Chris Rebert
On Tue, Feb 24, 2009 at 11:05 AM, 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

Is there any equivalent feature available in Python..?

2009-02-24 Thread zaheer . agadi
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? Thanks -- http://mail.python.org/mailman