![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivepython commmand line params from c++
From: Wesley Henwood <wesleyhenwood@hotmail.com>
Date: Thu Jun 30 2005 - 16:52:04 CEST
What is the proper way to pass command line parameters to a python
path = "c:\\someDir\\someScript.py param1 param2 param3";
I'm getting a "format error someScript.py, line 1" when the code is
Note: The strange appearannce of the 3 python function calls nested is
|