importing from .pyd

moijes12 moijes12 at gmail.com
Mon Jul 14 00:03:08 EDT 2008


hi

there is a .pyd file present in the same folder as the script abc.py
by the name foo.pyd .I don't have foo.py .In the script abc.py I try

import foo

Error i get is
ImportError: DLL load failed: The specified module could not be found.

I have tried placing .pyd under C:\python25\DLLs but it didn't work.I
have also given the path for foo.pyd in PYTHONPATH.but i still recieve
the same error.

Please suggest a solution

moijes12



More information about the Python-list mailing list