Python 1.6b1 / library mismatch ?

Guido van Rossum guido at beopen.com
Mon Aug 21 11:58:41 EDT 2000


Armin Steinhoff <Armin at Steinhoff_de> writes:

> I've just compiled Python-1.6b1 for QNX4.25 and QNX/Neutrino 2.1.
> The Neutrino port works ... but the QNX 4.25 port make problems:
> 
> # ./python
> Built-in exception class not found: UnboundLocalError.  Library mismatch?
> Fatal Python error: Standard exceptions could not be initialized.
> %1   19800 Abort  ./python
> #
> 
> The lookdict() call returns a NULL value in the init phase of python.
> Any tips for fixing that problem?

Could you have an older Python version lying around?  Try python -v to
see where it is loading the library.

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)



More information about the Python-list mailing list