Roundup Tracker - Issues

Message11

Author anonymous
Recipients
Date 2001-08-30.18:29:27
Message-id
In-reply-to
I installed on SuSe 7.1 (as root) without problem, and
set up an instance in /home/roger/roundup_instance as
per the instructions. Accessing via the web gives me
the following problem: 
  
  
 ImportError: No module named detectors
                                                                                                                                 
Python 2.1
                                                                                                                          
/usr/local/bin/python


A problem occurred while running a Python script. Here
is the sequence of function calls leading up to the
error, with the most recent (innermost) call first. The
exception attributes are:
      args = ('No module named detectors',)


/usr/local/lib/python2.1/site-packages/roundup/templates/classic/dbinit.py
in open(name='admin')

   83     issue.setkey('title')
   84 
   85     import detectors

       detectors = undefined
   86     detectors.init(db)
   87 

 /usr/local/bin/roundup-server in
inner_run_cgi(self=<__main__.RoundupRequestHandler
instance>)

  167 
  168         # initialise the roundupdb, check for
auth
  169         db = instance.open('admin')

       db = undefined, instance = <module
'_roundup_instance_1' from
'/home/roger/roundup_instance/__init__.pyc'>, global
open = undefined
  170         message = 'Unauthorised'
  171         auth =
self.headers.getheader('authorization')

 /usr/local/bin/roundup-server in
run_cgi(self=<__main__.RoundupRequestHandler instance>)

   86                 self.wfile.write("Content-Type:
text/html\n\n")
   87                 self.wfile.write(cgitb.breaker())
   88                 self.wfile.write(cgitb.html())

       self = <__main__.RoundupRequestHandler
instance>, global wfile = undefined, global write =
undefined, global cgitb = <module 'roundup.cgitb' from
'/usr/local/lib/python2.1/site-packages/roundup/cgitb.pyc'>,
global html = undefined
   89             except:
   90                 self.wfile.write("Content-Type:
text/html\n\n")

 
------------------------------------------------
Please let me know if you need further info...

Roger
History
Date User Action Args
2009-02-03 14:19:58adminlinkissue456940 messages
2009-02-03 14:19:58admincreate