Menu

#93 testall.py fails with space in install path

closed-out-of-date
nobody
win32 (141)
5
2005-03-13
2004-04-14
No

When I run testall.py, some of the tests run, but others
fail opening the file. It appears to be a bug with the
install location and the presence of a space. Below is
the output of testall on my machine. After the output
below, the program hangs. Note, I have removed all
non-standard modules from the test folder. Build is 200
for Python 2.3.

C:\Program Files\Python\Lib\site-packages\win32
\test>testall
.......................Time zone in effect is Mountain
Daylight Time
Next timezone change happens at 04/01/00 02:00:00
.............python.exe: can't open file 'C:\Program'
python.exe: can't open file 'C:\Program'
python.exe: can't open file 'C:\Program'
python.exe: can't open file 'C:\Program'
python.exe: can't open file 'C:\Program'

Discussion

  • Mark Hammond

    Mark Hammond - 2005-03-05

    Logged In: YES
    user_id=14198

    Can you please try and work out which specific test is
    failing here? I can't see where in the test suite this
    could happen. Just run each .py file in that directory
    individually

    Thanks

     
  • Jason R. Coombs

    Jason R. Coombs - 2005-03-13

    Logged In: YES
    user_id=599869

    I apologize for any time you might have wasted on this. The
    problem did indeed exist on that install. The problem does
    not exist on a Python 2.4 install with build 203 of the
    win32 extensions.

    For that reason, and since no one else has reported this
    problem, I suggest the ticket just be closed.

     
  • Jason R. Coombs

    Jason R. Coombs - 2005-03-13
    • status: open --> closed-out-of-date