Re: gui application on cross platform

2007-05-29 Thread Stefano Canepa
On 28 Mag, 09:28, james_027 <[EMAIL PROTECTED]> wrote: > On May 28, 3:06 pm, Stefano Canepa <[EMAIL PROTECTED]> wrote: > > > > > On 28 Mag, 08:01, james_027 <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am using delphi to develop gui application, and wish to make a shift > > > to python. here ar

Re: gui application on cross platform

2007-05-28 Thread Etienne Hilson
> > james_027 wrote: > > > Hi, > > > > > > I am using delphi to develop gui application, and wish to make a shift > > > to python. here are some of my question/concern... > > > > > > 1. is python develop gui application a cross platform? just like java > > > swing? My first programming language wa

RE: gui application on cross platform

2007-05-28 Thread Eiwot
Yes, Python can develop cross platform application. I'm using PyGTK which is a binding between GTK and Python. Check it out at http://pyarticles.blogspot.com Cheers> Date: Mon, 28 May 2007 18:52:08 +1000> From: [EMAIL PROTECTED]> Subject: Re: gui application on cross platform>

Re: gui application on cross platform

2007-05-28 Thread Ed Leafe
On May 28, 2007, at 2:01 AM, james_027 wrote: > I am using delphi to develop gui application, and wish to make a shift > to python. here are some of my question/concern... > > 1. is python develop gui application a cross platform? just like java > swing? wxPython is probably the best cros

Re: gui application on cross platform

2007-05-28 Thread johnf
james_027 wrote: > Hi, > > I am using delphi to develop gui application, and wish to make a shift > to python. here are some of my question/concern... > > 1. is python develop gui application a cross platform? just like java > swing? > 2. delphi makes things easy for me like coding for a specifi

Re: gui application on cross platform

2007-05-28 Thread Matt van de Werken
james_027 wrote: > Hi, > > I am using delphi to develop gui application, and wish to make a shift > to python. here are some of my question/concern... > > 1. is python develop gui application a cross platform? just like java > swing? > 2. delphi makes things easy for me like coding for a specific

Re: gui application on cross platform

2007-05-28 Thread Gabriel Genellina
En Mon, 28 May 2007 04:28:50 -0300, james_027 <[EMAIL PROTECTED]> escribió: > I am using delphi to develop gui application, and wish to make a shift > to python. here are some of my question/concern... Explore the Python wiki, specially and Choosin

Re: gui application on cross platform

2007-05-28 Thread james_027
On May 28, 3:06 pm, Stefano Canepa <[EMAIL PROTECTED]> wrote: > On 28 Mag, 08:01, james_027 <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I am using delphi to develop gui application, and wish to make a shift > > to python. here are some of my question/concern... > > > 1. is python develop gui applica

Re: gui application on cross platform

2007-05-28 Thread Stefano Canepa
On 28 Mag, 08:01, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > I am using delphi to develop gui application, and wish to make a shift > to python. here are some of my question/concern... > > 1. is python develop gui application a cross platform? just like java > swing? Yes. Qt, wxwidgets and pyg