Re: [PyKDE] C++ code generation problem: longlong is undefined

2005-12-16 Thread Vincent Jong
That seemed to fix the longlong error, but the kdecore part of the code generation still fails. The error message now is: sip: KShortcutList::Other is undefined Error: Unable to create the C++ code. Is it possible e that the newest versions of PyKDE no longer supports KDE 3.1.1? If this is t

Re: [PyKDE] C++ code generation problem: longlong is undefined

2005-12-16 Thread Jim Bublitz
On Friday 16 December 2005 19:38, Vincent Jong wrote: > I've downloaded the latest version of PyKDE from the website and I've > been having problems compiling it on my RedHat 7.3 system using KDE > 3.1.1. I'm using SIP version 4.3.1 and PyQT 3.15. Everytime it gets to > generating the c++ source

[PyKDE] C++ code generation problem: longlong is undefined

2005-12-16 Thread Vincent Jong
I've downloaded the latest version of PyKDE from the website and I've been having problems compiling it on my RedHat 7.3 system using KDE 3.1.1. I'm using SIP version 4.3.1 and PyQT 3.15. Everytime it gets to generating the c++ source code for the kdecore module, it errors with: sip: longlo

[PyKDE] Debugging in eric

2005-12-16 Thread malvert
Hi Jul. Your suggestion worked beautifully! Thank you. malv ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Giovanni Bajo
Giovanni Bajo <[EMAIL PROTECTED]> wrote: > Argh, it didn't work out. I'm trying with snapshot-20051212 and PyQt > snapshot-20051212, and I get this: > > sipqtpart0.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: virtual class QLayoutIterator __thiscall > QLayout::i

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Giovanni Bajo
Douglas Soares de Andrade <[EMAIL PROTECTED]> wrote: > Can you send me the example code that is broking with you ? So i can test > it. It's PyQt compilation that it's broken for me! -- Giovanni Bajo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofe

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Douglas Soares de Andrade
Hi Giovanni, Can you send me the example code that is broking with you ? So i can test it. Em Sexta 16 Dezembro 2005 18:08, Giovanni Bajo escreveu: > Giovanni Bajo <[EMAIL PROTECTED]> wrote: > >> With pyqt snapshot 20051208-1 and sip snapshot 20051212 im not having > > this > > >> error. > > > >

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Giovanni Bajo
Giovanni Bajo <[EMAIL PROTECTED]> wrote: >> With pyqt snapshot 20051208-1 and sip snapshot 20051212 im not having this >> error. > > Ah thanks, I'll try and upgrade. Argh, it didn't work out. I'm trying with snapshot-20051212 and PyQt snapshot-20051212, and I get this: sipqtpart0.obj : error LNK

Re: [PyKDE] Debugging in eric

2005-12-16 Thread jul
Hi All, I wonder whether it would be possible to attach the debugger onto a running program? Hypothetical scenario: (1) Run a project with the eric3 (Shift + F2) command; (2) Somehow interrupt this program and attach/start-up the debugger; (3) Place breakpoint(s) as usual and have the debugger

[PyKDE] Building SIP with distutils

2005-12-16 Thread Giovanni Bajo
Hello, I'm working so that people wanting to use SIP as a binding generator do not have to play with the custom build engine (which is required only by PyQt). I already contributed sipdistutils.py which lets compile SIP-generated bindings with distutils. The next step is to compile SIP itself wit

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Giovanni Bajo
Douglas Soares de Andrade <[EMAIL PROTECTED]> wrote: > With pyqt snapshot 20051208-1 and sip snapshot 20051212 im not having this > error. Ah thanks, I'll try and upgrade. -- Giovanni Bajo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://

Re: [PyKDE] Seperating logic code from gui code?

2005-12-16 Thread Arthur Pemberton
Ideally, the console client would be simply a downloader, while the GUI would use the same mechanisms to access the data, but give more interactivty (renaming, prioritizing of downloads, etc.) Not sure if this is the information you meant that was missing.On 12/15/05, David Boddie <[EMAIL PROTECTED

Re: [PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Douglas Soares de Andrade
HI Giovanni ! With pyqt snapshot 20051208-1 and sip snapshot 20051212 im not having this error. Em Sexta 16 Dezembro 2005 14:20, Giovanni Bajo escreveu: > Phil, > > with PyQt snapshot-20051201, SIP snapshot-20051130: > >>> import qt > >>> s = qt.QString('foobar') > >>> s == None > > segfault --

[PyKDE] PyQt4 logic in PyQt3's configure.py

2005-12-16 Thread Giovanni Bajo
Hello Phil, configure.py into PyQt3 snapshot is as follows: # Try and find a Qt installation to use as the default. First look for Qt v4 # by looking for the first qmake on the path. If this fails then check the # QTDIR environment variable for an earlier version of Qt. try: path = os.envir

[PyKDE] Bug in PyQt/SIP snapshot

2005-12-16 Thread Giovanni Bajo
Phil, with PyQt snapshot-20051201, SIP snapshot-20051130: >>> import qt >>> s = qt.QString('foobar') >>> s == None segfault -- Giovanni Bajo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Debugging in eric

2005-12-16 Thread malvert
Hi All, I wonder whether it would be possible to attach the debugger onto a running program? Hypothetical scenario: (1) Run a project with the eric3 (Shift + F2) command; (2) Somehow interrupt this program and attach/start-up the debugger; (3) Place breakpoint(s) as usual and have the debugger hal