#3453: Trac Install Windows: After install error
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: general | Version: 0.9.6
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
After installing trac on Windows and trying to run: http://localhost:8080
/cgi-bin/trac.cgi , I am getting the following error:
Oops...
Trac detected an internal error:
[Errno 2] No such file or directory: 'c:/trac/loudappeal.db\\VERSION'
Traceback (most recent call last):
File "G:/Program Files/Apache Group/Apache2/cgi-bin/trac.cgi", line 20,
in ?
cgi_frontend.run()
File "G:\Python23\Lib\site-packages\trac\web\cgi_frontend.py", line 123,
in run
env = get_environment(req, os.environ, threaded=False)
File "G:\Python23\Lib\site-packages\trac\web\main.py", line 335, in
get_environment
return _open_environment(env_path, threaded)
File "G:\Python23\Lib\site-packages\trac\web\main.py", line 44, in
_open_environment
return open_environment(env_path)
File "G:\Python23\Lib\site-packages\trac\env.py", line 374, in
open_environment
env = Environment(env_path)
File "G:\Python23\Lib\site-packages\trac\env.py", line 81, in __init__
self.verify()
File "G:\Python23\Lib\site-packages\trac\env.py", line 129, in verify
fd = open(os.path.join(self.path, 'VERSION'), 'r')
IOError: [Errno 2] No such file or directory:
'c:/trac/loudappeal.db\\VERSION'
Please help. I was successfully able to create the trac environment.
--
Ticket URL: <http://trac.edgewall.org/ticket/3453>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets