On Sat, Sep 4, 2010 at 1:40 PM, aug dawg <augdaw...@gmail.com> 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  -  Tutor@python.org
> 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
gregb...@gmail.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to