Stephen F. Steiner wrote:

I get that, then:

File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
site-packages/pudge-0.1.1dev_r130-py2.5.egg/pudge/browser.py", line
441, in _fill_modules_and_packages
     module = safeimport('%s.%s' % (qname, modname))
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/pydoc.py", line 305, in safeimport
     raise ErrorDuringImport(path, sys.exc_info())
pydoc.ErrorDuringImport: problem in formencode.formgen - <class
'pkg_resources.DistributionNotFound'>: RuleDispatch

This particular error was solved by:

sudo python ez_setup.py -Zf http://peak.telecommunity.com/snapshots/
RuleDispatch

As found at:

http://peak.telecommunity.com/

I didn't ever explicitly install RuleDispatch and it seems that
formencode requires it which gave safe_import() fits since it actually
wasn't there!

One down!

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

Reply via email to