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.

Python 3.x Support and Other Issues

See original GitHub issue

Looking for Python 3.x Support

from ConfigParser import SafeConfigParser, NoOptionError, NoSectionError
ImportError: No module named 'ConfigParser'
if isinstance(module, basestring):
NameError: name 'basestring' is not defined

for route, resource_path in settings.RESOURCES.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pawelmhmcommented, Jan 27, 2017

I started work on that @aorzh python 3 will appear in one of coming versions branch code is here #49

0reactions
pawelmhmcommented, Apr 18, 2017

closed via #49

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's New In Python 3.0 — Python 3.11.1 documentation
This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the...
Read more >
What's New In Python 3.0
Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to True, even when x doesn't compare equal to itself. This was a...
Read more >
What's New In Python 3.10 — Python 3.11.1 documentation
def foo(): ... if lel: ... x = 2 File "<stdin>", line 3 x = 2 ^ IndentationError: ... (Contributed by Christian Heimes...
Read more >
Porting Python 2 Code to Python 3 — Python 3.11.1 ...
A key point about supporting Python 2 & 3 simultaneously is that you can start today! Even if your dependencies are not supporting...
Read more >
Changelog — Python 3.11.1 documentation
Prevent this by adding runtime support for detection of these system calls (“weaklinking”) as is done for other newer syscalls on macOS. Python...
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