Open rashuf opened 5 years ago
If you are using a different version of WiX or any of the other deps, you will get different bte sizes. The build process is not setup for reproducible builds in any case.
I use same versions of all deps for any build process.
I builded portable installer for 32 bit calibre (./main.py 32 calibre
), thx! But I after installation I get same error:
Python function terminated unexpectedly
No module named filename_pattern_ui (Error Code: 1)
For portable version, I get error:
Python function terminated unexpectedly
No module named send_email_ui (Error Code: 1)
Also I get 32bit msi packages with different sizes.
Hi, Kovid!
and
After adding localization directory and template-functions.json file to C:\calibre\resources I get error:
def test_dlls(self): import win32api base = win32api.GetDllDirectory() for x in os.listdir(base): if x.lower().endswith('.dll'): try: ctypes.WinDLL(str(os.path.join(base, x))) except Exception as err: continue
Python function terminated unexpectedly No module named filename_pattern_ui (Error Code: 1)