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:
>
>
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
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
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
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
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
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