Just to add to the knowledge pool of easy_installed packages ;-) 
This isn't related to the OP's problem, but is worth mentioning.

Something I've encountered a few times now is easy_install.pth will
occasionally get wiped out by an errant setup.py.  The quick fix is to
simply "cd /usr/lib/python2.4/site-packages; ls -d1 *.egg >
easy_install.pth" then edit out any older duplicate eggs that might be
in there.

The second problem I've found is that older, pre-egg installs of
packages will occasionally get imported rather than the eggs.  Just "rm
-rf" the offending package.

Both problems are trivial and easy to fix, but the errors they cause can
be quite confusing.

Regards,
Cliff

On Thu, 2006-08-24 at 08:32 -0700, Bob wrote:
> I have been fighting with this for days!

-- 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to