dfaker / WebmGenerator

UI and Automation to cut, filter and join high quality webms, mp4s or gifs.
Mozilla Public License 2.0
505 stars 33 forks source link

Error running on linux #81

Closed siggines closed 2 years ago

siggines commented 2 years ago

On running setup.py: File "/home/siggins/.local/lib/python3.10/site-packages/cx_Freeze/executable.py", line 92, in base raise ConfigError(f"no base named {name!r} ({name_base!r})") cx_Freeze.exception.ConfigError: no base named 'console' ('console-cpython-310-x86_64-linux-gnu')

On running webmgenerator.py: File "/home/siggins/WebmGenerator/src/modalWindows.py", line 29, in os.add_dll_directory(basescriptPath) AttributeError: module 'os' has no attribute 'add_dll_directory'

Help

siggines commented 2 years ago

Also, I cannot run the windows edition through wine as I get the error: main thread is not in main loop

dfaker commented 2 years ago

I see it, I'll patch it in the next release.

dfaker commented 2 years ago

The master branch should work for you now.