Re: [Tutor] hard time importing a module

2013-04-19 Thread Tim Golden
On 19/04/2013 17:12, eryksun wrote: > On Fri, Apr 19, 2013 at 11:52 AM, Tim Golden wrote: >> As usual, the excellent Christoph Gohlke has provided binaries for a >> range of targets: >> >> http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > Maybe you missed the link at the end of my link fest: > >

Re: [Tutor] hard time importing a module

2013-04-19 Thread eryksun
On Fri, Apr 19, 2013 at 11:52 AM, Tim Golden wrote: > As usual, the excellent Christoph Gohlke has provided binaries for a > range of targets: > > http://www.lfd.uci.edu/~gohlke/pythonlibs/ Maybe you missed the link at the end of my link fest: http://www.lfd.uci.edu/~gohlke/pythonlibs/#sendke

Re: [Tutor] hard time importing a module

2013-04-19 Thread Mark Lawrence
On 19/04/2013 16:39, eryksun wrote: On Fri, Apr 19, 2013 at 11:12 AM, Oscar Benjamin wrote: Did these files also come with a file called setup.py? Normally, a Python module is not installed by manually copying the files to the appropriate places but by running 'python setup.py install' in the

Re: [Tutor] hard time importing a module

2013-04-19 Thread Tim Golden
On 19/04/2013 16:39, eryksun wrote: > On Fri, Apr 19, 2013 at 11:12 AM, Oscar Benjamin > wrote: >> Did these files also come with a file called setup.py? >> >> Normally, a Python module is not installed by manually copying the >> files to the appropriate places but by running 'python setup.py >> i

Re: [Tutor] hard time importing a module

2013-04-19 Thread eryksun
On Fri, Apr 19, 2013 at 11:12 AM, Oscar Benjamin wrote: > Did these files also come with a file called setup.py? > > Normally, a Python module is not installed by manually copying the > files to the appropriate places but by running 'python setup.py > install' in the terminal. This will compile an

Re: [Tutor] hard time importing a module

2013-04-19 Thread Oscar Benjamin
On 19 April 2013 15:49, Frank Schiro wrote: > hi I have a question about modules ... > > Im trying to use a 3rd party module called pywinatuo. It said I had to > install 2 other modules. 1 was called sendkeys.py, the other was ctypes. > Ctypes was included in the python library I had, but sendkeys

[Tutor] hard time importing a module

2013-04-19 Thread Frank Schiro
hi I have a question about modules ... Im trying to use a 3rd party module called pywinatuo. It said I had to install 2 other modules. 1 was called sendkeys.py, the other was ctypes. Ctypes was included in the python library I had, but sendkeys was not. After I found SendKeys, I put it in a direc