Alex Xu

Results 73 comments of Alex Xu

@clach04 Do you think you can help me build an exe? You commented in https://github.com/FooSoft/mangle/issues/46

Only got the exe built for Python2, not 3.

Can you try building it yourself? I can't figure it out. Here's my python 3 fork. The exe that gets build just closes immediately when I try, even though running...

Why don't you just pip install pyqt5? EDIT: just tried didn't work with pyinstaller PyQt4 for python2 was the one that was hard to install. (Though seeing as how you...

To debug this one could try removing parts of the app/strip it down until it works.

Just tried with 32 bit Python 3 with same result. Thought it was worth a shot since the Python2 version of py2exe only supported 32 bit.

Ah well, was hoping you had some insight since I saw PyBuilder stuff in there. I removed that in my branch.

I think you have to install an old version of scikit-image. https://github.com/axu2/scikit-image/tags I think v0.14.0

I suppose you could run it individually on every frame, but that will be slowwwwww.

I bet it's because your source images are png and you are converting to jpg. a good idea would be to match the output format to the input. Converting from...