[issue40256] Python 3.8 Not Launching on Bootcamp Windows 10.

Terry J. Reedy report at bugs.python.org
Wed Apr 29 19:52:51 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I presume you mean the Mac Bootcamp program that allows one to run Windows on Macs.  I don't know if it runs *all* Windows programs or whether we specifically support running Windows python under Bootcamp.  I imagine that there might be problems with some GUI and graphics programs.

IDLE depends on multiple stdlibs, in particular tkinter, which depends on tcl/tk.  To test if the Windows versions work under Bootcamp, run "python -m tkinter" in Command Prompt.  You should see a tk window with text and a click-me button.  If that works, try "python -m turtle".  It should draw and erase a couple of patterns.  If both work, "python -m test".  Then try "python -m idlelib" and report any error messages that appear.

----------
components: +macOS
nosy: +ned.deily, ronaldoussoren, terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40256>
_______________________________________


More information about the Python-bugs-list mailing list