[SimpleParse] Post-installation problem when using pydoc with simpleparse
Brought to you by:
mcfletch
From: Martin d'A. <Mar...@s2...> - 2003-07-21 20:59:36
|
Hi, I am getting the following post-installation problem: problem in /usr/lib/python2.2/site-packages/simpleparse/parser.pyc - ImportError: cannot import name baseparser I can type "from simpleparse import baseparser" without problems. I can view the pydoc for baseparser without any problems... Is this a problem with my local installation? Does my PYTHONPATH have to point to site-packages? Thanks, Martin |