M
moijes12
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
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