newforrestgump001 / pythonxy

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

Update and full install to 2.1.2 breaks Python(x,y).exe on Vista #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Double click on installed Python(x,y) shortcut or Python(x,y).exe

What is the expected output? What do you see instead?
Main Python(x,y) launcher window to open.
Nothing.

What version of the product are you using? On what operating system?
2.1.2 on MS Vista

Please provide any additional information below.
Previous version worked on same system.

Original issue reported on code.google.com by acan...@gmail.com on 12 Oct 2008 at 7:08

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for reporting this bug.
Could you please do the following and tell me what happens?

Just open a Windows command shell anywhere (cmd.exe) and type "python". Then 
enter 
the two lines below:
from xy import xyhome
xyhome.main()

According to your report, it should raise an exception. Please copy/paste this 
error 
message to help me figure out what's wrong.

Thanks,
Pierre

Original comment by pierre.raybaut on 13 Oct 2008 at 10:25

GoogleCodeExporter commented 9 years ago
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from xy import xyhome
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files\pythonxy\python\lib\site-packages\xy\xyhome.pyw", line
46, in <module>
    f=open(filename,'w')
IOError: [Errno 13] Permission denied: 'doc.bat'
>>>

Original comment by acan...@gmail.com on 13 Oct 2008 at 4:44

GoogleCodeExporter commented 9 years ago
Please try this new xy plugin instead:
http://www.pythonxy.com/dl.php?file=windows/xy-1.0.7.1.exe

It should work, but please let me know if it works for you.
Thanks
Pierre

Original comment by pierre.raybaut on 13 Oct 2008 at 8:49

GoogleCodeExporter commented 9 years ago
Works perfectly now, thanks.

Original comment by acan...@gmail.com on 13 Oct 2008 at 11:04

GoogleCodeExporter commented 9 years ago
Ok, thanks for testing it, I'll include this new version of xy in the next
Python(x,y) release.

Original comment by pierre.raybaut on 14 Oct 2008 at 11:16