windows, spawnl, and sys.argv

Jonathan Ellis jbellis at gmail.com
Sat Nov 6 23:26:13 EST 2004


When I start a (py2exe'd python) program from another with spawnl on
windows, the program name is omitted from its argv.  Is there another
way to introspect this big of information?  It's ugly trying to guess
whether your arguments start at 0 or 1.

-Jonathan



More information about the Python-list mailing list