Skip to content

Program won't run on ubuntu for me #20

@Hypnotoad90

Description

@Hypnotoad90

Hi there, I just found this as it would possibly be quite useful for me. However I'm having trouble getting it to run in Ubuntu:

If I try: python metadata_form.py

I get the error:

Traceback (most recent call last):
File "metadata_form.py", line 2, in
import tkinter.ttk as tk
ImportError: No module named tkinter.ttk

If I try: python3.4 metadata_form.py

I get the error:

Traceback (most recent call last):
File "metadata_form.py", line 4, in
from DDEXUI.ddex.ddex_builder import DDEXBuilder
ImportError: No module named 'DDEXUI'

Please advise, I did install the dependencies using pip install -r requirements.txt as instructed.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions