Re: [Tutor] Installing Python on Server

2019-06-18 Thread Alan Gauld via Tutor
On 18/06/2019 14:28, Ben Wadsworth wrote: > Hi, > When installing Python on a windows server, will the server require a > restart? I've never tried so can't be sure. But it shouldn't. Python doesn't require any special access. But then again, it is Windows, so you can never tell. -- Alan G

[Tutor] Installing Python on Server

2019-06-18 Thread Ben Wadsworth
Hi, When installing Python on a windows server, will the server require a restart? Thank you! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Installing Python v3 on a laptop Windows 10 (SOLVED)

2019-06-17 Thread Ken Green
On 15/06/2019 22:23, Ken Green wrote: I understood there is a preferable method of installing Python into Windows. I pray tell on how about to do it, gentlemen. Thank you gentlemen for the prompt responses to my inquiry. I believe it would be best for me to use the ActiveState installation

Re: [Tutor] Installing Python v3 on a laptop Windows 10

2019-06-15 Thread Mats Wichmann
On 6/15/19 3:23 PM, Ken Green wrote:\ You've already gotten some good answers, don't consider this as contradictory. > I understood there is a preferable method > of installing Python into Windows. I pray > tell on how about to do it, gentlemen. There isn't, there are actually many ways, and

Re: [Tutor] Installing Python v3 on a laptop Windows 10

2019-06-15 Thread eryk sun
On 6/15/19, Alan Gauld via Tutor wrote: > On 15/06/2019 22:23, Ken Green wrote: > >> I understood there is a preferable method >> of installing Python into Windows. I pray >> tell on how about to do it, gentlemen. > > It depends a bit on which python distribution you use, > there are several. > >

Re: [Tutor] Installing Python v3 on a laptop Windows 10

2019-06-15 Thread Alan Gauld via Tutor
On 15/06/2019 22:23, Ken Green wrote: > I understood there is a preferable method > of installing Python into Windows. I pray > tell on how about to do it, gentlemen. It depends a bit on which python distribution you use, there are several. Personally for Windows I always recommend the

[Tutor] Installing Python v3 on a laptop Windows 10

2019-06-15 Thread Ken Green
It has been some 18 months that I last installed Python onto my laptop Windows. Having had freshly completely reinstalled Windows 10 and its various updates. I already installed PSREdit500 successfully several weeks ago, I am now ready to install Python, preferable the latest version of Python

Re: [Tutor] Installing Python

2019-06-10 Thread Alan Gauld via Tutor
On 10/06/2019 22:20, Avi Chein wrote: > I'm trying to install Python 3.6 on my MacOS Mojave but it isn't installing > properly. When asking for help, on any forum, it's never a good idea to say that something "doesn't work" or "isn't installing properly". That gives us nothing to work on. What

[Tutor] Installing Python

2019-06-10 Thread Avi Chein
Hi, I'm trying to install Python 3.6 on my MacOS Mojave but it isn't installing properly. Can someone help me out? I'm a college student and have never used Python before. Would be much appreciated! Thans, Avi ___ Tutor maillist - Tutor@python.org To

Re: [Tutor] Installing python

2018-11-04 Thread Roger B. Atkins
Thanks. That confirms some of my surmises. I may still have the Anaconda version on one of my notebook computers. I may use that to write and debug source code, since I like the Spyder IDE, and then copy working programs to my main desktop computer to run them in Windows with no virtual

Re: [Tutor] Installing python

2018-11-03 Thread Mats Wichmann
On 11/2/18 10:01 PM, Roger B. Atkins wrote: > Okay, but what about the virtual environments? Once the Windows 10 > path environment variable has a version of Python added to it, Windows > will find it (I am using Win 10), but will it be found from within any > given virtual environment (venv),

Re: [Tutor] Installing python

2018-11-03 Thread Roger B. Atkins
Okay, but what about the virtual environments? Once the Windows 10 path environment variable has a version of Python added to it, Windows will find it (I am using Win 10), but will it be found from within any given virtual environment (venv), regardless of which version created the environment?

