[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 all your help,

Mark

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 python35.dll appeared. 

Any other suggestions? Thanks for the help so far.

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-64 embeddable zip file however it said it was the wrong 
version. Am I using the wrong link? 

I tried repairing python and the installation processes deletes the 
python35.dll file in the directory and then the end of the installation says 
the same error as befere (python35.dll being missing etc.)

Sorry about all the posts, would really like to get python working again!

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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), reinstalled from scratch and again when it was coming to the end of 
the installation the same message as before appeared "The program can't start 
because python35.dll is missing from your computer. Try reinstalling the 
program to fix this problem".

I'm still getting the same issue. I was installing for all users, was that part 
of the problem?

Thanks,

Mark

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 know you said that not all the commands would work, however when I ran "reg 
delete HKLM\Software\Python\PythonCore\3.5-32\InstalledFeatures /f /reg:32" it 
couldn't find the file. I don't know if that helps at all.

If you wanted to know how I caused this issue, I was having problems getting 
pip to work, so tried re-installing a few times(clicking generic user a few 
times in installation), into various locations, thinking it was something to do 
with the PATH. It didn't seem to be updating the path in the installation.

Hence why it's a bit of a mess! Any suggestions on further cleaning I could do?

Thanks again for all your help on this.

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/Python Text Documents.zip

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 installation finishes successfully. When I type 
python into the command prompt the message appears again. 

I've tried as suggested installing again, it was installing to my local file 
C:\Users\myusername\AppData\Local\Programs\Python\Python35-32 so I thought it 
might be something to do with the path not being setting up correctly and have 
tried several locations.

The installer doesn't seem to be adding the PATH file on installation to the 
system as well.

This all started because pip stopped working and I was trying to re-install to 
resolve the problem. Any suggestions on a fix?

Thanks,

Mark

--
components: Installation
messages: 281569
nosy: Marcopolo
priority: normal
severity: normal
status: open
title: On Installation of 3.5 Python get error message
type: crash
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28781>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com