Hello i ws wondering if you had any insight about the error that i get when running the Test.py code
Traceback (most recent call last):
File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 329, in _dispatch_request
res = self._HANDLERS[handler](self, args)
File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 590, in _handle_call
return obj(args, **dict(kwargs))
File "", line 433, in evalcode
TypeError: eval() takes 0 positional arguments but 2 were given
if you have any idea or suggestions
Please let me know
thank you in advance
Hello i ws wondering if you had any insight about the error that i get when running the Test.py code
Traceback (most recent call last): File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 329, in _dispatch_request res = self._HANDLERS[handler](self, args) File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 590, in _handle_call return obj(args, **dict(kwargs)) File "", line 433, in evalcode
TypeError: eval() takes 0 positional arguments but 2 were given
if you have any idea or suggestions Please let me know thank you in advance