Message46971
Logged In: YES
user_id=1038590
Nice catch. . .
I figured out what the problem is - regrtest.py uses
sys.argv[0] to delete it's own directory from sys.path. And
-m currently sets sys.argv[0] to just 'regrtest', instead of
the full path to the module.
Obviously, that is going to have to change. Either
PyRun_SImpleModule will have to do it, or I'll get rid of
that function all together, and put the 'module-finding'
logic directly in main.c.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:39:57 | admin | link | issue1035498 messages |
| 2007-08-23 15:39:57 | admin | create | |
|