problems with urllib in Python20?

Fredrik Lundh fredrik at effbot.org
Fri Dec 8 05:25:11 EST 2000


Z 3 Penguin wrote:
> whenever i try to use urllib.urlopen() in Python20/Win32, i get this error:
> -START-
> Fatal Python error: Interpreter not initialized (version mismatch?)
>
> abnormal program termination
> -END-

your interpreter is picking up an old (1.5.2?)  DLL.  to figure
out which one, and where it is, run Python with the -v option.

fixing the PYTHONPATH should take care of this.

</F>





More information about the Python-list mailing list