PythonTurtle / PythonTurtle

A learning environment for Python suited for beginners and children, inspired by Logo.

Home Page:http://pythonturtle.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors on exit (Windows only)

Achaean opened this issue · comments

When exiting, I'm getting the message:

---------------------------
Errors occurred
---------------------------
The logfile 'C:\Program Files (x86)\PythonTurtle\pythonturtle.exe.log' could not be opened:
 [Errno 13] Permission denied: 'C:\\Program Files (x86)\\PythonTurtle\\pythonturtle.exe.log'
---------------------------
ΟΚ   
---------------------------

Last stable version (0.1.2009.8.2.1), on Win 10 Pro x64, v. 10.0.17134.648.

This may not be an issue anymore with the current version (from source code). As longs as we haven't released a new version (for Windows) we probably need to leave this issue open.

If you're brave you could try to run it from source. See the README for instructions. May be interesting if you run into the same issue with that. Could you try?

Oh...let me try and I'll be back.
I can't give any promises though, since I'm not very familiar with the Windows ecosystem! :-)
I always keep a Windows installation (mostly for gaming), but I've moved to Linux ages ago and I'm not any more familiar, with the Windows development. :-)
Of course, I can always give it a try.
A.

Seems like this problem has been solved in the development version, but I got another one, when exiting (from command prompt):
RuntimeError: wrapped C/C++ object of type TurtleWidget has been deleted.

This sounds like wxWidgets/Phoenix#265. I can't immediately see what we need to fix. Hmmm... Do you?

The TurtleWidget is the wx.Panel that draws the turtle and its lines.

Sorry! No! :-(