If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.6
2. Which components have you installed (Python(x,y) installer:
componentpage):
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?
Full
Whatplugins?
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
6. Have you installed Python(x,y):
a. For "Current user only"
b. For "All users"
All users
7. What is your operating system?
a. Windows XP
b. Windows Vista
c. Windows 7
d. Windows 8
Windows 8
8. Is the operating system 64 bit?
a. Yes
b. No
Yes
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"
N/A
11. Regarding installed software 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
B/C
What steps will reproduce the problem?
1. install
2. Try to open
3. Become frustrated when it doesn't open
What is the expected output? What do you see instead?
The expected output is for the xy home window to open. Instead, nothing happens
except pythonw opening. After some digging, I found that there seems to be a
missing module to import from, specifically xyinstall. What on earth can I do,
as cleaning and reinstalling doesn't seem to fix this.
Please provide any additional information below.
Traceback of manually running xyhome.pyw with idle
Traceback (most recent call last):
File "C:\Python27\Scripts\xyhome.pyw", line 20, in <module>
from xy import xyhome
File "C:\Python27\lib\site-packages\xy\xyhome.pyw", line 33, in <module>
from xyinstall import get_install_param
ImportError: No module named xyinstall
It's very strange, and other fixes suggested for similar issues seem not to
have worked for me.
Original issue reported on code.google.com by Alasdhai...@gmail.com on 21 Jul 2014 at 5:20
Original issue reported on code.google.com by
Alasdhai...@gmail.com
on 21 Jul 2014 at 5:20