-
Add Python 2 & 3 compatibility using `six`.
-
I've had a bug report from a potential user that MTpy is not compatible with Python 2.4 or 2.5. It doesn't seem like a huge deal to make it 2.4 compatible (see error list below, mostly change with st…
-
The ast module is unavailable, but _ast has all the internal AST classes. We should create an ast_compat module that has all the necessary names.
ast.compile is compile(flags=_ast.PyCF_ONLY_AST).
Ap…
-
http://python-future.org/automatic_conversion.html
-
CLI gives an error due to `suppress` in Python 2.7:
```
$ ProIntVar download --mmcif 2pah
```
```
Traceback (most recent call last):
File "/homes/smacgowan/anaconda2/envs/varalign_dev/bin/…
-
```
Upon importing winpdb using python 2.6, the following deprecation warnings are
issued.
rpdb2.py:314: DeprecationWarning: the sets module is deprecated
import sets
rpdb2.py:319: DeprecationWarn…
-
### Is there already an issue for this?
- [X] I found no existing issue for this bug.
### Describe the bug
The installation package of dvas v1.1.0 miss some folders and files, so that running dvas …
-
The code is valuable we will need to shift it to Python 3 to make it compatible with the latest libraries in tensorflow.
-
Hi,
I had multiple encoding issue in the container because of python2.
After that I looked into the container using docker exec and have found that the container uses Python 2.7.15.
After that …
-
The tests fail against these two releases.