Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
pyinstaller
  •  

  • [pyinstaller] how to compile Python script importing module

    Hi,

    I need to compile a pyhton tool into an executable as the destination plateform (Solaris, Linux) are not deployed with Python or not all needed modules.

    I found pyinstaller and follow the classical tutorial.

    First executable starts correctly under Linux but not under windows.

    Second it crashes right after due to unknown module that haev to be loaded.

    Here is a view of...
    See more | Go to post

  • true911m
    started a topic Simple guide to using PyInstaller

    Simple guide to using PyInstaller

    This is a simple walkthrough to get PyInstaller up and running.

    I decided to give PI a try, because it claims to be more selective about what it bundles into its executable files by default, and it also integrates UPX (Ultimate Packer for eXecutables) into the build process, if you have it installed. It also claims functionality on linux, as a bonus (I didn't test this). I highly recommend the UPX options, and will cover how to get...
    See more | Go to post
Working...