question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: python3 Support

See original GitHub issue
Python 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:closed
  • Created 8 years ago
  • Reactions:8
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
brennvcommented, Jul 19, 2016

Nice! Looks good, it’s time for some schwag #31

2reactions
tariqdaoudacommented, Jul 19, 2016

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found