On Sat, Sep 4, 2010 at 1:40 PM, aug dawg <[email protected]> wrote:
> Hey guys, > > How would I go about creating custom GUI elements? For example, if I wanted > to make a simple LEGO maker app, how would I write the code for the bricks > so that the user could drag them around and then build LEGO models? > > Thanks! > > _______________________________________________ > Tutor maillist - [email protected] > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor > > You'd probably want to look into one of the gui toolkits, wxPython, PyGTK, PyQT, etc. No need to reinvent the wheel. -- Greg Bair [email protected]
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
