Re: importing from .pyd

2008-08-29 Thread John Machin
On Jul 14, 9:11 pm, Kay Schluehr <[EMAIL PROTECTED]> wrote: > On 14 Jul., 06:03, moijes12 <[EMAIL PROTECTED]> wrote: [snip] > > Error i get is > > ImportError: DLL load failed: The specified module could not be found. > > Notice that the message clearly indicates that Python found the module > but

Re: importing from .pyd

2008-08-29 Thread moijes12
On Jul 14, 4:11 pm, Kay Schluehr <[EMAIL PROTECTED]> wrote: > On 14 Jul., 06:03, moijes12 <[EMAIL PROTECTED]> wrote: > > > 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 > > > Er

Re: importing from .pyd

2008-07-14 Thread Kay Schluehr
On 14 Jul., 06:03, moijes12 <[EMAIL PROTECTED]> wrote: > 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 no

importing from .pyd

2008-07-13 Thread 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 d