[PyQt] pyuic, pyrcc, etc compatibility

2011-05-08 Thread kachelaqa
hello i have looked at the docs for pyuic4 and pyrcc4 regarding compatibility between python versions and note that pyrcc4 has specific options for dealing with this, but the other tools do not. can you please confirm whether or not the other tools guarantee compatibility between python2

Re: [PyQt] pyuic, pyrcc, etc compatibility

2011-05-08 Thread Phil Thompson
On Sun, 08 May 2011 13:47:10 +0100, kachelaqa kachel...@gmail.com wrote: hello i have looked at the docs for pyuic4 and pyrcc4 regarding compatibility between python versions and note that pyrcc4 has specific options for dealing with this, but the other tools do not. can you please

[PyQt] ANN: eric 5.1.2 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 5.1.2. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 4.4.14 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 4.4.14. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] sip: unsupported cast operator

2011-05-08 Thread pymab
Hi, sip gives me an unssuported error for a 'signed char' cast operator: sip: xsi_value.sip:428: Unsupported operator cast class CValue { %TypeHeaderCode #include xsi_value.h %End public: ... operator signed char () const; ... }; Is it a limitation or it's by design ? What would be the

[PyQt] QSqlDatabase connect MsSQL2008 in Linux

2011-05-08 Thread Luan Mai
Hi all, I am having issue with PyQt connecting to MsSQL database. I am able to run update query, but not able to select query. When ever I run select, it always return empty list. I am using the same code but connect to MySQL or Sqlite, they are all ok. Does anyone have same issue? (I am