Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.7.7 Bug?
#1
Exclamation 
Is anyone else experiencing an import bug in the latest 3.7 version

Example:

File a
 import b
 
 print(b.something.a)
(AttributeError: type object 'something' has no attribute 'a')

File b
class something:
      a = 0
I am using a virtual environment currently experimenting with other interpreters to make sure its just 3.7 and not me
Reply


Messages In This Thread
Python 3.7.7 Bug? - by DJPatchyIce - Mar-21-2020, 07:57 PM
RE: Python 3.7.7 Bug? - by Gribouillis - Mar-22-2020, 12:18 AM
RE: Python 3.7.7 Bug? - by snippsat - Mar-22-2020, 05:15 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020