SebKuzminsky / pycam

Other
340 stars 98 forks source link

string argument without an encoding #96

Closed valeriob01 closed 6 years ago

valeriob01 commented 6 years ago

:~/Downloads/newpycam/pycam/pycam$ ./run_gui.py --start-server-only --server-auth-key XXXXX Enabled 4 parallel local processes Allow remote processing Traceback (most recent call last): File "./run_gui.py", line 291, in main_func() File "./run_gui.py", line 279, in main_func exit_code = execute(parser, args, pycam) File "./run_gui.py", line 192, in execute server_credentials=args.server_authkey) File "/home/sel/Downloads/newpycam/pycam/pycam/Utils/threading.py", line 309, in init_threading __manager = TaskManager(address=address, authkey=server_credentials) File "/usr/lib/python3.4/multiprocessing/managers.py", line 447, in init self._authkey = process.AuthenticationString(authkey) TypeError: string argument without an encoding

sumpfralle commented 6 years ago

thank you!