Peter Bittner

Results 504 comments of Peter Bittner

Trying a few things and looking at the code after discussing the problem on the [wxPython-users Google Group](https://groups.google.com/forum/#!topic/wxpython-users/C_4kOdSYXzY) I figured that the problem I'm facing could be related to [multiprocessing](https://docs.python.org/3.7/library/multiprocessing.html)....

This should all go into an in-app help system (#65). Kind of, as an in-depth read (linked from the main help screens) for users that want to dive deeper.

@Mustang01 Do you have time to fix the issues we addressed? That would allow us to merge your changes. Let us know!

According to [our README](https://github.com/PythonTurtle/PythonTurtle#compatibility) the supported wxPython version is 4.0.1. If you're willing to find out what changed in their API since that version we could add some conditional code...

Aha, the About box should show the version number. Well, [it does](https://github.com/cool-RR/PythonTurtle/blob/master/pythonturtle/application.py#L211). :heavy_check_mark: It seems like, there won't be any installer anymore, in future. So, this issue is probably obsolete.

There's only a single binary. There are no supplemental files. The only benefit of the installer is that it hooks the application into the desktop screen and menu (and adds...

I'm not sure I understand. But in general, having "usual" **editing capabilities** (copy, cut, paste, undo, redo) in the interpreter would be very nice, of course. P.S.: Has anyone ever...

That sounds funny. I'd let this allow using code, though. Would make sense. Kind of, "activate eraser" and walk backwards (the users should figure that out themselves). But that gets...

You're right: https://docs.python.org/3/library/turtle.html#turtle.undo

This is probably not relevant anymore. It looks like we won't be building MSI installers in future. :no_entry: