cannot import name allocate_lock
erkel1 opened this issue · 1 comments
erkel1 commented
Hi,
I am getting the below error any ideas?
---------------------------
- Python pkg MicroWebSrv2 -
- version 2.0.6 -
- by JC`zic & HC2 -
---------------------------
Traceback (most recent call last):
File "main.py", line 3, in
File "MicroWebSrv2/init.py", line 15, in
File "MicroWebSrv2/libs/XAsyncSockets.py", line 7, in
ImportError: cannot import name allocate_lock
MicroPython ESP32_LoBo_v3.2.24 - 2018-09-06 on ESP32 board with ESP32
Quadrangle commented
I long since wrote my own code, but looking at this helped me.I think I wondered about the same thing. It was due to print statements being in a module that gets imported, and by doing this, print statements were executed.
Sent from Yahoo Mail for iPad
On Monday, February 8, 2021, 9:09 PM, erkel1 <notifications@github.com> wrote:
Hi,
I am getting the below error any ideas?
---------------------------
- Python pkg MicroWebSrv2 -
- version 2.0.6 -
- by JC`zic & HC2 -
---------------------------
Traceback (most recent call last):
File "main.py", line 3, in
File "MicroWebSrv2/init.py", line 15, in
File "MicroWebSrv2/libs/XAsyncSockets.py", line 7, in
ImportError: cannot import name allocate_lock
MicroPython ESP32_LoBo_v3.2.24 - 2018-09-06 on ESP32 board with ESP32
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.