lexus2k / tinyproto

Tiny Software Protocol for communication over UART, SPI, etc
GNU General Public License v3.0
225 stars 51 forks source link

Python fails with ImportError: dynamic module does not define module export function (PyInit_tinyproto) #46

Open bakeromso opened 1 week ago

bakeromso commented 1 week ago

I tried with python 3.6, 3.7 and 3.8 (all in venv) but all give the following error:

 python examples/python/hdlc_send_receive.py 
Traceback (most recent call last):
  File "examples/python/hdlc_send_receive.py", line 20, in <module>
    import tinyproto
ImportError: dynamic module does not define module export function (PyInit_tinyproto)