Not signed in (Sign In)

Categories


 

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorselsine
    • CommentTimeJan 31st 2007 edited
     
    While I was browsing the wxPython wiki I came across a short little tutorial on distributing your wxPython application on Windows. Since it uses py2exe and because I've seen a bunch of questions asked about py2exe I thought I'd post a link to it here:

    Packaging your Application for Windows Users


    I tried it out with my small wxHello from my wxPython tutorial and it seemed to work quite well.

    selsine
    • CommentAuthorsupertux
    • CommentTimeFeb 1st 2007
     
    PyInstaller is said to be a good alternative to py2exe.

    It is used to create binaries for the same system it is running on.
    So you can't create an .exe for Windows under Linux and vice versa.

    Anyway, I heard its better, because you have just one single file you need to give away, whether you must also ship some dlls for py2exe programs.
    • CommentAuthorselsine
    • CommentTimeFeb 6th 2007
     
    supertux,

    That is very interesting, I hadn't heard of PyInstaller before, it looks very interesting, especially since they are working on a Mac version as well. Thanks for the link I will definitely take a closer look at it when I look into writing a tutorial on distributing your python application.

    selsine.
Add your comments
    Username Password
  • Format comments as