nwdigitalradio / ambeserver-install

Files, scripts and documentation for installing AMBEserver
GNU General Public License v3.0
23 stars 15 forks source link

Python3 AMBEtest3.py #5

Open photochap opened 5 months ago

photochap commented 5 months ago

Hi

AMBEtest3.py is not compatible with Python3 exemple print without () and Traceback (most recent call last): File "/usr/src/ambeserver-install/AMBEtest3.py", line 7, in import thread ModuleNotFoundError: No module named 'thread'

I can find the module thread in Python3

Thank you