Feature Request: python3 Support
See original GitHub issuePython 3.4.3
>>> import pyArango
>>> from pyArango.connection import Connection
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "~/.virtualenvs/rmusic.spider/lib/python3.4/site-packages/pyArango/connection.py", line 4, in <module>
from database import Database, DBHandle
ImportError: No module named 'database'
Issue Analytics
- State:
- Created 8 years ago
- Reactions:8
- Comments:11 (6 by maintainers)
Top Results From Across the Web
[Feature Request] Python 3 support · Issue #22 - GitHub
I am not sure what is involved with updating unfortunately. ~ $ python3 /usr/local/bin/listen-for-shutdown.py Traceback (most recent call ...
Read more >PEP 42 – Feature Requests - Python Enhancement Proposals
This PEP contains a list of feature requests that may be considered for future versions of Python. Large feature requests should not be...
Read more >Python API documentation generation tool / Feature Requests
#. Sort A ‑> Z; Sort Z ‑> A Summary▾. Sort A ‑> Z; Sort Z ‑> A Milestone▾. Sort A ‑> Z;...
Read more >Requests: HTTP for Humans™ — Requests 2.28.1 ...
Requests officially supports Python 3.7+, and runs great on PyPy. The User Guide¶. This part of the documentation, which is mostly prose, begins...
Read more >Feature Requests – Gurobi Help Center
Suggestions for future versions of Gurobi Optimizer.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice! Looks good, it’s time for some schwag #31
Hi Guys,
I’ve performed a little python-future magic. The last version I’ve just pushed on python3 should support both python 3 and python 2.
Can you confirm that?