Thanks for your answer.
So it's more a QT thing than PyQt.
I think I'll have to search an alternative to datetime.strptime, which would be
compatible with QT/PyQT
Michka
On 5 juin 2013, at 23:19, Phil Thompson wrote:
> On Wed, 5 Jun 2013 22:20:46 +0200, Michka Popoff
&
the "C" option ? What
will be the influence on the pyqt app ?
- Is there perhaps a known alternative to datetime.strptime, where I can define
the locale temporarily or which works with pyqt ?
Thanks in advance
Michka Popoff
___
PyQt mai
s for your test
Michka
Le 11 déc. 2011 à 23:12, Phil Thompson a écrit :
> On Sun, 11 Dec 2011 18:51:58 +0100, Michka Popoff
> wrote:
>> Hello
>>
>> I just tested the hellogl.py example from the latest PyQt-mac-gpl-4.8.6
>> package. I do get the same error on
Hello
I just tested the hellogl.py example from the latest PyQt-mac-gpl-4.8.6
package. I do get the same error on OS X Lion.
I have a PyQT app which worked nicely on OS X Snow Leopard. I changed to OS X
Lion and made the latest macports update. Since then I get this error.
I don't know if it's
April 2011, 11:58:03 Michka Popoff wrote:
> > > It's a well known limitation of PyQt (and probably of Qt, too).
> > > Having it working for a single arch is pure luck.
> >
> > Ok, I thought that : if it works on OS X, why not on Ubuntu ?
>
> Because the ke
for 64 bit under macports,
GTKglext is not working well with macports, GTK apputils is deprecated ...
So I am stuck here : how to create a basic OpenGL window under Linux and Mac
OS X, which can be closed/reopened without crashing and make the main GTK
app quit ...
Thank you in advance !
Michka
Hello
I need some help to implement a QT Window to draw some OpenGL in an
python-GTK2 application.
In the GTK application, I have a push button which will launch an OpenGL
scenery (In a QT window). I should be able to close the OpenGL Window and to
reopen it as many times as I want, without exitin