This appears to be a Python 2.5 vs. setuptools issue.
Several eggs in my site-packages directory are not actually directories themselves. Examples from my site-packages from my 2.5 Python on OS X: drwxr-xr-x 4 root admin 136 Dec 6 21:19 Myghty-1.1-py2.5.egg -rw-r--r-- 1 root admin 48332 Dec 6 21:20 MyghtyUtils-0.52-py2.5.egg ... -rw-r--r-- 1 root admin 37055 Dec 20 21:33 Routes-1.6-py2.5.egg drwxr-xr-x 4 ssteiner admin 136 Dec 20 21:21 RuleDispatch-0.5a0.dev_r2100-py2.5-macosx-10.3-fat.egg -rw-r--r-- 1 root admin 493362 Dec 14 20:07 SQLAlchemy-0.3.2-py2.5.egg drwxr-xr-x 4 root admin 136 Dec 6 21:19 WebHelpers-0.2.2-py2.5.egg ... So, I'm guessing that Python 2.5 + setuptools is creating bogus installs for some packages and that's why I'm getting some of these more bizarre errors. Anyone have any thoughts on this? Thanks, S --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
