Roundup Tracker - Issues

Message6054

Author matt109
Recipients matt109
Date 2018-01-09.16:58:57
Message-id <1515517139.02.0.467229070634.issue2550958@psf.upfronthosting.co.za>
In-reply-to
I am attempting to move roundup issue tracker to a new server. I have
installed python 2.7.14 (previosly the version was 2.7.6) and I am
recieveing the following error when attempting to start the roundup
windows service:

The instance's SvcRun() method failed 
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\win32\lib\win32serviceutil.py",
line 835, in SvcRun
    self.SvcDoRun()
  File
"C:\Python27\lib\site-packages\roundup\scripts\roundup_server.py", line
712, in SvcDoRun
    self.server = config.get_server()
  File
"C:\Python27\lib\site-packages\roundup\scripts\roundup_server.py", line
607, in get_server
    for (name, home) in tracker_homes])
  File "C:\Python27\lib\site-packages\roundup\instance.py", line 305, in
open
    return Tracker(tracker_home, optimize=optimize)
  File "C:\Python27\lib\site-packages\roundup\instance.py", line 76, in
__init__
    self.detectors = self.get_extensions('detectors')
  File "C:\Python27\lib\site-packages\roundup\instance.py", line 186, in
get_extensions
    self._execfile(os.path.join(dirname, name), env)
  File "C:\Python27\lib\site-packages\roundup\instance.py", line 217, in
_execfile
    self._exec(self._compile(fname), env)
  File "C:\Python27\lib\site-packages\roundup\instance.py", line 211, in
_exec
    exec(obj, env)
  File "D:\Roundup\detectors\nosyreaction.py", line 21, in <module>
    from roundup.anypy.sets_ import set
ImportError: No module named sets_ 
%2: %3

If I remove the nosyreaction.* files from the detectors directory in the
tracker home, the service starts as expected.
History
Date User Action Args
2018-01-09 16:58:59matt109setrecipients: + matt109
2018-01-09 16:58:59matt109setmessageid: <1515517139.02.0.467229070634.issue2550958@psf.upfronthosting.co.za>
2018-01-09 16:58:58matt109linkissue2550958 messages
2018-01-09 16:58:57matt109create