thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.96k stars 204 forks source link

Can't pip install "tkinter" nor "tk" #975

Open Clm503 opened 11 months ago

Clm503 commented 11 months ago

If Import tkinter

Error "

Documents $ python Traceback (most recent call last): File "/var/mobile/Containers/Data/Application/7BB81086-218B-498A-BF23-1D8A5C595623/Documents/tkinterface.py", l ine 1, in ‹module> import tkinter File "/private/var/containers/Bundle/Application/5F6B678-441A-4F93-9C4F-964C0ED85146/Code. app/Library/lib/pyth on3.9/tkinter/init•py", line 37, in import_tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named ' _tkinter'

"

I bought the app so that i could code python tkinter on the go so a bit sad rn

bummoblizard commented 11 months ago

Hello. Unfortunately, Tkinter is not supported in Code App as it uses desktop APIs that are unavailable on the iOS platform.