473,413 Members | 1,731 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Command line prompt broken on XP with Python 2.5 - help!

My last version of Python was 2.4, running smoothly on XP with path c:
\Python24 - no need even to include this path in PATH; everything
worked as it's supposed to at the command line.

Just installed Python 2.5, after uninstalling 2.4 (and also 2.3 which
had lingered). Now if I open a shell in Windows Python is not
available! Here are the symptoms:

- If I open a shell using "Command line here" with XP Powertools, then
enter "python" at the prompt, nothing happens. I don't get a message
that the command is not recognized, but neither do I get the Python
prompt. Instead the Windows prompt comes back. No messages, no Python,
no nothing.

- If I go so far as to specify the full path to the Python executable,
I do get the Python prompt and Python appears to work properly -
except that I can't exit with CTRL-Z.

- If I open a shell from the Start menu, e.g. Start run "command",
then try entering "python", the shell simply blows up.

What is going on here? I have uninstalled and reinstalled Python 2.5,
to no avail. I have gone so far as to specify c:\Python25 (the install
path) in my PATH variable, but this makes no difference. Right now
Python is unusable to me from the command prompt, meaning all of my
automation scripts that I run at the command line are gone too.

Feb 16 '07 #1
9 2468
Jim
On Feb 16, 5:52 am, "Endless Story" <usable.thou...@gmail.comwrote:
My last version of Python was 2.4, running smoothly on XP with path c:
\Python24 - no need even to include this path in PATH; everything
worked as it's supposed to at the command line.

Just installed Python 2.5, after uninstalling 2.4 (and also 2.3 which
had lingered). Now if I open a shell in Windows Python is not
available! Here are the symptoms:

- If I open a shell using "Command line here" with XP Powertools, then
enter "python" at the prompt, nothing happens. I don't get a message
that the command is not recognized, but neither do I get the Python
prompt. Instead the Windows prompt comes back. No messages, no Python,
no nothing.

- If I go so far as to specify the full path to the Python executable,
I do get the Python prompt and Python appears to work properly -
except that I can't exit with CTRL-Z.

- If I open a shell from the Start menu, e.g. Start run "command",
then try entering "python", the shell simply blows up.

What is going on here? I have uninstalled and reinstalled Python 2.5,
to no avail. I have gone so far as to specify c:\Python25 (the install
path) in my PATH variable, but this makes no difference. Right now
Python is unusable to me from the command prompt, meaning all of my
automation scripts that I run at the command line are gone too.
Are you talking about the Environment Variables-->System Variable--
>path?
You may want to right click on My Computer-->System Properties--
>Advanced-->Environment Variables-->System variables-->Path-->Edit.
And check to see if it's there, if not then add it.
Thanks,
Jim

Feb 16 '07 #2
On Feb 16, 9:56 am, "Jim" <jscre...@compuserve.comwrote:
On Feb 16, 5:52 am, "Endless Story" <usable.thou...@gmail.comwrote:
Are you talking about the Environment Variables-->System Variable-->path?
You may want to right click on My Computer-->System Properties-->Advanced-->
Environment Variables-->System variables-->Path-->Edit.
And check to see if it's there, if not then add it.
I've already added the new python to my path in this fashion, but to
no avail.

Besides, if it were a path problem in the usual sense, the symptom
would be a message at the command line saying that "python" is not
recognized. Since I don't get this message, it's not a typical path
problem. What it is, I don't know - that's my quandry.

Feb 16 '07 #3
Endless Story wrote:
On Feb 16, 9:56 am, "Jim" <jscre...@compuserve.comwrote:
>On Feb 16, 5:52 am, "Endless Story" <usable.thou...@gmail.comwrote:
Are you talking about the Environment Variables-->System Variable-->path?
You may want to right click on My Computer-->System Properties-->Advanced-->
Environment Variables-->System variables-->Path-->Edit.
And check to see if it's there, if not then add it.

I've already added the new python to my path in this fashion, but to
no avail.

