Hi, all
I don't understand why conf and global trac.ini couldn't be created
automatically when Trac was installed.
So that I have to created the directory and global ini file manually.
But it still can't work.
Check siteconfig.py in egg directory:
------------------------------------------------------------------------------------
import os
import pkg_resources
_sharedir = os.path.normpath(pkg_resources.resource_filename('trac',
'../share/trac'))
__default_conf_dir__ = os.path.join(_sharedir, 'conf')
--------------------------------------------------------------------------------------
Check siteconfig.py in sitepackage:
__default_conf_dir__ = 'C:\\Python24\\share\\trac\\conf'
---------------------------------------------------------------------------------------
Is it right about "\\" instead of "\"?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Trac Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---