Edgewall Software

Ticket #3453 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by anonymous

  • status changed from new to closed
  • resolution set to worksforme

Changed 2 years ago by eblot

  • priority changed from high to normal
  • description modified (diff)

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

Add/Change #3453 (Trac Install Windows: After install error)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.