Roundup Tracker - Issues

Message2697

Author richard
Recipients
Date 2004-06-29.01:22:34
Message-id
In-reply-to
Logged In: YES 
user_id=6405

The mp_roundup.py script bypasses Roundup's tracker 
instance loading mechanisms. I believe that mod_python has a 
shared module namespace. This means that only one tracker 
will be loaded when imp.load_package() is called and the 
"mod_python_roundup_tracker" name is not changed. 
 
In your second use of the mp_roundup.py script, try changing 
the "mod_python_roundup_tracker" name to something else 
(eg. "another_mod_python_roundup_tracker") 
 
A better solution to this would be for mp_roundup.py to use the 
roundup.instance module to load the tracker, as it deals with 
these namespace collision issues. 
History
Date User Action Args
2009-02-03 14:22:57adminlinkissue949864 messages
2009-02-03 14:22:57admincreate