Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

multithreading Support #60

Closed
MyraBaba opened this issue Jul 9, 2019 · 1 comment
Closed

multithreading Support #60

MyraBaba opened this issue Jul 9, 2019 · 1 comment

Comments

@MyraBaba
Copy link

MyraBaba commented Jul 9, 2019

Hi,

I have strange errors . :Is pyconcrete support multithreading python ?

ie :

i am imported 馃憤

import sqlite3 as lite

but it gives .

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "_mqt_production-RemoteCamMultidb.py", line 745, in update_data_sql_deamon
conn = lite.connect("personelDBv2")
NameError: name 'lite' is not defined

@Falldog
Copy link
Owner

Falldog commented Jul 13, 2019

Please try the latest code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants