Re: [Tutor] confused about Pypi

2017-10-29 Thread Marc Tompkins
On Sat, Oct 28, 2017 at 1: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 do

Re: [Tutor] FW: confused about Pypi

2017-10-29 Thread boB Stepp
On Sun, Oct 29, 2017 at 3:05 AM, Mark Anderson wrote: > The text is > > C:\Users\marka> python -m pip install "pyglet" > 'python' is not recognized as an internal or external command, > operable program or batch file. I'm on Windows 7, but I have found when I have not bothered to set the path to

Re: [Tutor] Listing link urls

2017-10-29 Thread Kishore Kumar Alajangi
+ tutor On Sun, Oct 29, 2017 at 6:57 AM, Kishore Kumar Alajangi < akishorec...@gmail.com> wrote: > Hi, > > I am facing an issue with listing specific urls inside web page, > > https://economictimes.indiatimes.com/archive.cms > > Page contains link urls by year and month vise, > Ex: /archive/year-

[Tutor] FW: confused about Pypi

2017-10-29 Thread Mark Anderson
Apologies I missed a word out (added below) but error message the same anyway Sent from Mail for Windows 10 From: Mark Anderson Sent: 29 October 2017 07:57 To: tutor@python.org Subject: RE: [Tutor] confused about Pypi Hi In short I am trying to download a third party package that is recommended

Re: [Tutor] confused about Pypi

2017-10-29 Thread Mark Anderson
Hi In short I am trying to download a third party package that is recommended for a program I am writing on the course. The text is C:\Users\marka> python -m pip "Pyglet" 'python' is not recognized as an internal or external command, operable program or batch file. Hoping you can help Mark