-
![image](https://user-images.githubusercontent.com/40897360/154210381-adb6fab1-a952-4b98-bf41-2a0e50c58800.png)
-
什么时候这个工具能够用python3 重新写一遍啊
-
Hi,
Thanks for xlnet. Is there any plan to convert this code into python3? Thanks
-
I didn't go through the implementation much, so don't know whether this is a issue or not. I tried importing all the modules mentioned in builtins but some gave errors.
Commented out ones are not a bu…
-
Some of the libraries textract uses are no longer supporting python3 with newer releases. Since python2 is EOL I don't think there's any problem with no longer supporting it.
My intent is to do one…
-
Python2 EOL is coming soon, and we should support Python3-only and move on!
-
Probably need to switch completely to Python3 at some point , instead of relying on `__future__`.
Python2 is being phased out in 2020 (https://www.python.org/doc/sunset-python-2/).
It also does…
rs028 updated
11 months ago
-
Hello Tobias,
I just want to share my python version conversion script, based on the "2to3" tool and a few "sed" commands, it may be useful to others too.
I've tested all the "B_" files in the Demos…
-
Tkinter module not working:
```
Python 2.7.12 (default, Feb 17 2018, 16:52:07)
[GCC 6.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Tr…
-
I've tried everything I can think of including building python2.7 from source on debian but can't find a way to get python2+pip working any longer. The following happens as of Jan 24...
eric@vogo…