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 is built around wxwidgets (which itself uses GTK+ atop X11), so it should seamlessly integrate in any GTK+ environment, but it is amazingly easy to get started with. Cheers, Kris -- Kristian Rink * http://www.fotolog.net/kawazu * http://zimmer428.net icq: 48874445 * jab: [EMAIL PROTECTED] * fon: ++49 176 2447 2771 "Sei Du selbst die Veränderung, die Du in der Welt wünschst." (Gandhi) _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
