Roundup Tracker - Issues

Message2701

Author hfoffani
Recipients
Date 2004-06-29.09:31:18
Message-id
In-reply-to
Logged In: YES 
user_id=112690

As you said, instance.open didn't work. But don't know if this 
was the error you imagined:

Traceback (most recent call last):

  File "D:\Apps\Python23\Lib\site-
packages\mod_python\apache.py", line 287, in 
HandlerDispatch
    log=debug)

  File "D:\Apps\Python23\Lib\site-
packages\mod_python\apache.py", line 457, in import_module
    module = imp.load_module(mname, f, p, d)

  File "D:/Desarrollo/trackers/tareas/\mp_roundup.py", line 30, 
in ?
    TRACKER = roundup.instance.open(config.TRACKER)

AttributeError: 'module' object has no attribute 'instance'


What do you mean by different PythonInterpreter?

(This is my first shot at mod_python)
History
Date User Action Args
2009-02-03 14:22:57adminlinkissue949864 messages
2009-02-03 14:22:57admincreate