Re: [PyQt] ANN: new eric4 snapshot released

2008-06-30 Thread Gustavo A. Díaz
Perfect, now works again. Thanks!! 2008/6/30 Detlev Offenbach <[EMAIL PROTECTED]>: > On Montag, 30. Juni 2008, Gustavo A. Díaz wrote: > > I have a problem with this snapshot... when i write code.. i cant use > > delete or backspace button to delete what I've wrote (any code, any > > text) ver

[PyQt] QDateEdit With DataMapper - No Tab traversing?

2008-06-30 Thread Chris M
Not sure if this is a qt, pyqt (or something in my os environment) problem, but... I have a QDateEdit widget which is mapped to a database date field. The issue I have is ... I can tab into the widget, ie into the 'dd' of 'dd/MM/' but cannot tab onto the 'MM' and from MM cannot tab to ''.

Re: [PyQt] ANN: new eric4 snapshot released

2008-06-30 Thread Detlev Offenbach
On Montag, 30. Juni 2008, Gustavo A. Díaz wrote: > I have a problem with this snapshot... when i write code.. i cant use > delete or backspace button to delete what I've wrote (any code, any > text) very weird... Try to load the default keyboard shortcuts (default.e4k). Over here, everything

Re: [PyQt] How to deploy PyQt Applications for Mac users

2008-06-30 Thread Adam Tenderholt
Hi Sven, In the past I've used py2app. If I remember correctly, it's pretty straightforward. Just make sure you have everything (Python, Qt, SIP, PyQt, etc.) compiled as universal binaries (i386 and ppc). Adam On Mon, Jun 30, 2008 at 7:50 AM, Sven Grunewaldt <[EMAIL PROTECTED]> wrote: > Hi, > >

[PyQt] How to deploy PyQt Applications for Mac users

2008-06-30 Thread Sven Grunewaldt
Hi, I'm currently fiddling around with PyQt and it seems that I finally found a programming language and graphical library that I like. I already created some small tools and it seems I get some base knowledge, so far so good ;) Now I faced a first problem... how to deploy a PyQt Application

[PyQt] how to save animation

2008-06-30 Thread sa6113
Dear all, I want to save an animation in avi format by python code, would you please help me to strat in this way? -- View this message in context: http://www.nabble.com/how-to-save-animation-tp18190425p18190425.html Sent from the PyQt mailing list archive at Nabble.com. __