Re: [Tutor] Installing python

2018-11-03 Thread Avi Gross
security risk when you can sneak in a call to pop open a shell that reformats the hard disk or whatever. Avi -Original Message- From: Tutor On Behalf Of Alan Gauld via Tutor Sent: Friday, November 2, 2018 9:16 PM To: tutor@python.org Subject: Re: [Tutor] Installing python On 02/11/2018 23:44

Re: [Tutor] Installing python

2018-11-03 Thread Adam Eyring
On Fri, Nov 2, 2018 at 8:10 PM Mark Lawrence wrote: > On 02/11/2018 22:49, Alan Gauld via Tutor wrote: > > On 02/11/2018 21:13, Roger Lea Scherer wrote: > > > >> I have installed python 3.7 on my computer Windows10 > >> (C:\Users\Roger\AppData\Local\Programs\Python\Python37), > > > > Caveat: I'm

Re: [Tutor] Installing python

2018-11-02 Thread Mats Wichmann
ays install for everyone. > >> the "modern" answer for Windows is supposed to be the Python Launcher, > > I keep forgetting that thing exists. I really must spend > some time getting to grips with it... I used it for a bit because I was trying to disentangle test suite failures unique to

Re: [Tutor] Installing python

2018-11-02 Thread Alan Gauld via Tutor
On 02/11/2018 23:44, Mats Wichmann wrote: > that's actually exactly the right path for a Python 3.5+ if you chose a > "user install", which you usually should. Ah, I always install for all users. That's why I've not seen that path presumably? But why *should* you install for a single user? I

Re: [Tutor] Installing python

2018-11-02 Thread Mark Lawrence
On 02/11/2018 22:49, Alan Gauld via Tutor wrote: On 02/11/2018 21:13, Roger Lea Scherer wrote: I have installed python 3.7 on my computer Windows10 (C:\Users\Roger\AppData\Local\Programs\Python\Python37), Caveat: I'm no expert on modern Windoze. But... That looks like the wrong path to me.

Re: [Tutor] Installing python

2018-11-02 Thread Mats Wichmann
On 11/2/18 4:49 PM, Alan Gauld via Tutor wrote: > On 02/11/2018 21:13, Roger Lea Scherer wrote: > >> I have installed python 3.7 on my computer Windows10 >> (C:\Users\Roger\AppData\Local\Programs\Python\Python37), > > Caveat: I'm no expert on modern Windoze. > But... That looks like the wrong

Re: [Tutor] Installing python

2018-11-02 Thread Steven D'Aprano
On Fri, Nov 02, 2018 at 02:13:46PM -0700, Roger Lea Scherer wrote: > Hey, > > I have installed python 3.7 on my computer Windows10 > (C:\Users\Roger\AppData\Local\Programs\Python\Python37), but when I go to > the git repository that holds all my projects and type "python --version" > in

Re: [Tutor] Installing python

2018-11-02 Thread Alan Gauld via Tutor
On 02/11/2018 21:13, Roger Lea Scherer wrote: > I have installed python 3.7 on my computer Windows10 > (C:\Users\Roger\AppData\Local\Programs\Python\Python37), Caveat: I'm no expert on modern Windoze. But... That looks like the wrong path to me. My Windows install is usually either in

[Tutor] Installing python

2018-11-02 Thread Roger Lea Scherer
Hey, I have installed python 3.7 on my computer Windows10 (C:\Users\Roger\AppData\Local\Programs\Python\Python37), but when I go to the git repository that holds all my projects and type "python --version" in WindowsPowershell, I get Python 3.6.5. So I guess my question is am I supposed to

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2018-01-13 Thread giacomo . boffi
Peter Hodges writes: > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pip to install numpy (in users? —user was in the > example). > When I start IDLE in the Python 3.6 in Applications and then type > import numpy as np I get the

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2017-12-24 Thread Abdur-Rahmaan Janhangeer
See Anaconda, a py dist packed with sci modules. Comes bundled with lots of goodies ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 23 Dec 2017 12:45, "Peter Hodges" wrote: > Hi. I downloaded Python 3.6 from the python site, then followed

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2017-12-23 Thread Albert-Jan Roskam
Op 23 dec. 2017 09:47 schreef Peter Hodges : > > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pip to install numpy (in users? —user was in the example). > When I start IDLE in the Python 3.6 in Applications and then type import >

