On Tuesday, August 21, 2018 at 9:56:01 AM UTC-7, JWD wrote:
>
> Hi Ryan, 
> Thanks for the reply.
>
> Since it was installed back in 2009 I don't recall how I did the install.
> At this point, if I stop the service and try running it from the command 
> line I get the following:
>
>
> C:\Python26\Scripts>tracd --port 80 c:\trac
>
> Traceback (most recent call last): File 
> "C:\Python26\Scripts\tracd-script.py", line 5, in <module>  from 
> pkg_resources import load_entry_point  File 
> "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\pkg_resources.py", 
> line 2607, in <module>  File 
> "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\pkg_resources.py", 
> line 565, in resolvepkg_resources.DistributionNotFound: Trac==0.12.7
>
> I assume this is from some sort of re-configuration that was done to 
> Python/Setuptools when I ran the Trac-1.2.3.win32.exe
>

Do you have another Python installation on that computer? It's possible 
Trac-1.2.3 was installed to a different Python and that Python is not on 
your system path.

Even if that's not the case, you may want to uninstall 
Trac-1.2.3.win32.exe, install Python 2.7 and reinstall Trac-1.2.3.win32.exe 
(or just `pip install Trac`) in the Python 2.7 installation. Pay attention 
to the installer dialog as it should tell you where the application is 
installed.

Another thing, your Python 2.6 installation has setuptools 0.6c11, but 
setuptools >= 0.6 is needed. I think a new Python 2.7 installation with all 
of the required dependencies is a better way to go.

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to