cxFreeze executable linked to /usr/lib/libpython2.3.so

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raven

    #1

    cxFreeze executable linked to /usr/lib/libpython2.3.so

    Hi,
    I compiled a python script using cxFreeze because I need a standalone
    application, while the Windows version runs without any python
    installation the linux version of the executable is linked to

    libpython2.3.so .1.0 => /usr/lib/libpython2.3.so .1.0


    thus the end user have to install python 2.3 in order to run the
    binary. I would like to know if it's possible, using cxFreeze to create
    a binary that is not linked to any python system library, for example
    by putting the library in the directory where the binary file is
    located.
    Thank

    Ale

Working...