I've managed to setup this plugin and to configure ir, but, when I try to create one subproject, it fails with this Traceback:
Traceback (most recent call last):
File "C:\SOFT\Python24\Lib\site-packages\trac\web\main.py", line 379, in dispatch_request
dispatcher.dispatch(req)
File "C:\SOFT\Python24\Lib\site-packages\trac\web\main.py", line 230, in dispatch
resp = chosen_handler.process_request(req)
File "c:\soft\python24\lib\site-packages\TracWebAdmin-0.1.2dev_c1_r4152-py2.4.egg\webadmin\web_ui.py", line 109, in process_request
path_info)
File "c:\soft\python24\lib\site-packages\tracforge-1.0-py2.4.egg\tracforge\admin\admin.py", line 38, in process_admin_request
proto.apply(req, proj)
File "c:\soft\python24\lib\site-packages\tracforge-1.0-py2.4.egg\tracforge\admin\model.py", line 255, in apply
pid = os.fork()
AttributeError: 'module' object has no attribute 'fork'
This is a showstopper for me because in my work site I do not have a Linux server available for installing Apache+Trac, so I do have a Windows server which I managed to setup and it has been working now for months.
Is there are any patch for this issue??
Can I manage to change this on my own?
Thanks for any reply.