Roundup Tracker - Issues

Message2722

Author jlgijsbers
Recipients
Date 2004-10-12.19:35:35
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:22:59adminlinkissue1045645 messages
2009-02-03 14:22:59admincreate