• Stefy Lanza (nextime / spora )'s avatar
    Add select and fcntl modules to PyInstaller hiddenimports · c3224f98
    Stefy Lanza (nextime / spora ) authored
    - Added 'select' and 'fcntl' modules to hiddenimports in build_autoinstaller_gui.py
    - These modules are used for non-blocking I/O operations in the copy_live_system method
    - Ensures PyInstaller includes these standard library modules in the frozen binary
    - Prevents import errors when running the frozen AutoInstaller GUI binary
    - Required for dynamic progress updates during system copy process
    
    This ensures the PyInstaller frozen binary has all necessary modules
    for the enhanced copy progress functionality with non-blocking I/O.
    c3224f98
Name
Last commit
Last update
..
README.md Loading commit data...
autoinstallergui.py Loading commit data...
build_autoinstaller_gui.py Loading commit data...
cleanup.sh Loading commit data...