On Sep 18, 9:22 pm, "Matt McCredie" <[EMAIL PROTECTED]> wrote:
> On 9/18/07, Thomas Harding <[EMAIL PROTECTED]> wrote:
>
> > Hi guys, sorry to post another topic on this, as I am aware that it has
> > already been posted a few times, but not with specifically what I am looking
> > for. I want an app that makes a gui interface for python (similar to
> > Microsoft visual studio or qt designer, not a code based one) and/or an app
> > that can make this into a .exe that can be opened by any person on any
> > computer without python installed.
>
> check out py2exe:http://py2exe.org
>
> matt

I am currently building an application with Python using Qt4.3 as
widget-toolkit. So I can use designer too ;)

Links that might be of interest to you:
   - http://www.riverbankcomputing.co.uk/pyqt/
   - http://www.py2exe.org/index.cgi/Py2exeAndPyQt

This works quite well.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to