Re: [PythonCE] building a 'simple' example

2006-06-26 Thread Smit, M.C.
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. I'm running an winXP computer and an Ipac PDA winMobile 2003 thanks

Re: [PythonCE] building a 'simple' example

2006-06-26 Thread Giovanni Petrucciani
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: d