Top 3 Broken Libraries In Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Jan 2018, 12:08 AM
warlord
warlord - avatar
6 Answers
+ 12
For Phone I Use PyDroid 3 For Windows PyCharm For Linux The Python Interactive Interpreter Itself :)
28th Jan 2018, 12:55 AM
warlord
warlord - avatar
+ 12
But This Broken Library Is Already A Default Library (Not Built-in :p)
28th Jan 2018, 12:56 AM
warlord
warlord - avatar
+ 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
28th Jan 2018, 12:53 AM
warlord
warlord - avatar
+ 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! :)
28th Jan 2018, 12:59 AM
Faisal
Faisal - avatar
+ 2
Tkinter seems to work fine for me. :/ Did you install it with pip via the command prompt?
28th Jan 2018, 12:22 AM
Faisal
Faisal - avatar
+ 2
@warlord What IDE are you using?
28th Jan 2018, 12:54 AM
Faisal
Faisal - avatar