-
Notifications
You must be signed in to change notification settings - Fork 153
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
pyconcrete and multiprocessing #53
Comments
Hi, It seems happened when the script use threading Because |
Hi!, I had the same error using PyQt5 with some QtWidgets Exception ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 1289, in _shutdown
assert tlock.locked()
SystemError: <built-in method locked of _thread.lock object at 0x7f0442904f58> returned a result with an error set Had you something progress with this? it would be fantastic. Thank you a lot! |
is this problem solved ? |
threading error should be same with #71 |
Hello,
I am trying to use pyconcrete to encrypt a python code using multiprocessing.
This is the code:
The compilation works fine, but at execution time the program crashes with the following message:
Is there a way to fix it?
Thank you a lot!
The text was updated successfully, but these errors were encountered: