Ticket #3453 (closed defect: worksforme)
Trac Install Windows: After install error
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by eblot) (diff)
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


