Giovanni Petrucciani wrote:
>Smit, M.C. wrote:
>> Hi
>>
>> The path is in sys.path. The DLL is next to the test programme that tries to 
>> >import it, it name is simple.dll, andthe error is raised on: import simple
>>
>> ImportError: DLL load failed:The specified module could not be found.
>>   
>Just to catch a possible simple bug: did you rename the dll ?
>I had problems when I was compiling sqlite, because I did build the dll
>with a wrong name with EVC and then renamed it,
>but dll have their name coded also inside and so it was not working.
>
>       Giovanni

Hi Giovanni
Thanks for your hint but the dll was not renamed. (I did try changeing the 
extention to .pyd but that didn't help either)

cheers
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to