Message1565
Logged In: YES
user_id=6405
Ah crap. Looks like we're hitting a distutils issue that was fixed in
2.3.
To fix the problem, change:
--- setup.py.old 2004-12-13 14:02:12.030974713 +1100
+++ setup.py 2004-12-13 14:02:18.032655025 +1100
@@ -274,7 +274,7 @@
installdatafiles = [
('share/roundup/cgi-bin', ['cgi-bin/roundup.cgi']),
]
- py_modules = ['roundup.demo',]
+ py_modules = []
# install man pages on POSIX platforms
if os.name == 'posix':
I'm not sure what a better solution is to make us work with
<py2.3 ...
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:03 | admin | link | issue1082801 messages |
2009-02-03 14:21:03 | admin | create | |
|