Besides, if it were a path problem in the usual sense, the symptom
would be a message at the command line saying that "python" is not
recognized. Since I don't get this message, it's not a typical path
problem. What it is, I don't know - that's my quandry.
I've certainly never seen anything like what you've described,
and I've had Python 2.5 installed and uninstalled on several
different machines (Win2k & WinXP). I would ask if you had
*any* other Python installation -- say a cygwin one -- which
might just be getting in the way? Are you an administrator on
the machine you're on? Sometimes (a while ago and with the
ActiveState distro rather than python.org one) it has been
known to cause problems if you're not. Do the previous
installations still work?

Clutching at straws, really.

TJG
Feb 16 '07 #4
On Feb 16, 10:29 am, Tim Golden <m...@timgolden.me.ukwrote:
I would ask if you had *any* other Python installation
-- say a cygwin one -- which might just be getting in the way?
It's a cygwin problem, guddammit. I was wondering if this might be the
case - I should have mentioned in my initial post that I've got a
whole Cygwin setup, including Python.

I know the conflict is the problem because just now I opened up a
command shell in XP (not the Cywgin bash window), and instead of
typing "python" and getting nothing, I tried "which python" - which
when you think about it, shouldn't even work in a XP shell. But
somehow Cygwin is mingling some of its capabilities with the XP shell,
because "which python" actually gets an answer - "/usr/bin/python,"
which is Cygwin.

Now the question is how to fix this - I don't want to uninstall the
Cygwin version. Instead I need some way of unknotting Cygwin's
intrusion into what should be an XP-only shell, or else a way of
giving priority when in that shell (and not the bash shell, which I
also use) to the Python executable residing at C:\Python25.

Feb 16 '07 #5
Endless Story wrote:
On Feb 16, 10:29 am, Tim Golden <m...@timgolden.me.ukwrote:
>I would ask if you had *any* other Python installation
-- say a cygwin one -- which might just be getting in the way?

It's a cygwin problem, guddammit. I was wondering if this might be the
case - I should have mentioned in my initial post that I've got a
whole Cygwin setup, including Python.

I know the conflict is the problem because just now I opened up a
command shell in XP (not the Cywgin bash window), and instead of
typing "python" and getting nothing, I tried "which python" - which
when you think about it, shouldn't even work in a XP shell. But
somehow Cygwin is mingling some of its capabilities with the XP shell,
because "which python" actually gets an answer - "/usr/bin/python,"
which is Cygwin.

Now the question is how to fix this - I don't want to uninstall the
Cygwin version. Instead I need some way of unknotting Cygwin's
intrusion into what should be an XP-only shell, or else a way of
giving priority when in that shell (and not the bash shell, which I
also use) to the Python executable residing at C:\Python25.
It sounds like you may have mistakenly added Cygwin binary directories
to your Windows path. This isn't normally necessary, since the Cygwin
shell makes all necessary path adjustments as it starts.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Blog of Note: http://holdenweb.blogspot.com
See you at PyCon? http://us.pycon.org/TX2007

Feb 16 '07 #6
On Feb 16, 11:34 am, Steve Holden <s...@holdenweb.comwrote:
Endless Story wrote:
On Feb 16, 10:29 am, Tim Golden <m...@timgolden.me.ukwrote:
I would ask if you had *any* other Python installation
-- say a cygwin one -- which might just be getting in the way?
It's a cygwin problem, guddammit. I was wondering if this might be the
case - I should have mentioned in my initial post that I've got a
whole Cygwin setup, including Python.
I know the conflict is the problem because just now I opened up a
command shell in XP (not the Cywgin bash window), and instead of
typing "python" and getting nothing, I tried "which python" - which
when you think about it, shouldn't even work in a XP shell. But
somehow Cygwin is mingling some of its capabilities with the XP shell,
because "which python" actually gets an answer - "/usr/bin/python,"
which is Cygwin.
Now the question is how to fix this - I don't want to uninstall the
Cygwin version. Instead I need some way of unknotting Cygwin's
intrusion into what should be an XP-only shell, or else a way of
giving priority when in that shell (and not the bash shell, which I
also use) to the Python executable residing at C:\Python25.

