notklaatu / stopgo

Stop-motion animation software. This is a publish-only repository mirroring Gitlab.
http://makerbox.org.nz/stopgo
Other
17 stars 5 forks source link

Exception when running on Arch Linux #50

Closed phunni closed 6 years ago

phunni commented 6 years ago

When I attempt to run the Linux 64 bit AppImage file on 64 bit Arch Linux I get the following error message:

File "./bin//stopgo", line 55
    except Exception, err:
                    ^
SyntaxError: invalid syntax

I have both vlc and ffmpeg installed

notklaatu commented 6 years ago

If I had to guess, it's a Python3-related error. I'll look into it during next sprint.

Thanks for the bug report! I appreciate it!

notklaatu commented 6 years ago

AppImage has changed its structure. So far I've been unable to produce a functional AppImage, so going with a traditional install for now. Will revisit AppImage in the future after getting familiar with the new version.