Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not brought up to date with Python3 #39

Open
hwac121 opened this issue Sep 6, 2024 · 0 comments
Open

Not brought up to date with Python3 #39

hwac121 opened this issue Sep 6, 2024 · 0 comments

Comments

@hwac121
Copy link

hwac121 commented Sep 6, 2024

I am hoping there are plans to update this application for Python3. It is an awesome application that up until now I really enjoyed using. With Python3 now I am unable to use it anymore, I just get errors, unable to import my custom wordlist.txt.

ERROR

Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.11/tkinter/init.py", line 1967, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Mentalist-1.0-py3.11.egg/mentalist/view/base_words.py", line 149, in open_file_dlg
callback(label='File: %s' % file_path.name, path=file_path.name, controller=self.controller)
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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant