[issue28781] On Installation of 3.5 Python get error message

2017-01-01 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue28781] On Installation of 3.5 Python get error message

2016-11-23 Thread Mark Harris
New submission from Mark Harris: While I am installing python when it gets towards the end of the installation the message appears "The program can't start because python35.dll is missing from your computer. Try reinstalling the program to fix this problem". Apart from this message the install

[issue28781] On Installation of 3.5 Python get error message

2016-11-23 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Python

[issue28781] On Installation of 3.5 Python get error message

2016-11-23 Thread Steve Dower
Steve Dower added the comment: Do you see a "Repair" option when running the installer again? If not, open Programs and Features and find Python there, double-click it and select "Repair". Otherwise, you should have a set of log files in your %TEMP% directory (sort by date and they all start

[issue28781] On Installation of 3.5 Python get error message

2016-11-24 Thread Mark Harris
Mark Harris added the comment: Thanks for the message. I've tried using repair, reinstalling etc to no effect. I've ziped up the files I could find starting with Python in the temp file you mentioned. Thanks again for the help, Mark -- Added file: http://bugs.python.org/file45621/Pyt

[issue28781] On Installation of 3.5 Python get error message

2016-11-24 Thread Steve Dower
Steve Dower added the comment: Oh wow, I've never seen anything like this before. It looks like it's really confused about whether you've installed for all users or not. I wish I knew how you got into this state, because I'd like to be able to prevent it. I guess it's related to the current is

[issue28781] On Installation of 3.5 Python get error message

2016-11-25 Thread Mark Harris
Mark Harris added the comment: Hi Steve, Thanks looking into this for me. I tried the below and ran the lines in cmd with admin privileges. Then I tried running repair again. I'm afraid when I type python in the command prompt it has the same message as before about missing python35.dll. I

[issue28781] On Installation of 3.5 Python get error message

2016-11-25 Thread Steve Dower
Steve Dower added the comment: I was hoping that Repair wouldn't be an option after doing that cleaning. Maybe try uninstalling through Programs and Features, then run those commands again, go into the places you installed it and delete the files, and then run a fresh install. If you still ge

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Mark Harris
Mark Harris added the comment: Hi Steve, I did as you suggested, removed following add remove programs, removed every instance of python I could find(folders etc.), cleared out the temp folder. Then I ran the commands you suggested(it couldn't find any of the registry keys this time), reinsta

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Decorater
Decorater added the comment: Normally when you install python systemwide it installs python35.dll in %SystemDrive%\Windows\System32\. Try looking there maybe you can use regsvr to register python35.dll in the registry or find where python.exe is and copy python35.dll to there. -- nosy

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Decorater
Decorater added the comment: You could also download the embeded build which ships with python35.dll to put it in the folder you installed python to alongside python.exe. -- ___ Python tracker

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Eryk Sun
Eryk Sun added the comment: No, Python 3.5 is the first version to always place the interpreter DLL in the installation directory, beside python.exe. Installing for all users does not place python35.dll in "%SystemRoot%\System32". -- nosy: +eryksun

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Mark Harris
Mark Harris added the comment: Thanks for the advice, I downloaded the Python35.dll in the file located here https://www.python.org/downloads/release/python-352/ which was called "Windows x86 embeddable zip file". With this file when I enter python.exe the program crashes. I tried Windows x86

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Mark Harris
Mark Harris added the comment: Sorry realized I didn't say I put the python35.dll in the python 35-32 folder of the c drive with the above results. -- ___ Python tracker ___ ___

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Eryk Sun
Eryk Sun added the comment: Please zip and upload the installation logs since your most recent attempt in msg281849. They might help to figure out why it's doing a per-user uninstall that removes python35.dll. -- ___ Python tracker

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Mark Harris
Mark Harris added the comment: I've attached all the files I could find in the temp file. Hope that helps. Mark -- Added file: http://bugs.python.org/file45673/Python 3.5.2 log files.zip ___ Python tracker ___

[issue28781] On Installation of 3.5 Python get error message

2016-11-28 Thread Steve Dower
Steve Dower added the comment: Looking at those logs, it seems like we think the per-user packages are already installed. When you go to do an all-users install, it "removes" the per-user packages, but passes in the same options as it does for the all user packages. Under the hood, these packa

[issue28781] On Installation of 3.5 Python get error message

2016-11-29 Thread Mark Harris
Mark Harris added the comment: I installed python just for my user, attempted to run python just out of interest in the command line and again the same error appeared (missing python35.dll). I uninstalled that then reinstalled for all users, and again during installation the message missing p

[issue28781] On Installation of 3.5 Python get error message

2016-11-29 Thread Steve Dower
Steve Dower added the comment: Could you attach those three sets of logs? I'm running low on ideas and need all the inspiration I can get :) -- ___ Python tracker ___ __

[issue28781] On Installation of 3.5 Python get error message

2016-11-29 Thread Mark Harris
Mark Harris added the comment: I've attached the logs, Thanks, Mark -- Added file: http://bugs.python.org/file45689/Python logs 3.zip ___ Python tracker ___ ___

[issue28781] On Installation of 3.5 Python get error message

2016-11-29 Thread Steve Dower
Steve Dower added the comment: That's only the most recent set, and all it shows is that the per-user install didn't help. Do you have the earlier sets of install logs for the per-user install and uninstall? I'd like to see why those didn't have the effect I expected. --

[issue28781] On Installation of 3.5 Python get error message

2016-11-30 Thread Mark Harris
Mark Harris added the comment: This is everything I have in my temp file that I could possibly send you, hope it helps. -- Added file: http://bugs.python.org/file45698/Python 4.zip ___ Python tracker _

[issue28781] On Installation of 3.5 Python get error message

2016-12-02 Thread Mark Harris
Mark Harris added the comment: Hi All, Just wanted to check if there is any progress on the below? I understand it's a bit of a mess, however I use python in my day job(this is on my work pc) so any help getting it sorted would be great. Thanks again, Mark -- __

[issue28781] On Installation of 3.5 Python get error message

2016-12-02 Thread Steve Dower
Steve Dower added the comment: Sorry, I got caught up in work stuff yesterday and didn't get a chance to go through these. I'll try and find time today. -- ___ Python tracker __

[issue28781] On Installation of 3.5 Python get error message

2016-12-02 Thread Mark Harris
Mark Harris added the comment: No worries Steve, I've managed to fix it. I uninstalled, went through regedit & removed all mentions of python. I then installed python 2.7, installed 3.4 afterwards, uninstalled python 2.7 and for some reason that worked, it is working correctly now! Thanks for

[issue28781] On Installation of 3.5 Python get error message

2016-12-02 Thread Steve Dower
Steve Dower added the comment: > installed 3.4 afterwards Did you mean 3.5 here? If you're going to change versions, I'd at least suggest grabbing the 3.6 beta - it's *much* better than 3.4, and we've had very little trouble with the most recent version (RC is coming in a week or two). --