Mailing List Archive

Windows Installation and clear silver?
Hi,

I followed the Trac installation for windows but got an error about
missing neo_cgi module. I once succeeded an installation with 0.6.x a
month or so ago. I just tried a new install with 0.7.1 and it fails
loading the first page.

The difference with my previous install is that I am using BigApache'
python (2.3.3) instead of a stand-alone Python.

The windows guide does not mention anything about clear silver. Is this
supposed to be part of one of the other components?

Claude


This is the error:
--------------------------------------------------
Oops...

Trac detected an internal error:

No module named neo_cgi

Traceback (most recent call last):
File "C:/BigApache/Apache/cgi-bin/trac.cgi", line 25, in ?
trac.core.cgi_start()
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 477,
in cgi_start
send_pretty_error(e, None)
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 412,
in send_pretty_error
req.init_request()
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 312,
in init_request
Request.init_request(self)
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 243,
in init_request
import neo_cgi
ImportError: No module named neo_cgi
Windows Installation and clear silver? [ In reply to ]
If memory serves (and it should be in the docs), Clearsilver was in the
Windows installer, for 7.0 anyway.

Cheers,

:D

--------------------------------------------------------------------
Daragh Fitzpatrick Daragh@UChicago.edu (773) 702-8976

Solutions Architect NSIT Administrative Systems
Renewal Projects and Architecture University of Chicago
--------------------------------------------------------------------

-----Original Message-----
From: trac-bounces@bobcat.edgewall.com
[mailto:trac-bounces@bobcat.edgewall.com] On Behalf Of Claude Montpetit
[nertec]
Sent: Monday, July 19, 2004 1:14 PM
To: 'Trac Mailing List'
Subject: [Trac] Windows Installation and clear silver?


Hi,

I followed the Trac installation for windows but got an error about missing
neo_cgi module. I once succeeded an installation with 0.6.x a month or so
ago. I just tried a new install with 0.7.1 and it fails loading the first
page.

The difference with my previous install is that I am using BigApache'
python (2.3.3) instead of a stand-alone Python.

The windows guide does not mention anything about clear silver. Is this
supposed to be part of one of the other components?

Claude


This is the error:
--------------------------------------------------
Oops...

Trac detected an internal error:

No module named neo_cgi

Traceback (most recent call last):
File "C:/BigApache/Apache/cgi-bin/trac.cgi", line 25, in ?
trac.core.cgi_start()
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 477, in
cgi_start
send_pretty_error(e, None)
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 412, in
send_pretty_error
req.init_request()
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 312, in
init_request
Request.init_request(self)
File "C:\BigApache\python\Lib\site-packages\trac\core.py", line 243, in
init_request
import neo_cgi
ImportError: No module named neo_cgi

_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac
Windows Installation and clear silver? [ In reply to ]
> If memory serves (and it should be in the docs),
> Clearsilver was in the
> Windows installer, for 7.0 anyway.

Yes, it was, but the installer relies on Python to be in the Windows
Registry. I installed BigApache that contains Python (among so many
other very useful pre-installed packages) but this python version is not
in the registry.

So what I did was not very "pro" but it worked...: I installed Python
stand-alone, then ran the Trac Windows installer which installed
ClearSilver. Then I installed Trac again (the .zip version) but this
time I put the trac python files in bigApache's python folder. I then
located neo_cgi.pyd in the stand-alone python and copied it at the same
location inside bigApache/python (it was installed in
python/lib/site-packages/trac)

I then uninstalled the stand-alone python. Phew...

Claude