Skip to content

error when running on linux #6

@dagrende

Description

@dagrende

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions