Mailing List Archive

installation problem (windows), missing trac.core???
hello,

I try to install trac on my PC.
I followed the directions given in
http://projects.edgewall.com/trac/wiki/TracOnWindows, except the apache
directions, because I want to run using IIS.
After some tries I got on one call two times the error from my browser:

Oops...

Trac detected an internal error:

No module named core

Traceback (most recent call last):
File "C:\www-support\trac.py", line 24, in ?
import trac.core
ImportError: No module named core

At first I did think there could be an error in my IIS access
permissions, so I tried to do the same from the commandline, renamed the
CGI app to trac.py, and did run >python trac.py.
The result was the same.

But for one or another reason the module trac.core is not valid,
although there seems to be a valid core.py in the trac directory.

Anyone any suggestions?

Thanks, Jaap
installation problem (windows), missing trac.core??? [ In reply to ]
this problem is solved, got new problems instead.
The problem was I used a file with the name trac.py as start, because
IIS can't handle CGI scripts in the right way.
But as the file was called trac.py, the reference to trac.core was
searched in the local file.

Jaap de Wolff wrote:
> hello,
>
> I try to install trac on my PC.
> I followed the directions given in
> http://projects.edgewall.com/trac/wiki/TracOnWindows, except the apache
> directions, because I want to run using IIS.
> After some tries I got on one call two times the error from my browser:
>
> Oops...
>
> Trac detected an internal error:
>
> No module named core
>
> Traceback (most recent call last):
> File "C:\www-support\trac.py", line 24, in ?
> import trac.core
> ImportError: No module named core
>
> At first I did think there could be an error in my IIS access
> permissions, so I tried to do the same from the commandline, renamed the
> CGI app to trac.py, and did run >python trac.py.
> The result was the same.
>
> But for one or another reason the module trac.core is not valid,
> although there seems to be a valid core.py in the trac directory.
>
> Anyone any suggestions?
>
> Thanks, Jaap
>
> _______________________________________________
> Trac mailing list
> Trac@lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac