[PyKDE] Printing using QPrinter

2006-03-01 Thread Fabian Steiner
Hello! I am currently working on an application where the user is able to create new worksheets and to delete existing ones. All of these worksheets have the same structure, only some values should be changed. A minimal example would be something like this: Name: ...

Re: [PyKDE] latest PyQt & Window flags

2006-03-01 Thread Phil Thompson
On Wednesday 01 March 2006 8:09 am, Torsten Marek wrote: > Hi, > > using the 20060226 snapshots of PyQt and sip, I get errors in connection > with the flags argument of QMainWindow or QDialog. One instance of this > problem exists in examples3/mdi.py: > > Traceback (most recent call last): > File

Re: [PyKDE] Eric: command line args with spaces in debugger

2006-03-01 Thread Robert Morrison
Hello again: > > Are you using the latest version (3.8.1)? > > No; I've got 3.7.1. I'll upgrade and see if it behaves > the same way. The problem does not appear in 3.8.1. Thanks for the help. Warm regards, Robert ___ PyKDE mailing listPyKDE@m

Re: [PyKDE] Eric: command line args with spaces in debugger

2006-03-01 Thread Robert Morrison
Hi Detlev: On Wednesday 01 March 2006 12:31, Detlev Offenbach wrote: > Hi, > > I assume you mean the dialog that pops up, when you select the > "Debug Script" > action. Yes. > If this is correct I have to admit, that I cannot reproduce the > problem over here. Hm. Here's my test script:

Re: [PyKDE] Eric: command line args with spaces in debugger

2006-03-01 Thread Detlev Offenbach
Hi, I assume you mean the dialog that pops up, when you select the "Debug Script" action. If this is correct I have to admit, that I cannot reproduce the problem over here. Are you using the latest version (3.8.1)? Regards, Detlev Am Mittwoch, 1. März 2006 19:03 schrieb Robert Morrison: > Hi:

[PyKDE] Eric: command line args with spaces in debugger

2006-03-01 Thread Robert Morrison
Hi: Sorry for what may be a question with an obvious answer, but I'm having trouble specifying quoted command line args in Eric in the debugger. In the "Debug Script" field "Commandline," I specify the value: "hello there" dolly and what I want is: sys.argv[1] = "hello there" sys.argv[

Re: [PyKDE] eric and ioslaves.

2006-03-01 Thread Roy Dragseth
On Tuesday 28 February 2006 14:20, Detlev Offenbach wrote: > Am Dienstag, 28. Februar 2006 13:23 schrieb Roy Dragseth: > > Hi. > > > > Are there any plans for supporting kde ioslaves in eric? > > > > I do a lot of server side development in python and has become really > > fond the way xemacs/tramp

[PyKDE] Updated sip, PyQt3, PyQt4 packages for Debian

2006-03-01 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, there are builds of new sip, PyQt and PyQt4 snapshots at http://diotavelli.net/files/pyqt-experimental with source packages and binary packages for i386. - From now on, you can expect to find reasonably new snapshots at this place all the time.

[PyKDE] latest PyQt & Window flags

2006-03-01 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, using the 20060226 snapshots of PyQt and sip, I get errors in connection with the flags argument of QMainWindow or QDialog. One instance of this problem exists in examples3/mdi.py: Traceback (most recent call last): File "mdi.py", line 357, in