Opened 10 years ago
Closed 10 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 by , 10 years ago
comment:2 by , 10 years ago
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 by , 10 years ago
In urlgrabber script in /@unixroot/usr/bin seems to be a wrong reference to python.
As soon as this is changed it works.
comment:4 by , 10 years ago
Sending trunk/Lib/distutils/command/build_scripts.py
Committed revision r529.
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
How did you start it? worksforme.