natural / java2python

Simple but effective library to translate Java source code to Python.
GNU Lesser General Public License v2.1
564 stars 243 forks source link

ImportError: cannot import name '_levelNames' from 'logging' #63

Closed prapkengr closed 4 years ago

prapkengr commented 4 years ago

After solving couple of issues .. like .. except ........ as exc: Now seeing ImportError: cannot import name '_levelNames' from 'logging' Both in Windows 10 x64, Python 2.7 / 3 / 3.7 Linux - Raspberry Raspbian (Debian).

phs-sakshi commented 4 years ago

how did you resolve this issue?