It sounds like you may have mistakenly added Cygwin binary directories
to your Windows path. This isn't normally necessary, since the Cygwin
shell makes all necessary path adjustments as it starts.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Blog of Note: http://holdenweb.blogspot.com
See you at PyCon? http://us.pycon.org/TX2007

Feb 16 '07 #7
On Feb 16, 11:34 am, Steve Holden <s...@holdenweb.comwrote:
It sounds like you may have mistakenly added Cygwin binary directories
to your Windows path. This isn't normally necessary, since the Cygwin
shell makes all necessary path adjustments as it starts.
I did add c:/cywgin to the path, don't remember why now.

For the moment I've moved c:\cygwin to the end of my path, so that it
comes after c:\Python25, and reinstalled Python 2.5. That seems to
have cured at least this particular problem with Python. When I have a
spare moment I will take cygwin out of the path altogether and see if
I can remember why I put it in there to begin with ...

Feb 16 '07 #8
On Feb 16, 11:51 am, "Endless Story" <usable.thou...@gmail.comwrote:
On Feb 16, 11:34 am, Steve Holden <s...@holdenweb.comwrote:
It sounds like you may have mistakenly added Cygwin binary directories
to your Windows path. This isn't normally necessary, since the Cygwin
shell makes all necessary path adjustments as it starts.
Okay - here is from the Cygwin manual available online at http://
cygwin.com/cygwin-ug-net/cygwin-ug-net.html:

"The PATH environment variable is used by Cygwin applications as a
list of directories to search for executable files to run. This
environment variable is converted from Windows format (e.g. C:\WinNT
\system32;C:\WinNT) to UNIX format (e.g., /WinNT/system32:/WinNT) when
a Cygwin process first starts. Set it so that it contains at least the
x:\cygwin\bin directory where "x:\cygwin is the "root" of your cygwin
installation if you wish to use cygwin tools outside of bash."
Feb 16 '07 #9
On Feb 16, 11:51 am, "Endless Story" <usable.thou...@gmail.comwrote:
I did add c:/cywgin to the path, don't remember why now.
Having looked at the Cygwin user manual, I think I probably did this
as the result of misunderstanding the installation process. A PATH
variable is needed, but it can go into cygwin.bat.

Feb 16 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Peter Vestergaard | last post by:
Hi Probably a simple question but I have not been able to find out how: I want my python script to generate a path based on some simple lookups and then change my path so that when the script...
2
by: Eric Ching | last post by:
Can I run pythonw with a script that takes command line arguments then launches a GUI? I try pythonw myscript.pyw -option arg (etc.) and nothing happens. Nothing, as in I am immediately returned...
8
by: Joe | last post by:
I'm using Python 2.4 on Windows XP SP2. I'm trying to receive a command line argument that is a newline (\n) Here is the command line to use sample.py "\n" Here is a sample.py script
7
by: k8 | last post by:
Hello- I'm stuck on a Windows machine today and would love to fully play with and test a simple python script. I want to be able to type "python myscript myarg" somewhere. Is there anything...
13
by: c3950ig | last post by:
Hi, I am python newbie and the command prompt is having an issue with python. I installed python 2.4.4 onto my windows machine, opened a command prompt window, and typed python to start the...
2
by: Jim Hendricks | last post by:
New to Python, and just had something strange happen. I've been running my new code in IDLE running in windows. My IDLE version shows as 1.2.1, Python version displaying in IDLE is 2.5.1. I...
5
by: waltbrad | last post by:
Hi folks. I'm learning Python from the Mark Lutz Book, Programming Python 3rd edition. He seems to be able to invoke the Python interpreter from any command line prompt. C:\temp>python ...
7
by: Jwe | last post by:
Hi, I've written a program which has both a command line interface and Windows form interface, however it isn't quite working correctly. When run from command line with no arguments it should...
4
by: bkamrani | last post by:
Hi, This is a basic problem, but I want to print help content in a Command Prompt in WinXP and scrolling back to see the first lines. If I start a command prompt and run python, and then for...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.