On Oct 30, 2006, at 7:39 PM, cwurld wrote:
>
> Thanks for your efforts filtering spam.
>
> Yes, I can run python from the command line. I can run other
> executables that are in the python scripts folder from the command
> line.
>
> I am wondering if I should remove TG and start the install over.
> During
> the install, I had a few crashes because I was missing some software
> (easy_install). Eventually the install ran without error. But maybe
> all
> the restarts created a strange state. If I were to try starting over,
> do you have any recommendations for uninstalling what I have?
I don't *think* you're likely to be in a strange state. Try this:
python
>>> import pkg_resources as pr
>>> pr.require("TurboGears")
and see what you get
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---