Re: [PyQt] QApplication and datetime.strptime

2013-06-05 Thread Phil Thompson
On Wed, 5 Jun 2013 22:20:46 +0200, Michka Popoff wrote: > Hi > > I am extracting strings containing dates from some files in a pyqt app, > and I want to use datetime.strptime to format them. > > But this won't work as Qapplication seem to alter my locales. I found this > topic : > > http://stac

Re: [PyQt] Missing QVectorD Classes

2013-06-05 Thread Phil Thompson
On Tue, 4 Jun 2013 09:57:05 -0700, "Tzucker, Jay" wrote: > I am using PyQt4 under Linux (CentOS) with the following versions: > Qt: 4.6.2 > PytQt:4.6.2 > Python:2.6.6 > > The QVectorD (ex. QVector3D) classes seem to be missing. > I imported and looked thru the classes in QtGui where I expected t

Re: [PyQt] Custom widgets in Qt5

2013-06-05 Thread Phil Thompson
On Tue, 04 Jun 2013 12:24:26 +0200, Vincent Vande Vyvre wrote: > Hi, > > With PyQt4 I have this folder: > /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/ > wich content the lib libpythonplugin.so and a subfolder python for my > custom widgets. > > Now, I've just installed Qt5 and the latest sna

[PyQt] QApplication and datetime.strptime

2013-06-05 Thread Michka Popoff
Hi I am extracting strings containing dates from some files in a pyqt app, and I want to use datetime.strptime to format them. But this won't work as Qapplication seem to alter my locales. I found this topic : http://stackoverflow.com/questions/14684513/datetime-strptime-doesnt-work-in-pyqt4-q