Hello,I'm finding that when running a cx_freeze Windows EXE of a Python program, the sys.argv arguments seem to have globbing applied (e.g. a parameter '*' gets changed to a list of files in the current directory). This is unexpected, since it doesn't happen when running the original Python file.
Why would this be happening, and is there a way to stop it? This is using cx_Freeze 4.1.2 with Python 2.6 on Windows 2000. Regards, Craig McQueen
------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
