Re: GUI in Python using wxGlade

2006-06-16 Thread dimitri pater
the link should be:www.serpia.org/wxgladethanks for finding it, UrsusMaximus ;-)Dimitri On 16 Jun 2006 06:08:33 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Did you paste any code ?Also the link for the next message is not working . John Salerno wrote:> [EMAIL PROTECTED] wrote:> > I am a

Re: GUI in Python using wxGlade

2006-06-16 Thread diffuser78
Did you paste any code ? Also the link for the next message is not working . John Salerno wrote: > [EMAIL PROTECTED] wrote: > > I am a newbie. I was looking for some code where I could a list of > > different items from a file and display it in a list box. Then give a > > user the capability

Re: GUI in Python using wxGlade

2006-06-15 Thread UrsusMaximus
Ther is a short online tutorial on using wxGlade here http://www.serpia.org/wxgladeJohn";>wxGlade Tutorial -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in Python using wxGlade

2006-06-15 Thread John Salerno
[EMAIL PROTECTED] wrote: > I am a newbie. I was looking for some code where I could a list of > different items from a file and display it in a list box. Then give a > user the capability to select some. > > Basically, reading and writing to a file and displaying them in > different widgets...that

Re: GUI in Python using wxGlade

2006-06-15 Thread diffuser78
I am a newbie. I was looking for some code where I could a list of different items from a file and display it in a list box. Then give a user the capability to select some. Basically, reading and writing to a file and displaying them in different widgets...thats something I am looking for. If anyb

Re: GUI in Python using wxGlade

2006-06-15 Thread Steve Holden
[EMAIL PROTECTED] wrote: > I am pasting my code. I created a small little GUI without any > functionality as of yet. I wanted to ask few questions on that. > [lots of code ...] > > If I click on any of the items of the File Menu, say I click on "Open > config File", I want a new windows to come u

Re: GUI in Python using wxGlade

2006-06-15 Thread diffuser78
I am pasting my code. I created a small little GUI without any functionality as of yet. I wanted to ask few questions on that. [code] #!/usr/bin/env python # -*- coding: UTF-8 -*- # generated by wxGlade 0.4cvs on Thu Jun 15 10:51:12 2006 import wx class MyFrame(wx.Frame): def __init__(self,

Re: GUI in Python using wxGlade

2006-06-15 Thread Steve Holden
[EMAIL PROTECTED] wrote: > I recently tried a hand at wxGlade and was happy to see it designs a > GUI for you in minutes. I am a newbie Python coder. I am not completely > aware of GUI programming. > > I can easily make menubars etc but I am not too sure sure how to get > more windows poppping to

Re: GUI in python

2006-03-30 Thread Dave Mandelin
A friend of mine recently used PythonCard and he found it pretty good. I use wxPython, which is what PythonCard is based on, and I think it's very good, but it's more work to get started with than PythonCard. -- Want to play tabletop RPGs over the internet? Check out Koboldsoft RPZen:http:

Re: GUI in python

2006-03-30 Thread [EMAIL PROTECTED]
Hi, I readed in python brazilian list, about a Eagle, it's seems like you need... http://www.python.org/pypi/eagle/ http://code.gustavobarbieri.com.br/eagle/ []s Luciano Pacheco -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in python

2006-03-30 Thread Nicolay A. Vasiliev
Hello! I think this library is enough old, isn't it? Version 0.72 was released on 2004-06-20. Nicolay [EMAIL PROTECTED] wrote: > For quick, no learning curve, simple: > > http://www.ferg.org/easygui/ > > -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in python

2006-03-30 Thread Eric Brunel
On 29 Mar 2006 14:20:03 -0800, <[EMAIL PROTECTED]> wrote: > Hi, > > I am a python newbie and have used it for about a month. I want to make > a simple GUI app in Python ( I take input form user and do processing > and show results). > > Which gui package is good for me. I need to do it quick and I

Re: GUI in python

2006-03-30 Thread peter . mosley
See this thread http://groups.google.co.uk/group/comp.lang.python/browse_thread/thread/989b957f244d48e0/429378d911ba4357?hl=en#429378d911ba4357 Peter -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in python

2006-03-29 Thread riplin
For quick, no learning curve, simple: http://www.ferg.org/easygui/ -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in python

2006-03-29 Thread Peter Decker
On 29 Mar 2006 14:20:03 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am a python newbie and have used it for about a month. I want to make > a simple GUI app in Python ( I take input form user and do processing > and show results). > > Which gui package is good for me. I need to do it q

Re: GUI in python

2006-03-29 Thread I. Myself
[EMAIL PROTECTED] wrote: > Hi, > > I am a python newbie and have used it for about a month. I want to make > a simple GUI app in Python ( I take input form user and do processing > and show results). > > Which gui package is good for me. I need to do it quick and I would not > want a long learning