[Tutor] Installing python and numpy on the Mac (OSX)

2017-12-23 Thread Peter Hodges
Hi. I downloaded Python 3.6 from the python site, then followed online directions for pip to install numpy (in users? —user was in the example). When I start IDLE in the Python 3.6 in Applications and then type import numpy as np I get the following: import numpy as np Traceback (most recent

[Tutor] Installing Python 2.5.4 on Windows 8 Questions

2014-08-05 Thread Kelvin Baumgart
My current OS is Windows 8 unfortunately. I'm definitely desiring to change this however for the time being I require an external DVD burner to obtain backups/OS before I can really progress. For the time being I'm recently someone who has an unparalleled drive towards becoming a programmer. I'd

Re: [Tutor] Installing Python 2.5.4 on Windows 8 Questions

2014-08-05 Thread Alan Gauld
On 05/08/14 05:02, Kelvin Baumgart wrote: My current OS is Windows 8 unfortunately. The Windows 8 GUI sucks, but other than that its not a bad OS IMHO... And Classic Shell fixes the UI. and Programming which is being taught through MIT. Their curriculum is centered on 2.5.4 however any 2.5

Re: [Tutor] Installing Python 2.5.4 on Windows 8 Questions

2014-08-05 Thread Steven D'Aprano
Hi Kelvin, My responses interleaved between your comments below. On Mon, Aug 04, 2014 at 11:02:05PM -0500, Kelvin Baumgart wrote: My current OS is Windows 8 unfortunately. I'm definitely desiring to change this however for the time being I require an external DVD burner to obtain backups/OS

[Tutor] Installing Python on osx 10.9.1

2014-01-28 Thread Aubri Sandlin
I have installed Python. When I open IDLE I get this warning: WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information. I have downloaded and installed the latest version of TCL/TK and rebooted my computer. I

Re: [Tutor] Installing Python on osx 10.9.1

2014-01-28 Thread Dave Angel
Aubri Sandlin au...@sandlininc.com Wrote in message: I have installed Python. When I open IDLE I get this warning: WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information. I have downloaded and installed

Re: [Tutor] Installing Python on osx 10.9.1

2014-01-28 Thread Dave Angel
Dave Angel da...@davea.name Wrote in message: Aubri Sandlin au...@sandlininc.com Wrote in message: I have installed Python. When I open IDLE I get this warning: WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current

[Tutor] Installing Python Packages

2013-01-13 Thread what ever
I'm new to programming and I'm having trouble understanding the way packaging works in Python. I've spent the past 0week reading up on the subject, and I have a general idea of how it all works, but this is still very frustrating for me. I want to install four packages. Their names are pip,

Re: [Tutor] Installing Python Packages :p:

2013-01-13 Thread Paradox
On 01/14/2013 10:58 AM, what ever wrote: I want to install four packages. Their names are pip, distribute, nose, and virtualenv. The big question is: How would you recommend I install these packages on my system? I was also hoping you could explain Python packaging in general. I only recently

Re: [Tutor] Installing Python and modules

2011-12-19 Thread Jugurtha Hadjar
On 15/12/2011 01:28, Sean Baumgarten wrote: Hello, I'm wondering if someone could walk me step-by-step through installing Python and some third-party modules. I've never used Python or other programming languages before, but I'm just trying to install it so I can run a simple script. I'm

[Tutor] Installing Python and modules

2011-12-14 Thread Sean Baumgarten
Hello, I'm wondering if someone could walk me step-by-step through installing Python and some third-party modules. I've never used Python or other programming languages before, but I'm just trying to install it so I can run a simple script. I'm running Mac OSX 10.6.8. Here's the instructions in

Re: [Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-04 Thread Japhy Bartlett
a common approach is to embed python in a compiled binary On Thu, Feb 3, 2011 at 9:18 PM, Steven D'Aprano st...@pearwood.info wrote: Alan Gauld wrote: C.Y. Ruhulessin izzaddin.ruhules...@gmail.com wrote When I load up Civilization IV, a Firaxis game, the loading screen tells me Loading

[Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-03 Thread C.Y. Ruhulessin
Hi all, When I load up Civilization IV, a Firaxis game, the loading screen tells me Loading Python. However, I can't seem to find out where it installs python (and Python wasn't installed before I installed it myself), so I *assume *that it 'installs' and loads Python at runtime. For an

Re: [Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-03 Thread Noah Hall
On Thu, Feb 3, 2011 at 11:11 AM, C.Y. Ruhulessin izzaddin.ruhules...@gmail.com wrote: For an application that I am designing, i'd like to achieve the same functionality, so the end users don't have to bother installing Python themselves. Can anybody shed their lights on how one would program

Re: [Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-03 Thread C.Y. Ruhulessin
Thanks, will check it out! 2011/2/3 Noah Hall enali...@gmail.com On Thu, Feb 3, 2011 at 11:11 AM, C.Y. Ruhulessin izzaddin.ruhules...@gmail.com wrote: For an application that I am designing, i'd like to achieve the same functionality, so the end users don't have to bother installing Python

Re: [Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-03 Thread Alan Gauld
C.Y. Ruhulessin izzaddin.ruhules...@gmail.com wrote When I load up Civilization IV, a Firaxis game, the loading screen tells me Loading Python. However, I can't seem to find out where it installs python It probably doesn't actually install Python it is simply loading the interpreter into

Re: [Tutor] 'Installing' Python at runtime? (Civilization)

2011-02-03 Thread Steven D'Aprano
Alan Gauld wrote: C.Y. Ruhulessin izzaddin.ruhules...@gmail.com wrote When I load up Civilization IV, a Firaxis game, the loading screen tells me Loading Python. However, I can't seem to find out where it installs python It probably doesn't actually install Python it is simply loading the

[Tutor] Installing python via ftp in virtual domain

2009-02-02 Thread Tim Johnson
I have a client who is hosting under virtual domain services that do not provide python. He has unlimited disk space available ( or so the hoster says) and they would allow installation of binaries in the virtual domain via ftp. It's a linux 'box' with a /private folder under the domain root.

Re: [Tutor] Installing python via ftp in virtual domain

2009-02-02 Thread John Fouhy
2009/2/3 Tim Johnson t...@johnsons-web.com: I have a client who is hosting under virtual domain services that do not provide python. He has unlimited disk space available ( or so the hoster says) and they would allow installation of binaries in the virtual domain via ftp. It's a linux 'box'

Re: [Tutor] Installing python via ftp in virtual domain

2009-02-02 Thread Tim Johnson
On Monday 02 February 2009, John Fouhy wrote: 2009/2/3 Tim Johnson t...@johnsons-web.com: I have a client who is hosting under virtual domain services that do not provide python. He has unlimited disk space available ( or so the hoster says) and they would allow installation of binaries

Re: [Tutor] Installing python via ftp in virtual domain

2009-02-02 Thread John Fouhy
2009/2/3 Tim Johnson t...@johnsons-web.com: - wrong libraries how do we resolve paths to libraries? Well, like I suggested, you could try building a staticly-linked version. Then it doesn't matter. Otherwise, I'm not sure. Maybe you could figure out what libraries you need, upload them,

[Tutor] installing python the latest python programme

2006-02-07 Thread Gil Tucker
Hi to all, Whenever I try to install python 2.2 and later on Win. 2000 It never properly sets up on the compter. I usually only get the command section but the IDE never shows up. Maybe somebody has an idea or a tip as to what`s going on here. Cheers Gil

Re: [Tutor] installing python on windows and macs

2006-02-06 Thread Jan Erik Moström
linda.s [EMAIL PROTECTED] 2006-02-06 09:09: Now I tried to install Python 2.4.2; It works fine till Make Install. After I reenter the terminal, I still saw Python 2.3.5 and 2.4.2. does not appear. Also, it is really boring to go through ./configure, make and make install. Why it is not as

Re: [Tutor] installing python on windows and macs

2006-02-06 Thread linda.s
On 2/6/06, Jan Erik Moström [EMAIL PROTECTED] wrote: linda.s [EMAIL PROTECTED] 2006-02-06 09:09: Now I tried to install Python 2.4.2; It works fine till Make Install. After I reenter the terminal, I still saw Python 2.3.5 and 2.4.2. does not appear. Also, it is really boring to go

Re: [Tutor] installing python on windows and macs

2006-02-06 Thread Danny Yoo
Thanks for your kindness. The version of My Mac is Mac OX 10.4.4; I guess that Python 2.3.5 has been installed before. Now I tried to install Python 2.4.2; Hi Linda, Ah, ok, then the long installation time you are seeing is perfectly normal, and the comparison you're making between the

Re: [Tutor] installing python on windows and macs

2006-02-06 Thread Ian Jones
In article [EMAIL PROTECTED], linda.s [EMAIL PROTECTED] wrote: Where is the binary Python 2.4.2 for Mac? I could not find it, Thanks! You can download a Mac installer for Python 2.4.1 here: http://undefined.org/python/ If you're on Tiger (OS X 10.4), you should also install the

Re: [Tutor] installing python on windows and macs

2006-02-06 Thread Alan Gauld
Also, it is really boring to go through ./configure, make and make install. Why it is not as convenient as Windows? Aha! Thats because you are installing from source. If you visit the MacPython site you will find a normal Mac install package. You just drop it on the Desktop (or anywhere else!)

[Tutor] installing python on windows and macs

2006-02-05 Thread Danny Yoo
On Sun, 5 Feb 2006, linda.s wrote: I installed python in both Windows and Mac. I am very curious why the installation under Mac take so long time compared to that under Windows. Hi Linda, But that's somewhat odd, because it should take zero time: Python's already installed under Mac OS X

[Tutor] installing python 2.4.1 over 2.4

2005-05-22 Thread Pujo Aji
Hello, I have python 2.4. I would like to install python 2.4.1, Should I uninstall python 2.4, or just install 2.4.1? Does it effect my ide such as pydev and komodo ? Sincerely Yours, pujo ___ Tutor maillist - Tutor@python.org

Re: [Tutor] installing python 2.4.1 over 2.4

2005-05-22 Thread Kent Johnson
The 2.4.1 installer will install over you existing 2.4 install. I don't think it will affect the ides. Kent Pujo Aji wrote: Hello, I have python 2.4. I would like to install python 2.4.1, Should I uninstall python 2.4, or just install 2.4.1? Does it effect my ide such as pydev and

Re: [Tutor] Installing Python....Getting Started (fwd)....sorry

2005-03-12 Thread Jan Ekström
From: Jan Ekstrm [EMAIL PROTECTED] To: Danny Yoo [EMAIL PROTECTED] Subject: Re: [Tutor] Installing PythonGetting Started Thank you for Your answer. I felt fresh air in my face. I got the instruction to start like this below What will we cover? How

[Tutor] Installing Python

2005-03-11 Thread Jan Ekström
I have tried to install Python 2.4on two pc-s and get this error when I follow the instruction and type python at the comand window or Idle window. I am running Windows xp home edition. What am I doing wrong? I have also ask for explanation on Googles and got the answer that there is such a

Re: [Tutor] Installing Python

2005-03-11 Thread Danny Yoo
On Fri, 11 Mar 2005, [iso-8859-1] Jan Ekstrm wrote: I have tried to install Python 2.4 on two pc-s and get this error when I follow the instruction and type python at the comand window or Idle window. I am running Windows xp home edition. What am I doing wrong? Here is the error. IDLE 1.1