Re: importing .dll in a python file

2008-07-11 Thread moijes12
On Jul 11, 2:09 pm, Tim Golden <[EMAIL PROTECTED]> wrote: > moijes12 wrote: > > I need to use a .dll from a python script.I have installed pywin.But > > in the program ,which is like: > > > import dllName > > > I get : > > > Import Error : DLL not found > > > Please suggest a solution! > > Well, th

Re: importing .dll in a python file

2008-07-11 Thread Tim Golden
moijes12 wrote: I need to use a .dll from a python script.I have installed pywin.But in the program ,which is like: import dllName I get : Import Error : DLL not found Please suggest a solution! Well, the short answer is: use the ctypes module. The longer answer is: read around the subjec

importing .dll in a python file

2008-07-11 Thread moijes12
Hi I need to use a .dll from a python script.I have installed pywin.But in the program ,which is like: import dllName I get : Import Error : DLL not found Please suggest a solution! -- http://mail.python.org/mailman/listinfo/python-list