Peter Bittner

Results 504 comments of Peter Bittner

We received a super-nice answer by @judej on the Microsoft Developer Community [request for help](https://developercommunity.visualstudio.com/content/idea/940699/build-msi-installer-for-python-project-pythonturtl.html) that I had posted! :joy: Bottom line: No MSI volunteer for us, but there are...

`PyOxidizer` sounds like an experiment to me: A Python application running on "a Rust VM", an OS-native layer created using Rust. I'm not sure what benefit this provides. Doesn't the...

If we could find a generic way to fix the "interactive input" problem that would be helpful. What's actually happening currently is that the interpreter pops out on the _terminal_...

Maybe wxPython's [wx.App.RedirectStdio](https://wxpython.org/Phoenix/docs/html/wx.App.html#wx.App.RedirectStdio) is one piece in the puzzle of solving the issue.

Let's rephrase this for 2019. **We shall:** 1. turn the current help pages (as in [/pythonturtle/resources](https://github.com/cool-RR/PythonTurtle/tree/master/pythonturtle/resources) and [/images worktable](https://github.com/cool-RR/PythonTurtle/tree/master/images%20worktable)) to a tree of generated HTML documents. 1. make sure this...

The [wxasync](https://github.com/sirk390/wxasync) package may be a puzzle piece to solve this issue. Reference: [Async/await for wxPython](https://medium.com/@abulka/async-await-for-wxpython-c78c667e0872) (blog post by Andy Bulka)

This is maybe the most critical UX issue at the moment.

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 sounds like https://github.com/wxWidgets/Phoenix/issues/265. I can't immediately see what we need to fix. Hmmm... Do you? The [TurtleWidget](https://github.com/cool-RR/PythonTurtle/blob/master/pythonturtle/turtlewidget.py#L11) is the `wx.Panel` that draws the turtle and its lines.

With [BeeWare](https://beeware.org/) we may be able to get PythonTurtle running in a browser and on mobile devices.