Changes between Version 3 and Version 4 of Ticket #3201, comment 50


Ignore:
Timestamp:
01/13/2020 03:47:01 AM (4 years ago)
Author:
Doadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3201, comment 50

    v3 v4  
    1 I have now added a spec file to my gihtub repository linked above for building from source. With this spec file its possible to freeze deluge using pyinstaller. The resulting dist freezes shortly after the main window loads. Only errors im seeing are: 
    2  
    3 1. Failed to load dynlib/dll 'libintl-8.dll'. (Which I beleieve is failing then loading intl.dll which does exist in the dist) 
    4 2. Failed to load shared library 'libcairo-gobject.so.2' referenced by the typelib: 'libcairo-gobject.so.2': The specified module could not be found. (think i just missed https://github.com/wingtk/gvsbuild/pull/325/files) 
    5  
    6 Despite the above I think there might be more too it as it still runs fine just from python. Only doesn't work from pyinstaller build. 
     1I have now added a spec file to my gihtub repository linked above for building from source. With this spec file its possible to freeze deluge using pyinstaller. The resulting dist freezes shortly after the main window loads still trying to figure that out.