Re: GUI issues in Python

2006-04-06 Thread Thomas Jollans
[EMAIL PROTECTED] wrote: > My question basically revolves around... that I dont want to draw > circles and boxes for drawing purposes. > > I want the end user to be able to draw the GUI boxes and circles and > makes connection to depict states and dependencies. So its a little > unconventional an

Re: GUI issues in Python

2006-04-06 Thread Daniel Dittmar
[EMAIL PROTECTED] wrote: > Thanks Daniel, I really think that this should be the solution to my > problem. > > A quick Question...is wxPython Operating System dependent or it can be > used with anu OS like Linux, Windows and Mac ? > see http://www.wxpython.org/download.php#binaries Linux and Wi

Re: GUI issues in Python

2006-04-06 Thread Grant Edwards
On 2006-04-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks Daniel, I really think that this should be the solution to my > problem. > > A quick Question...is wxPython Operating System dependent or it can be > used with anu OS like Linux, Windows and Mac ? http://wxwidgets.org/ -- Grant

Re: GUI issues in Python

2006-04-06 Thread diffuser78
Thanks Daniel, I really think that this should be the solution to my problem. A quick Question...is wxPython Operating System dependent or it can be used with anu OS like Linux, Windows and Mac ? -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI issues in Python

2006-04-06 Thread Daniel Dittmar
[EMAIL PROTECTED] wrote: > I want to create a GUI where a user can select drag and drop kind of > boxes, circles and make connections between them. > > This is basically for depicting states and dependencies. I am writing a > program where I let the user input states and dependencies in a certain

Re: GUI issues in Python

2006-04-06 Thread diffuser78
My question basically revolves around... that I dont want to draw circles and boxes for drawing purposes. I want the end user to be able to draw the GUI boxes and circles and makes connection to depict states and dependencies. So its a little unconventional and more like a SIMULATION TOOL. I am p

Re: GUI issues in Python

2006-04-06 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi, > > I want to create a GUI where a user can select drag and drop kind of > boxes, circles and make connections between them. > > This is basically for depicting states and dependencies. I am writing a > program where I let the user input states and dependencies in

GUI issues in Python

2006-04-06 Thread diffuser78
Hi, I want to create a GUI where a user can select drag and drop kind of boxes, circles and make connections between them. This is basically for depicting states and dependencies. I am writing a program where I let the user input states and dependencies in a certain domain. Based on input given b