chciałbym zainstalować na Windowsie Trac'a
zainstalowalem pythona 2.6 , nastepnie trac'a 0.10.5 (instalacja z exec'a) i setuptools
nie instalowalem svn'a ani genshi
skonfigurowalem srodowisko wg. tych wskazowek:
Cytat
Configure Trac environment
Type mkdir C:\trac and press the Return key
Type cd C:\Python26\Scripts and press the Return key
Type trac-admin \trac initenv and press the Return key
Type in your project name (keep it succinct) and press the Return key
Press the Return key to select the default Database connection string
Press the Return key to select svn as the default Repository type
Type in the full path of your repository; e.g. /svnrepositories/myproject, and press the Return key
Verify the installation of Trac works:
Type in tracd --port 8000 C:\trac to start the Trac daemon
Click the Windows Start button
Click Run
A dialogue box titled Run should appear
Type http://localhost:8000
A browser window should open to a page with Available Projects
Click on your project's name, and you should be taken to your project's Trac home page.
Type mkdir C:\trac and press the Return key
Type cd C:\Python26\Scripts and press the Return key
Type trac-admin \trac initenv and press the Return key
Type in your project name (keep it succinct) and press the Return key
Press the Return key to select the default Database connection string
Press the Return key to select svn as the default Repository type
Type in the full path of your repository; e.g. /svnrepositories/myproject, and press the Return key
Verify the installation of Trac works:
Type in tracd --port 8000 C:\trac to start the Trac daemon
Click the Windows Start button
Click Run
A dialogue box titled Run should appear
Type http://localhost:8000
A browser window should open to a page with Available Projects
Click on your project's name, and you should be taken to your project's Trac home page.
jednak kiedy wpisuje w przegladarce http://localhost:8000, to w konsoli pojawia mi sie nastepujacy blad: Cytat:
Cytat
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 51918)
Traceback (most recent call last):
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 558, in proce
ss_request_thread
self.finish_request(request, client_address)
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 320, in finis
h_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 615, in __ini
t__
self.handle()
File "C:\Program Files (x86)\Python26\lib\BaseHTTPServer.py", line 329, in han
dle
self.handle_one_request()
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\wsgi.py", lin
e 174, in handle_one_request
gateway.run(self.server.application)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\wsgi.py", lin
e 87, in run
response = application(self.environ, self._start_response)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\standalone.py
", line 88, in __call__
return self.application(environ, start_response)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\main.py", lin
e 363, in dispatch_request
env_paths)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\main.py", lin
e 456, in send_project_index
req.hdf = HDFWrapper(loadpaths)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\clearsilver.p
y", line 135, in __init__
raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (No module named neo_cgi)
----------------------------------------
127.0.0.1 - - [14/Nov/2009 14:17:13] "GET /favicon.ico HTTP/1.1" 404 -
Exception happened during processing of request from ('127.0.0.1', 51918)
Traceback (most recent call last):
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 558, in proce
ss_request_thread
self.finish_request(request, client_address)
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 320, in finis
h_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Program Files (x86)\Python26\lib\SocketServer.py", line 615, in __ini
t__
self.handle()
File "C:\Program Files (x86)\Python26\lib\BaseHTTPServer.py", line 329, in han
dle
self.handle_one_request()
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\wsgi.py", lin
e 174, in handle_one_request
gateway.run(self.server.application)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\wsgi.py", lin
e 87, in run
response = application(self.environ, self._start_response)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\standalone.py
", line 88, in __call__
return self.application(environ, start_response)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\main.py", lin
e 363, in dispatch_request
env_paths)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\main.py", lin
e 456, in send_project_index
req.hdf = HDFWrapper(loadpaths)
File "C:\Program Files (x86)\Python26\lib\site-packages\trac\web\clearsilver.p
y", line 135, in __init__
raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (No module named neo_cgi)
----------------------------------------
127.0.0.1 - - [14/Nov/2009 14:17:13] "GET /favicon.ico HTTP/1.1" 404 -
czyli "ClearSilver not installed (No module named neo_cgi)
co i jak zrobic zeby zainstalowac ten modul?
pozdrawiam i z gory dziekuje za odpowiedz.