Re: [Tutor] confused about Pypi

2017-10-28 Thread Alan Gauld via Tutor
On 28/10/17 21:43, Mark Anderson wrote: > As I understand it I have to write certain text into > the command prompt Please note that this is probably the OS command prompt (a CMD window in windows - C:\WINDOWS> or similar) not the Python interpreter (which looks like >>>) > It tells me that pyt

Re: [Tutor] confused about Pypi

2017-10-28 Thread Cameron Simpson
On 28Oct2017 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python s

Re: [Tutor] confused about Pypi

2017-10-28 Thread Cameron Simpson
On 29Oct2017 10:13, Cameron Simpson wrote: On 28Oct2017 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me con

Re: [Tutor] confused about Pypi

2017-10-28 Thread Mark Lawrence
On 28/10/17 21:43, Mark Anderson wrote: Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python so

Re: [Tutor] confused about Pypi

2017-10-28 Thread Mats Wichmann
On 10/28/2017 02:43 PM, Mark Anderson wrote: > Hello, I am currently doing an online course to learn Python. Generally ive > followed it well and am enjoying my first go at programming. However the > description of how to get modules from PyPi has left me confused. Ive only > recently downloaded

[Tutor] confused about Pypi

2017-10-28 Thread Mark Anderson
Hello, I am currently doing an online course to learn Python. Generally ive followed it well and am enjoying my first go at programming. However the description of how to get modules from PyPi has left me confused. Ive only recently downloaded python so it already has pip installed. As I underst

Re: [Tutor] howto install a "curses" lib on win7

2017-10-28 Thread eMyListsDDg
i had found this one "curses-2.2-cp27-none-win_amd64.whl" at www.lfd.uci.edu/~gohlke/pythonlibs/#curses , used pip to install. earlier pip attempts failed, but that was me/user typo error i realized after your reply. got the syntax correct for pip and the .whl installed. i put link above incase

Re: [Tutor] howto install a "curses" lib on win7

2017-10-28 Thread Alan Gauld via Tutor
On 28/10/17 06:10, eMyListsDDg wrote: > on Win7 how can i get a 'curses' lib installed so this script runs? Do a Google search for windows curses, there are at least a couple of options. I've no experience of how well they work however because... ...as a last resort, install cygwin and use the