-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello, I'm trying (for the first time) to get Troop running on my MacOS machine via Python. I installed the latest version of Troop
I can get the server running, but when connecting a client I get the following error message after logging in to the server. The server responds by saying a client has logged in, but the client just has this error on it:
Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/tkinter/__init__.py", line 1550, in __call__
return self.func(*args)
File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/interface/conn_info.py", line 118, in store_data
self.finish()
File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/interface/conn_info.py", line 90, in finish
self.client.setup(**self.options)
File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/client.py", line 95, in setup
self.lang = langtypes[lang](self.args)
TypeError: __init__() takes 1 positional argument but 2 were given
Thanks, by the way: This is a really cool project!
Best regards Mads
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
