Re: compile as exe with arguments

2010-06-28 Thread dirknbr
On Jun 28, 11:40 am, dirknbr wrote: > On Jun 28, 11:26 am, "Martin P. Hellwig" > wrote: > > > On 06/28/10 11:18, dirknbr wrote: > > > > I want to compile as an exe using py2exe but the function should take > > > arguments. How would I do this? Currently my exe runs (no errors) but > > > nothing h

Re: compile as exe with arguments

2010-06-28 Thread dirknbr
On Jun 28, 11:26 am, "Martin P. Hellwig" wrote: > On 06/28/10 11:18, dirknbr wrote: > > > I want to compile as an exe using py2exe but the function should take > > arguments. How would I do this? Currently my exe runs (no errors) but > > nothing happens. > > I am not sure if I understand your ques

Re: compile as exe with arguments

2010-06-28 Thread Martin P. Hellwig
On 06/28/10 11:18, dirknbr wrote: I want to compile as an exe using py2exe but the function should take arguments. How would I do this? Currently my exe runs (no errors) but nothing happens. I am not sure if I understand your question correctly, have you used a module like optparse and it doe