distributing executable embedding Python

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

    distributing executable embedding Python

    I would like to distribute an executable that embeds Python. What files
    should I include (on Windows and on Linux)? On windows I only included
    python23.dll, but when my application initiliazes Python, I get the
    following message:
    'import site' failed

    Thank you

    Nico
  • Dennis Reinhardt

    #2
    Re: distributing executable embedding Python

    See http://www.spamai.com/hello.php for a discussion and example of how to
    build this on Windows.

    --
    Dennis Reinhardt
    DennisR@dair.co m http://www.spamai.com?ng_py



    Comment

    Working...