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
every time i try to set a case and i want to change my previously imported wordlist with capital letters or all words lowercase i get the following error message.
what can be the problem ???
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/init.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 192, in add_attr
self.model.nodes[node_idx].add_attr(attr)
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 213, in add_attr
if attr in self.attrs:
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 457, in eq
for name in inspect.getargspec(self.class.init)[0]:
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/init.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 192, in add_attr
self.model.nodes[node_idx].add_attr(attr)
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 213, in add_attr
if attr in self.attrs:
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 457, in eq
for name in inspect.getargspec(self.class.init)[0]:
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'
The text was updated successfully, but these errors were encountered:
every time i try to set a case and i want to change my previously imported wordlist with capital letters or all words lowercase i get the following error message.
what can be the problem ???
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/init.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 192, in add_attr
self.model.nodes[node_idx].add_attr(attr)
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 213, in add_attr
if attr in self.attrs:
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 457, in eq
for name in inspect.getargspec(self.class.init)[0]:
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/init.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/controller.py", line 192, in add_attr
self.model.nodes[node_idx].add_attr(attr)
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 213, in add_attr
if attr in self.attrs:
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/model.py", line 457, in eq
for name in inspect.getargspec(self.class.init)[0]:
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'
The text was updated successfully, but these errors were encountered: