You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\mthorade\Anaconda3\lib\site-packages\ifcopenshell\geom\app.py", line 592, in browse
self.load(filename)
File "C:\Users\mthorade\Anaconda3\lib\site-packages\ifcopenshell\geom\app.py", line 605, in load
c.load_file(f, setting=self.settings)
File "C:\Users\mthorade\Anaconda3\lib\site-packages\ifcopenshell\geom\app.py", line 215, in load_file
self.clicked[QModelIndex].connect(self.clicked)
NameError: name 'QModelIndex' is not defined
Am I doing somethign wrong, or is it a bug?
The text was updated successfully, but these errors were encountered:
The following code:
gets converted to
But that code is giving me an error:
Am I doing somethign wrong, or is it a bug?
The text was updated successfully, but these errors were encountered: