Few minutes ago I installed Trac in a PC running Ubuntu Hardy ...
after doing this ...
{{{
$ trac-admin /path/to/my/env
[...]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scripts.admin
[...]
}}}
... I also tried this ...
{{{
$ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import trac.scripts.admin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scripts.admin
>>> import trac
>>> trac.__version__
'0.11.1'
>>> import sys
>>> sys.version_info
(2, 5, 2, 'final', 0)
>>>
}}}
... and I checked out that there is no such scripts.admin module ... :O
Could anybody tell me if there is anything I can do to fix this ?
Should I reinstall Trac ?
PD: I post it here since tracd is working ... I mean, the different
wiki pages and so on are displayed in my browser ;)
Therefore possibly I am doing someting wrong ... :(
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---