Built-in exception class not found: EnvironmentError

Fredrik Lundh fredrik at pythonware.com
Sat Jan 15 08:47:31 EST 2000


>>> RCPT To:<python-list at cwi.nl>
<<< 550 <python-list at cwi.nl>... User unknown
550 <python-list at cwi.nl>... User unknown

oops ;-)

trying again:

didier.rano <didier.rano at wanadoo.fr> wrote:
> i have try to embedded python in a tool. On Dec-Alpha, i have not problem,
> but on HP-UX, i have this message when i execute my tool:
> 
> Built-in exception class not found: EnvironmentError.  Library mismatch?
> Warning!  Falling back to string-based exceptions
> 
> This message is sent by Py_Initialize.
> 
> Someone knows this problem ?

"library mismatch" means that your interpreter picked up an
old standard library (or at least an old copy of exceptions.py).

better double-check your python path.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list