Edgewall Software

Opened 18 years ago

Last modified 16 years ago

#2533 closed defect

"Failed to create environment. No module name log" error — at Initial Version

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

Description

Error when initialize project and enter the default template directory.

Creating and Initializing Project Failed to create environment. No module named log Traceback (most recent call last):

File "C:\Python23\lib\site-packages\trac\scripts\admin.py", line 139, in env_c

reate

self.env = Environment(self.envname, create=True, db_str=db_str)

File "C:\Python23\lib\site-packages\trac\env.py", line 83, in init

self.setup_log()

File "C:\Python23\lib\site-packages\trac\env.py", line 228, in setup_log

from trac.log import logger_factory

ImportError: No module named log Failed to initialize environment. 1 Traceback (most recent call last):

File "C:\Python23\lib\site-packages\trac\scripts\admin.py", line 594, in do_in

itenv

self.env_create(db_str)

File "C:\Python23\lib\site-packages\trac\scripts\admin.py", line 144, in env_c

reate

sys.exit(1)

SystemExit: 1

Change History (0)

Note: See TracTickets for help on using tickets.