On Tue, Jul 22, 2008 at 9:04 PM, mario ruggier <[EMAIL PROTECTED]> wrote:
> OK, i made /usr/local/lib/python2.5/site-packages/ez-hack.pth :
> import site; site.addsitedir('/usr/local/lib/python2.5/site-packages')
>
> Ane the error is a:
> RuntimeError: maximum recursion depth exceededYes. From within that directory you're importing that directory - that explains the recursion. If you're getting this error I'd say means that you're using the right Python and it's looking in the right place. Are you running easy_install as root? -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: [EMAIL PROTECTED] Web: http://www.saturnlaboratories.co.za/ Blog: http://blog.saturnlaboratories.co.za/ Mobile: 082 550 3754 Registered Linux User #333298 (http://counter.li.org) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
