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
Au
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
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 fo
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 to
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.
>
>
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 ActiveSta
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 3.
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 e
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
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 environment
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), rega
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? And
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
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
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 windows
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 o
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.
M
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 pa
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 WindowsPow
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
C:\Pytho
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 instal
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 following:
> import numpy
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 online
> directions for pi
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
> numpy as np I get the f
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
> numpy as np I get the f
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 call
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
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 o
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
im
Dave Angel Wrote in message:
> Aubri Sandlin 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
Aubri Sandlin 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 the latest ver
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 s
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 d
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, distr
Dear Alan: Hi. Thanks for helping me. I did it exactly the way you described,
and everything worked perfectly. Thanks for being a kind friend!
>From Your Friend: Tamar Osher
Email: emeraldoff...@hotmail.com
__
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 runn
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 t
a common approach is to embed python in a compiled binary
On Thu, Feb 3, 2011 at 9:18 PM, Steven D'Aprano wrote:
> Alan Gauld wrote:
>>
>> "C.Y. Ruhulessin" wrote
>>
>>> When I load up Civilization IV, a Firaxis game, the loading screen tells
>>> me
>>> "Loading Python".
>>>
>>> However, I can't
Alan Gauld wrote:
"C.Y. Ruhulessin" 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 memory.
"C.Y. Ruhulessin" 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 memory.
It probably uses P
Thanks, will check it out!
2011/2/3 Noah Hall
> On Thu, Feb 3, 2011 at 11:11 AM, C.Y. Ruhulessin
> 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 thei
On Thu, Feb 3, 2011 at 11:11 AM, C.Y. Ruhulessin
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 this?
> kind regards,
The
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 applic
2009/2/3 Tim Johnson :
>> - 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, and play around with
On Monday 02 February 2009, John Fouhy wrote:
> 2009/2/3 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
2009/2/3 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
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. giv
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
> 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!
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
Ti
> 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 i
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 bori
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 n
On 2/5/06, Danny Yoo <[EMAIL PROTECTED]> wrote:
>
>
> 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
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
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 an
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
http://mail.python.org/
-
Date: Fri, 11 Mar 2005 22:38:55 +0100
From: Jan EkstrÃm <[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 thi
AIL 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
On Fri, 11 Mar 2005, [iso-8859-1] Jan Ekström 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.
> I
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?
I have also ask for explanation on Googles and got the answer that there is
such a
61 matches
Mail list logo