Hello. First off, (if I haven't already) I'd like to give my thanks for the tutorial. Anyways, I tried making my own chat application, but I can't get it to work. When I run the server app, type in the port, and click the 'Start Listening' button I get an error.
Traceback (most recent call last):
File "<string>", line 3, in <module>
NameError: name 'SysInfo' is not defined
When I click okay it's followed by another error.
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'myserver' is not defined
I copied and pasted the code from the example chat. The example .cap file works when I run it. That's what I don't get. I exported it to an .exe and imported all the necessary python modules, but I still received error messages. I installed the PodSix library properly too and replaced the .pyc files. Any idea/suggestions?