<> wrote:
> I am not using anything in addition to py2exe and my setup.py file. I will look into using optParser and see if it fixes it.
>
What switch are you trying to use ?
Are you trying to pass commands to Python, rather than your own program ?
Regards,
Fuzzy
http://www.voidspace.org.uk/python
> Thanks
>
>
>
>
>>>>Schollnick, Benjamin<Benjamin.Schollnick@...> 09:17:11 Thursday, July 07, 2005 >>>
>>
>>Sorry If I've missed this. I have a python script that
>>accepts command line switches when run from console. When I
>>use py2exe to convert it to an executable, I lose the
>>switches--can't run the program exe with a switch. I didn't
>>see any errors when running the conversion. Is there
>>something I am missing or doing wrong?
>
>
> What mechanism are you using to read the command lines?
>
> I have used optParser with py2exe without any problems...
>
> - Benjamin
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
>
>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Py2exe-users mailing list
> Py2exe-users@...
> https://lists.sourceforge.net/lists/listinfo/py2exe-users
>
>
>
|