ImportError: No module named svn

Looks like your subversion-python bindings are not properly installed.
Check that both svn and libsvn directories are availabe in
C:\Python23\Lib\site-packages\
Check also that the svn dependencies (which come with the command tool
distribution of Subversion: libapr.dll, libiconv.dll, ...) are in your
PATH.

"C:\Python23>python scripts/tracd --port 8000 C:\path\to\projectenv", I get
a blank page with 2 words "Available projects".

Not sure to understand what you meant with C:\path\to\projectenv
This path should be identical to the one you've used to build your
Trac environment with the trac-admin tool. The "initenv" stage should
complete successfully before you can run tracd.

Doing "C:\Python23>python scripts/tracd --port 8000 C:\path\to\trac_env",
brings up a page with the name of the project I entered while creating the
environment.

What is "trac_env", how did you create it?

- Login gives me a "page cannot be displayed" error

I don't know about this one, but I think you should try to solve the
above points before to deal with this issue.

- Timeline and Browse Source gave me the same errors (Browse Source didn't
have the error related to line 140):

Timeline and Browser pages need access to the Subversion repository.
You need to fix the first point (svn module), and this latter problem
should be fixed as well.

HTH,
Manu
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to