Opened 9 years ago

Closed 9 years ago

#114 closed defect (fixed)

urlgrabber 3.10.1 should reference /@unixroot instead of D:

Reported by: Lewis Rosenthal Owned by:
Priority: trivial Milestone:
Component: other Version:
Severity: Keywords:
Cc:

Description

urlgrabber 3.10.1 will not start from a shell, due to the shell declaration referencing a fixed path (D:/USR/BIN/python -t). Correcting this to:

/@unixroot/USR/BIN/python -t

works like a charm.

I don't have the older urlgrabber script (3.1) handy for comparison, but in any case, I would suggest this tweak.

Change History (5)

comment:1 Changed 9 years ago by Yuri Dario

How did you start it? worksforme.

comment:2 Changed 9 years ago by Lewis Rosenthal

Well, when called by yum, it works no matter what.

In my test case, I started ash, from an unrelated directory, and just ran:

# urlgrabber --help

which complained that it could not find python (obviously):

D:/usr/bin/python.exe: not found

UNIXROOT on the test system is C:, and on my daily driver machine, it's J:. D: points somewhere else entirely.

comment:3 Changed 9 years ago by Silvan Scherrer

In urlgrabber script in /@unixroot/usr/bin seems to be a wrong reference to python.
As soon as this is changed is works.

Version 0, edited 9 years ago by Silvan Scherrer (next)

comment:4 Changed 9 years ago by Yuri Dario

Sending trunk/Lib/distutils/command/build_scripts.py
Committed revision r529.

comment:5 Changed 9 years ago by Yuri Dario

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.