Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when running on linux #6

Open
dagrende opened this issue Jul 14, 2018 · 1 comment
Open

error when running on linux #6

dagrende opened this issue Jul 14, 2018 · 1 comment

Comments

@dagrende
Copy link

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
@salfter
Copy link

salfter commented Jan 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants