coolcoolad / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Installation of 2.7.2.2-rc1 fails #410

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
> 2.7.2.2-rc1
2. Which components have you installed (Python(x,y) installer: component
page):
    a. Have you selected the "Recommended" component selection?
    b. Have you selected the "Full" component selection?
c. Have you selected manually plugins in the component list? What
plugins?
> "Recommended", but have also tried "Full" (same problem)
3. Have you selected the option "Customize installation directories"?
a. Yes
b. No
> No
4. If the answer to 3. is yes, what installation directories have you
chosen?
5. Where did you install Python(x,y) itself?
a. default path
b. custom path, which one?
> default path
6. Have you installed Python(x,y):
    a. For "Current user only"
    b. For "All users"
> default (I think that is "All users")
7. What is your operating system?
a. Windows XP
b. Windows Vista
c. Windows 7
> Windows 7
8. Is the operating system 64 bit?
a. Yes
b. No
> No
9. When you installed Python(x,y), were you logged in as :
a. a regular user
b. an administrator of the machine
> admin
10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer
    b. by right-clicking on the installer and selecting "Run as an
administrator"
> double-clicking on the installer
11. Regarding installed softwares on your machine, how did you clean your
machine before installing Python(x,y) (multiple answers are possible):
a. you didn't do anything, you installed Python(x,y) directly on your
machine without precaution
b. you uninstalled any previous Python distribution (including the
official .msi)
c. you cleaned the Windows registry by removing all Python-related keys
d. you cleaned the environment variables by removing all deprecated
entries
> I uninstalled the previous version, cleaned the environment, and cleaned the 
registry

What steps will reproduce the problem?
1. re-installation of 2.7.2.2-rc1
2.
3.

What is the expected output? What do you see instead?
> on double-clicking the "Python(x,y)" icon (which should run "xyhome.pyw", I 
get the errormessage "pythonw.exe no longer working"
with the following details
Problemsignatur:
  Problemereignisname:  APPCRASH
  Anwendungsname:   pythonw.exe
  Anwendungsversion:    0.0.0.0
  Anwendungszeitstempel:    4df4b9cc
  Fehlermodulname:  ntdll.dll
  Fehlermodulversion:   6.1.7601.17725
  Fehlermodulzeitstempel:   4ec49b60
  Ausnahmecode: c0000005
  Ausnahmeoffset:   00052cc7
  Betriebsystemversion: 6.1.7601.2.1.0.256.48
  Gebietsschema-ID: 1031
  Zusatzinformation 1:  0a9e
  Zusatzinformation 2:  0a9e372d3b4ad19135b953a78882e789
  Zusatzinformation 3:  0a9e
  Zusatzinformation 4:  0a9e372d3b4ad19135b953a78882e789
Please provide any additional information below.

Original issue reported on code.google.com by thomas.h...@gmail.com on 3 Apr 2012 at 12:19

GoogleCodeExporter commented 8 years ago
I forgot to add that Spyder, QtDesigner, Mayavi 2 etc. can be started from the 
commandline without problem. It is (only?) the xyhome.pyw that does not run.

Original comment by thomas.h...@gmail.com on 3 Apr 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Uninstall, delete  HKLM/Wow6432Node/Software/Python(x,y) and re-install.

Please report the outcome.

Original comment by grizzly.nyo on 3 Apr 2012 at 8:44

GoogleCodeExporter commented 8 years ago
Hi,

- uninstalled Python(x,y)
- removed the directory "C:\Python27" by Hand
- in "regedt32", eliminated all references to "Python(x,y)" (Note: The
"HKeyLocalMachine/Software/Python(x,y)" was removed by the
in-installation; and I did not find anything under HKLM that I could
associate with "Wow6432")
- Reinstalled Python(x,y) 2.7.2.2.rc1
- The same problem appeared again.

Let me know if I should try anything else.

Original comment by thomas.h...@gmail.com on 21 Apr 2012 at 9:14

GoogleCodeExporter commented 8 years ago
Can you please check under HKCU/Software/Python(x,y)

From the command line:
reg query HKCU\Software\Python(x,y)

If the above lists anything, delete the HKCU\Software\Python(x,y).

Original comment by grizzly.nyo on 21 Apr 2012 at 9:47

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have downloaded the new released Pyhton(x,y) 2.7.2.2, and tried to install 
it. The same problem appeared.
The command 
reg query HKCU\Software\Python(x,y)
produces no response, and there is NO entry under HKCY\Software\Python(x,y).
Note that this comment now related to the released version, NOT to the RC1.

I also tried to install it on a 64bit Win7 machine. There the "xyhome.pyw" 
elicits no response (no Python(x,y) window is started). It seems as if the 
Qt-Designer Interface does not come up (while other Qt-Designer applications 
that I have written run ok).
Is there any way that I can help you to debug that problem?

Original comment by thomas.h...@gmail.com on 1 May 2012 at 6:02

GoogleCodeExporter commented 8 years ago
I've actually managed to reproduce the symptoms.

Please make sure that 
C:\Python27\Lib\site-packages\PyQt4
is the _first_ entry in your PATH environment variable.

from the command shell:
SET PATH=C:\Python27\Lib\site-packages\PyQt4;%PATH%
python c:\Python27\Scripts\xyhome.pyw

Original comment by grizzly.nyo on 1 May 2012 at 6:38

GoogleCodeExporter commented 8 years ago
Wow, I am REALLY impressed: 
a) by the speed of your response, and
b) that you figured out the problem.
Your suggestion fixed both, the 32bit and the 64bit system.
I start to feel indebted: let me know how I can assist you with furthering the 
development of Python(x,y).
Thanks - thomas

Original comment by thomas.h...@gmail.com on 1 May 2012 at 8:56

GoogleCodeExporter commented 8 years ago
No problem.

Thanks for reporting the issue and testing the fixes!

Original comment by grizzly.nyo on 5 May 2012 at 6:26

GoogleCodeExporter commented 8 years ago
This issue was closed by revision b74ba9c45df5.

Original comment by grizzly.nyo on 5 May 2012 at 6:36