473,395 Members | 2,796 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,395 software developers and data experts.

Problems with Python 2.5 installer.

paw
I have ran the MSI installer for Python 2.5 several times attempting to
install to C:
Python, however all of the files are placed in C:\ . The installer is
told to only install files for me, beyond that I have only chosen the
defaults.

If I copy the files after installation, then uninstall Python, I can
still use the application. However I am unable to install py2exe since
it does not see Python in the registry, py2exe refuses to install when
the Python files are in C:\ .

The system in am installing on is WinXP SP 2 and I have enough admin
rights on the machine to install software.

Google turned up nothing useful that I could find, is anyone else
seeing this problem?

Thanks,

Wayne

Sep 25 '06 #1
5 1639
paw schrieb:
Google turned up nothing useful that I could find, is anyone else
seeing this problem?
I haven't heard of it before. Please run the file with

msiexec /i python-2.5.msi /l*v python.log

and post the resulting python.log in a bug report at
sf.net/projects/python.

Regards,
Martin
Sep 25 '06 #2

paw wrote:
I have ran the MSI installer for Python 2.5 several times attempting to
install to C:
Python, however all of the files are placed in C:\ . The installer is
told to only install files for me, beyond that I have only chosen the
defaults.
What do you mean by "install to C: <newlinePython"? Can you tell us
(unambiguously, on one line) what directory you chose? Is there any
good reason why you didn't take the default, which is
C:\Python25
?
>
If I copy the files after installation, then uninstall Python, I can
still use the application. However I am unable to install py2exe since
it does not see Python in the registry, py2exe refuses to install when
the Python files are in C:\ .

The system in am installing on is WinXP SP 2 and I have enough admin
rights on the machine to install software.

Google turned up nothing useful that I could find, is anyone else
seeing this problem?
There's been no mention that I've noticed.

Cheers,
John

Sep 25 '06 #3
paw

John Machin wrote:
paw wrote:
I have ran the MSI installer for Python 2.5 several times attempting to
install to C:
Python, however all of the files are placed in C:\ . The installer is
told to only install files for me, beyond that I have only chosen the
defaults.

What do you mean by "install to C: <newlinePython"? Can you tell us
(unambiguously, on one line) what directory you chose? Is there any
good reason why you didn't take the default, which is
C:\Python25
?
The <newlineshould have been \ , the keyboard I am using sucks and
places the backslash below Enter vs. above like I am used to. I just
didn't catch that when posting.

I really don't know why I always change the directory, I've just always
installed Python on MS Windows into C:\Python. No practical reason, I
do the same with other programs.
Google turned up nothing useful that I could find, is anyone else
seeing this problem?

There's been no mention that I've noticed.
I'm thinking this is a local issue. I came in today and used the same
MSI installer as before and there were no problems.

I'm looking through the local logs to see if there has been any change
on this system in the past day or two right now.

Wayne

Sep 29 '06 #4

Matthew Warren wrote:
-----Original Message-----
From: py*******************************************@pyth on.org
[mailto:py***************************************** **@python.org] On
Behalf Of paw
Sent: 29 September 2006 11:01
To: py*********@python.org
Subject: Re: Problems with Python 2.5 installer.
John Machin wrote:
paw wrote:
I have ran the MSI installer for Python 2.5 several times attempting
to
install to C:
Python, however all of the files are placed in C:\ . The installer
is
told to only install files for me, beyond that I have only chosen
the
defaults.
What do you mean by "install to C: <newlinePython"? Can you tell us
(unambiguously, on one line) what directory you chose? Is there any
good reason why you didn't take the default, which is
C:\Python25
?


Could this happen if c:\python does not exists and creating it fails for
some reason, or if permissions are incorrect?
Are you installing it as a "normal" user or as an Administrator? I have
occasionally had problems (not when installing Python) as a "normal"
user not being allowed to create a folder at the C:\ level.

I'd suggest this;
(1) log on as as administrator (i.e. with full rights)
(2) do an "all users" installation
(3) You haven't come up with a good reason for doing otherwise, so read
my lips: *** use the default installation folder C:\Python25 *** you'll
be happy you did, when Python 2.6 comes out and you want to have both
installed.

HTH,
John

Sep 29 '06 #5
paw
Could this happen if c:\python does not exists and creating it fails for
some reason, or if permissions are incorrect?

Are you installing it as a "normal" user or as an Administrator? I have
occasionally had problems (not when installing Python) as a "normal"
user not being allowed to create a folder at the C:\ level.

I'd suggest this;
(1) log on as as administrator (i.e. with full rights)
(2) do an "all users" installation
(3) You haven't come up with a good reason for doing otherwise, so read
my lips: *** use the default installation folder C:\Python25 *** you'll
be happy you did, when Python 2.6 comes out and you want to have both
installed.
It turns out the domain admin took away my local admin rights
mistakenly. Once I got those back everything worked fine.

The only 'logic' for my not installing to a directory with the version
is that I don't keep more than one version of Python on my system at
any given time. When the new version comes out and is stable I remove
the old one, this forces me to check any programs against the latest
version.

Thanks for all of the help,

Wayne

Oct 13 '06 #6

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

Similar topics

2
by: Timothy Martens | last post by:
When I run the Python-2.3.exe on my WIN2K box and go through the initial dialogues, the installer frezes at 1% when it's "Copying File C:\Python23\UNWISE.exe" Any ideas ANYONE? tim.
0
by: Alexander Eisenhuth | last post by:
Hallo, somehow Installer won't work, even on the simplest python file: test.py: --------- import time print 'time is', time.time()
3
by: Matthias Baas | last post by:
Hi, are there any guidelines about what to do if a Windows extension for Python 2.4 requires the C++ runtime (msvcp71.dll)? If I want to distribute a binary installer of an extension that...
10
by: Svein Brekke | last post by:
Hi. Thank you Gordon McMillan for a very nice freeze tool for python. (I use it on Windows XP SP2 for creating a single-file self-extracting wxPython based installation script for a non-python...
5
by: Fuzzyman | last post by:
Python 2.4 is built with Microsoft Visiual C++ 7. This means that it uses msvcr7.dll, which *isn't* a standard part of the windows operating system. This means that if you build a windows installer...
8
by: mistral | last post by:
I need compile code written in Python. I use Windows 98SE. Should I download Python for Windows installer? http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi Will the msi installer modify...
34
by: Ben Sizer | last post by:
I've installed several different versions of Python across several different versions of MS Windows, and not a single time was the Python directory or the Scripts subdirectory added to the PATH...
15
by: John Nagle | last post by:
I've been installing Python and its supporting packages on a dedicated server with Fedora Core 6 for about a day now. This is a standard dedicated rackmount server in a colocation facility,...
5
by: Payala | last post by:
Hello, I have tried to install python 2.5.1 and 2.5.2 with the same error. The installer starts fine, but when it gets to the part that says "Status: Copying new files" it terminates with an error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...

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.