-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels