File "C:\Users\vinu\AppData\Local\Programs\Python\Python37\lib\site-packages\telepot\__init__.py",\Python37\lib\site-packages\telepot\__init__.py", line 556, in sendAudio
return self.\Python37\lib\site-packages\telepot
我通过电报将命令发送给Raspberry,由Telepot处理并发送给arduino,后者在一个单独的线程中运行。我完全是多线程的初学者。以下是“我的代码”的简写版本:import datetimeimport osfrom time import sleep'logfile', 'w') as f:
file.write("Timestamp" + data
/lmgc90_user/build")import time我使用sys.path.append是因为如果我想使用一个软件来完成我的论文File "bot.py", line 15, in <module>ImportError: No module named telepot
但我打字:MacBook-Pro-di-Matteo-2:telegram