Results 1 to 2 of 2

Thread: Need help - Compiling a .exe for windows with a PyQT4 program using Python 3.1

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Qt products
    Platforms
    Unix/X11 Windows

    Question Need help - Compiling a .exe for windows with a PyQT4 program using Python 3.1

    Hi everyone!

    I have a question.. I've made a python3.1-program with a PyQt4 GUI. I want it to be easy for others (windows users) to download and run my program. That is, without having to dowload and install both python and then pyqt4 to be able to run it.

    Is there a way to do that?

    Thank you

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Need help - Compiling a .exe for windows with a PyQT4 program using Python 3.1

    py2exe might be of use (not sure it supports Python 3) but you'll still need to ship the Qt libraries your application relies on.

Similar Threads

  1. PyQt4 app : high CPU usage from python and Xorg
    By tipote in forum Qt Programming
    Replies: 3
    Last Post: 30th January 2012, 17:50
  2. Creating popup windows pyqt4
    By jaybstory in forum Newbie
    Replies: 1
    Last Post: 9th April 2011, 21:15
  3. LNK 2019 Error while compiling qt program in VS2008
    By mevkurray in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 7th February 2010, 00:29
  4. Need help with compiling on Windows
    By Cruz in forum Newbie
    Replies: 4
    Last Post: 29th January 2009, 10:09
  5. Program not compiling on Fresh install of Leopard
    By dvmorris in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 10:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.