Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Kent Johnson
Matt Williams wrote: > Dear List, > > Does anyone know of a Python FTP GUI tool ? Preferably based around > pyGTK+ ? > > I've had a look (Google, vaults of Parnassus, etc.) but haven't found > one. Googling 'python ftp client' gives http://ftpcube.sourceforge.net/ as well as several resources t

Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Andreas Kostyrka
Am Montag, den 01.08.2005, 20:24 +1200 schrieb Liam Clarke: > Hi Matt, > > If you're au fait with pyGTK+, that combined with the ftplib module > syou should be able to build a decent GUI based FTP programme somewhat > easily, although I can guarantee that if you don't know pyGTK+ too > well, you'

Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Liam Clarke
May I second the vote for Pythoncard. Although I'm not sure how easily you could represent directories... On 8/1/05, Kristian Rink <[EMAIL PROTECTED]> wrote: Matt Williams schrieb:> Dear List,>> Does anyone know of a Python FTP GUI tool ? Preferably based around> pyGTK+ ?Though just loosely related

Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Kristian Rink
Matt Williams schrieb: > Dear List, > > Does anyone know of a Python FTP GUI tool ? Preferably based around > pyGTK+ ? Though just loosely related to the original post, if you're not completely familiar with pyGTK+, you might want to think about using pythoncard as GUI framework instead. IIRC it

Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Liam Clarke
Hi Matt, If you're au fait with pyGTK+, that combined with the ftplib module syou should be able to build a decent GUI based FTP programme somewhat easily, although I can guarantee that if you don't know pyGTK+ too well, you'll end up having several screen-smashing moments, followed by a zen like

[Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Matt Williams
Dear List, Does anyone know of a Python FTP GUI tool ? Preferably based around pyGTK+ ? I've had a look (Google, vaults of Parnassus, etc.) but haven't found one. If there isn't one, then would people consider it a useful project for newbie programmers (like myself). There have often been questi