Re: wxPython GUI designer

2006-06-22 Thread Tim N. van der Leeuw
[EMAIL PROTECTED] wrote: > Are there any good commercial project built with wx ? I am a newbie and > a have to write a small application in Python. I was wondering which > optin would be best for me in terms of least learning curve and getting > the final product ASAP. > > Thanks > It's not a com

Re: wxPython GUI designer

2006-06-20 Thread Ten
On Monday 19 June 2006 15:23, DarkBlue wrote: > prepare to shed lots of tears before > overcoming the initial disbelieve, that there is nothing > better available for python. Ahem - not strictly true - that should read "there is nothing better for wxPython". Not being pedantic, it's just not true

Re: wxPython GUI designer

2006-06-19 Thread Don Taylor
aum wrote: > On Sun, 18 Jun 2006 13:09:08 -0700, diffuser78 wrote: > >> I am newbie learning wxPython. I tried using GUI designer called >> wxGlade. When it generated code I couldnt get the same level of >> flexibility as writing the code by oneself. >> >> Any view on what you think about using GU

Re: wxPython GUI designer

2006-06-19 Thread aum
On Sun, 18 Jun 2006 13:09:08 -0700, diffuser78 wrote: > I am newbie learning wxPython. I tried using GUI designer called > wxGlade. When it generated code I couldnt get the same level of > flexibility as writing the code by oneself. > > Any view on what you think about using GUI designer tools. >

Re: wxPython GUI designer

2006-06-19 Thread Luis M. González
[EMAIL PROTECTED] wrote: > I am newbie learning wxPython. I tried using GUI designer called > wxGlade. When it generated code I couldnt get the same level of > flexibility as writing the code by oneself. > > Any view on what you think about using GUI designer tools. > > Every help is appreciated.

Re: wxPython GUI designer

2006-06-19 Thread DarkBlue
Take a look at pythoncard , we use it to produce database frontends , but apparently it also can be used for simple graphics apps and others. However if you are used to things like the Delphi IDE to build a gui app , then prepare to shed lots of tears before overcoming the initial disbelieve, th

Re: wxPython GUI designer

2006-06-19 Thread Rony Steelandt
> >> I am newbie learning wxPython. I tried using GUI designer called >> wxGlade. When it generated code I couldnt get the same level of >> flexibility as writing the code by oneself. >> >> Any view on what you think about using GUI designer tools. >> >> Every help is appreciated. >> > Boa is ex

Re: wxPython GUI designer

2006-06-19 Thread jean-michel bain-cornu
[EMAIL PROTECTED] a écrit : > I am newbie learning wxPython. I tried using GUI designer called > wxGlade. When it generated code I couldnt get the same level of > flexibility as writing the code by oneself. > > Any view on what you think about using GUI designer tools. > > Every help is appreciat

Re: wxPython GUI designer

2006-06-18 Thread diffuser78
Are there any good commercial project built with wx ? I am a newbie and a have to write a small application in Python. I was wondering which optin would be best for me in terms of least learning curve and getting the final product ASAP. Thanks DH wrote: > In my opinion none of the wx* or gtk* re

Re: wxPython GUI designer

2006-06-18 Thread DH
[EMAIL PROTECTED] wrote: > I am newbie learning wxPython. I tried using GUI designer called > wxGlade. When it generated code I couldnt get the same level of > flexibility as writing the code by oneself. > > Any view on what you think about using GUI designer tools. > > Every help is appreciated.