Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3453 closed defect

Trac Install Windows: After install error — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.6
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.