matthiasbock / cvra-bootloader

CAN-Bootloader of the Club Vaudois de Robotique Autonome
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

ImportError: No module named 'termios' #2

Closed matthiasbock closed 6 years ago

matthiasbock commented 6 years ago

Packaged the Python client from commit 44ff85e6fa304cbeefdec951775640948ac765a4 using PyInstaller 3.3 on Windows 7 64-Bit and ran it:

./bootloader_flash.exe -p COM1 1 -c "Test-Board" -f main.bin -a 0x08010000
[7836] Failed to execute script bootloader_flash
Traceback (most recent call last):
  File "cvra_bootloader\bootloader_flash.py", line 8, in <module>
  File "c:\programdata\python35\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
    exec(bytecode, module.__dict__)
  File "cvra_bootloader\__init__.py", line 1, in <module>
  File "c:\programdata\python35\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
    exec(bytecode, module.__dict__)
  File "cvra_bootloader\utils.py", line 11, in <module>
  File "c:\programdata\python35\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
    exec(bytecode, module.__dict__)
  File "can\adapters\slcan.py", line 3, in <module>
ImportError: No module named 'termios'