Issue 1045645
Created on 2004-10-12 19:35 by jlgijsbers, last changed 2004-11-10 22:27 by richard.
msg2722 |
Author: [hidden] (jlgijsbers) |
Date: 2004-10-12 19:35 |
|
When one installs roundup using the following command:
'python2.3 setup.py install --prefix=~/foo'
All the scripts get the following inserted:
sys.path.insert(1, "~/foo/lib/python2.3/site-packages")
However, Python doesn't grok a '~' on sys.path, so
Roundup should expand it. Patch attached.
|
msg2723 |
Author: [hidden] (richard) |
Date: 2004-11-10 22:27 |
|
Logged In: YES
user_id=6405
Applied, thanks!
|
|
Date |
User |
Action |
Args |
2004-10-12 19:35:35 | jlgijsbers | create | |
|