Edgewall Software

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3453 closed defect (worksforme)

Trac Install Windows: After install error — at Version 2

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 (last modified by Emmanuel Blot)

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 (2)

comment:1 by anonymous, 18 years ago

Resolution: worksforme
Status: newclosed

comment:2 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Priority: highnormal

Please: ask installation issues to the ML, do not fill in a ticket (as specified on the "new ticket" page…)

Note: See TracTickets for help on using tickets.