TinyFPGA-Programmer-Application icon indicating copy to clipboard operation
TinyFPGA-Programmer-Application copied to clipboard

error when running on linux

Open dagrende opened this issue 7 years ago • 1 comments

I am running ubuntu linux 16.04 in VirtualBox on Mac.

I did

git clone --recursive https://github.com/tinyfpga/TinyFPGA-Programmer-Application.git
cd TinyFPGA-Programmer-Application/
python2 tinyfpga-programmer-gui.py

Got message that tk was missing, so I did:

sudo apt-get install python-tk

Now, when I do:

python2 tinyfpga-programmer-gui.py
Traceback (most recent call last):
  File "tinyfpga-programmer-gui.py", line 23, in <module>
    from tinyfpgab import TinyFPGAB
ImportError: No module named tinyfpgab

dagrende avatar Jul 14 '18 19:07 dagrende

Try this patch to get it running on Linux:

linux.patch.txt

Fixing the whole stack to make it system-installable would be nice...maybe I'll do that once my AX2 arrives.

salfter avatar Jan 06 '19 20:01 salfter