You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am running ubuntu linux 16.04 in VirtualBox on Mac.
I did
Got message that tk was missing, so I did:
Now, when I do:
The text was updated successfully, but these errors were encountered: