Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6 dependent on c:\python26\ on windows #48272

Closed
armandorowe mannequin opened this issue Oct 2, 2008 · 11 comments
Closed

2.6 dependent on c:\python26\ on windows #48272

armandorowe mannequin opened this issue Oct 2, 2008 · 11 comments
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@armandorowe
Copy link
Mannequin

armandorowe mannequin commented Oct 2, 2008

BPO 4022
Nosy @loewis, @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-03-28.10:43:07.883>
created_at = <Date 2008-10-02.23:15:42.209>
labels = ['type-bug', 'expert-installation', 'OS-windows']
title = '2.6 dependent on c:\\python26\\ on windows'
updated_at = <Date 2013-03-28.10:43:07.880>
user = 'https://bugs.python.org/armandorowe'

bugs.python.org fields:

activity = <Date 2013-03-28.10:43:07.880>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2013-03-28.10:43:07.883>
closer = 'georg.brandl'
components = ['Installation', 'Windows']
creation = <Date 2008-10-02.23:15:42.209>
creator = 'armandorowe'
dependencies = []
files = []
hgrepos = []
issue_num = 4022
keywords = []
message_count = 11.0
messages = ['74209', '74212', '74213', '74219', '74254', '75084', '75092', '75098', '75958', '103012', '185430']
nosy_count = 7.0
nosy_names = ['loewis', 'georg.brandl', 'ggenellina', 'techtonik', 'koen', 'armandorowe', 'flomana']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue4022'
versions = ['Python 2.6', 'Python 2.7']

@armandorowe
Copy link
Mannequin Author

armandorowe mannequin commented Oct 2, 2008

The windows installer for Python 2.6 offers to install on c:\python26\ -
If you chose to install on c:\python\ instead, the installation will run
through and terminate succesfully, but whenever you try executing any
python program, an error message tells you that mvscr90.dll is missing.

It turns out the installer does properly install the dll in a subfolder
of c:\windows\winsxs.

If you remove python, then install on c:\python26\, it will work just fine.

Event occurred on a Dell latitude D620 laptop with 2 GB RAM and a 2 GHz
intel core duo, with Windows XP professional Service Pack 3. No python
packages were installed.

@armandorowe armandorowe mannequin added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Oct 2, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Oct 2, 2008

Did you chose "for all users", or "just for me"?

@armandorowe
Copy link
Mannequin Author

armandorowe mannequin commented Oct 2, 2008

For all users in all attempts

@armandorowe
Copy link
Mannequin Author

armandorowe mannequin commented Oct 2, 2008

I got the file name misspelled. The actual file is MSVCR90.dll

the link below explains how to manually install the runtime library. One
would expect the problem would disapear then, It did not.

http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en

Manually depositing msvcr90.dll on c:\windows\system or
c:\windows\system32 fixes this error, but it causes the next one:

runtime error R6034 - An application has made an attempt to load the C
runtime library incorrectly. Please contact the application's support
team for more information.

The only way I could find to make the problem disapear was installing on
C:\python26\

@koen
Copy link
Mannequin

koen mannequin commented Oct 3, 2008

Have you tried restarting your machine after installing the Visual C++
runtime from Microsoft? These runtimes will sometimes only finish
installing after a reboot. Also, putting them in System/System32 is not
"allowed" by MSVCR90.dll, either it goes into your application folder
(together with a .manifest file), or into the WinSXS folder.

@flomana
Copy link
Mannequin

flomana mannequin commented Oct 22, 2008

Environment: Windows XP SP2
Python 2.6 installed for all users

I´ve tried to install 2.6 to my custom directory C:\Archivos de
Programa\Python
All Python programs return Error 6034 (Python.exe, Pythonw.exe)
Step by step, with reboot, I´ve tried as follow:
mvscr90.dll copied to ...\System ...\System32 ...\winsxs with manifest
installing C++ Library mentioned msg74219
but error persist:
runtime error R6034 - An application has made an attempt to load the C
runtime library incorrectly. Please contact the application's support
team for more information.
Regarding my work over win32 and django I´ve returned to ver 2.5.2

Thanks in advance

@flomana flomana mannequin added OS-windows and removed build The build process and cross-build labels Oct 22, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Oct 22, 2008

Thanks in advance

I would not normally assume that yours is the same problem as the one
reported in this issue. So please report it as a separate issue if you
want it considered.

@flomana
Copy link
Mannequin

flomana mannequin commented Oct 22, 2008

Martin

Apper as an extension of the previous problem. I´ve tried with the
changes proposed in the messages, but without success.
Also was my first message, therefore please inform me if is better to
begin a new issue.

Thanks

Note: Install deploy: .msi

@techtonik
Copy link
Mannequin

techtonik mannequin commented Nov 17, 2008

flomana: Have you tried installing Python in c:\python26\ ? If that
didn't help then it is better start a new issue.

@techtonik
Copy link
Mannequin

techtonik mannequin commented Apr 13, 2010

I it still actual for 2.6.5 and 2.7?

@techtonik techtonik mannequin added the topic-installation label Apr 13, 2010
@birkenfeld
Copy link
Member

Closing due to lack of activity.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant