Roundup Tracker - Issues

Message1565

Author richard
Recipients
Date 2004-12-13.03:02:59
Message-id
In-reply-to
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 ... 
 
History
Date User Action Args
2009-02-03 14:21:03adminlinkissue1082801 messages
2009-02-03 14:21:03admincreate