+ 15
Top 3 Broken Libraries In Python
1- Tkinter The Most Stupid Broken Just Tells You Not Supported On Windows Or Something Like That And Shows An Error When You Import It 2- PyUBoot 2017 This Is Library Is A Python Image Booter But It Doesn't Even Work On Installation 3- Python Cryptography Libraries Every time You Use Them You Will Find Unknown Classes Or Unknown Stuff ThatnAre Broken In Usage
6 Réponses
+ 12
For Phone I Use PyDroid 3
For Windows PyCharm
For Linux The Python Interactive Interpreter Itself :)
+ 12
But This Broken Library Is Already A Default Library (Not Built-in :p)
+ 11
@Faisal Yes I Did But It When I Try It On Something Like Windows Tells Me Not Supported Import By Default Tells Me An Error With Some Script File
+ 4
I think the reason why it's not working is because Pycharm doesn't support modules like Tkinter that create windows and that such (I think I've seen some other people talking about how it's not supported on some forum). I personally use the Python IDLE when working with Tkinter. Of course, IDLE isn't exactly the best when it comes to programming but it seems to be the only IDE (at least that I know of) that supports Tkinter.
Hope this helped! :)
+ 2
Tkinter seems to work fine for me. :/ Did you install it with pip via the command prompt?
+ 2
@warlord What IDE are you using?