Re: [PyQt] Issue with QFtp

2012-02-19 Thread Phil Thompson
On Fri, 17 Feb 2012 16:17:06 +0100, Detlev Offenbach wrote: > Hi, > > there is an issue with QFtp. This module includes an enum QFtp.Command, > that > has a member called QFtp.None. However, if that is used it causes a syntax > error (None is a keyword). Therefore it should be changed to QFtp.N

[PyQt] Issue with QFtp

2012-02-17 Thread Detlev Offenbach
Hi, there is an issue with QFtp. This module includes an enum QFtp.Command, that has a member called QFtp.None. However, if that is used it causes a syntax error (None is a keyword). Therefore it should be changed to QFtp.None_. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de