[Tutor] How to add modules?

2013-09-19 Thread Naman Kothari
Can you please suggest a link from where i can download SendKeys module for python. Also provide an explanation to add the module to my library. PS: I am a Windows user.___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

Re: [Tutor] How to add modules?

2013-09-19 Thread Peter Otten
Naman Kothari wrote: Can you please suggest a link from where i can download SendKeys module for python. Also provide an explanation to add the module to my library. PS: I am a Windows user. I'd start installing a tool called pip. I suggest that you follow the instructions given here:

Re: [Tutor] How to add modules?

2013-09-19 Thread eryksun
On Thu, Sep 19, 2013 at 6:05 AM, Peter Otten __pete...@web.de wrote: As I'm not a windows user have no first-hand experience with the above. Once you have pip installed you can search the Python package index (aka Cheese Shop, https://pypi.python.org/pypi) with pip requires a C compiler, such

Re: [Tutor] How to add modules?

2013-09-19 Thread Albert-Jan Roskam
From: eryksun eryk...@gmail.com To: Naman Kothari kotharina...@yahoo.in Cc: tutor@python.org Sent: Thursday, September 19, 2013 2:37 PM Subject: Re: [Tutor] How to add modules? On Thu, Sep 19, 2013 at 6:05 AM, Peter Otten __pete...@web.de wrote: As I'm