-
MGLTools uses python2 , so when I run the codes, python3 cannot interpret the codes in the MGLTools. How to solve the problem? Thanks!
-
Moving to python3 would simplify maintenance. As a drawback, we have to restrict archetype files to be encoded in unicode.
Changes include:
- Updating the shebang of gen_erate.pyz in setup.py to `…
-
It's basically impossible to test python2 code so we should try and convert any scripts that use it or drop them over time.
-
Will make it easier to build and helps people to maintain their system more cleanly.
-
We should seriously consider removing these unsafe and insecure dependencies. This is even more critical when considering that the GIMP flatpak isn't sandboxed, since it uses `--filesystem=host`.
W…
-
We have Django Check SEO `< 0.6` that's still compatible with python2 (see the [branch python2](https://github.com/kapt-labs/django-check-seo/tree/python2)).
So now I think we can remove support fo…
-
There are multiple instances of this in the source code
https://github.com/search?q=repo%3Ardkit%2Frdkit%20%22print%20%3E%3E%22&type=code
-
**Appliance version:** remnux-v7-focal-virtualbox.ova
**OVA hash**: 412689aabf7d203c3fb46d141704671a1dbf858b13b404f0bbd0096f6d6bd7b9
**lsb_release**: Ubuntu 20.04.4 LTS
**Package**: fakenet-ng.sls
…
-
The mail checker script uses python2. Consider updating for Python3, it is pretty easy. Mostly just changing `print ""` to `print("")`. Nice idea with the adafruit display!
-
Current versions of mypy (>=0.980) no longer support Python2.7. This means that support on the website is effectively broken.
I don't know if it's better to just remove 2.7 entirely, or add old myp…