Closed GoogleCodeExporter closed 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
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
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
Works perfectly now, thanks.
Original comment by acan...@gmail.com
on 13 Oct 2008 at 11:04
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
Original issue reported on code.google.com by
acan...@gmail.com
on 12 Oct 2008 at 7:08