clach04
clach04
I've started to collect some notes in https://github.com/clach04/docker-pebble-dev/wiki - not sure if they will be helpful for this project.
Hacking zipfile: if date_time[0] < 1980: raise ValueError('ZIP does not support timestamps before 1980 - %r' % (date_time,)) and dumping into my path env PYTHONPATH=../ pebble build Seeing: Waf: Leaving...
I'm going to guess this is a weird docker thing: raise ValueError('ZIP does not support timestamps before 1980 - %r' % ((date_time, filename),)) ValueError: ZIP does not support timestamps before...
Yeah super odd - current theory is either something in Windows (Symantec) or some sync issue between host/container. I documented the current (reliable) workaround in the original description. Having git...
See https://github.com/clach04/mangle/releases/tag/v0.0.1 #46 has details on how it was created (NOTE command line only, not GUI). Thanks @axu2 for doing the initial python3 porting work! I recommend opening PR :-)
@axu2 I've had great success with pyinstaller on other py3 projects on Windows. py -3 -m pip install pyinstaller pyinstaller SCRIPT_NAME_HERE.py I once had an issue that required a not-yet...
@axu2 I do NOT have PyQT, so I took your py3 branch combined with my cli branch and created * https://github.com/clach04/mangle/tree/py3_cli I then created an exe and posted to: *...
Also check out https://github.com/mherrmann/fbs (I'm not sure if this supports py3 though, but it covers more than just exe generation)
Hi @axu2 it looks like there are specific hook-PyQt5.py in PyInstaller, there is a warning in the build log about missing sip. So that would probably be a good place...
@FulyaDemirkan there are a number of outstanding PRs so I'm not sure when you will get a response to this PR. The first issue sounds rather scary, I've a number...