[PyKDE] newbie question

2004-11-17 Thread Thomas Bellos
Hello, What is the difference when naming a function as : def myfunction(self) def __myfunction__(self) and def __myfunction(self) Thanks ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Error

2004-11-17 Thread João Paulo Ponte
PyKDE version 3.11.3 --- Python include directory is /usr/include/python2.3 Python version is 2.3.4 sip version is 4.0.1 (4.0.1) Qt directory is /usr/share/qt3 Qt version is 3.3.3 PyQt directory is /usr/share/sip PyQt version is 3.13 (3.13.0) If reporting errors, paste all of the

Re: [PyKDE] PyQt

2004-11-17 Thread Kaleb Pederson
On Wednesday 17 November 2004 3:12 am, Thomas Bellos wrote: > 1. I made some menus in Qt with Qtdesigner [File (new,open,etc)] > and I would like to know how can I display different screens each > time one of them is clicked (in html terms, change the source of the page) If you want to keep 'switc

Re: [PyKDE] Python IOSlaves

2004-11-17 Thread David Boddie
On Wed, 17 Nov 2004 18:48:09, Luke Monahan wrote: > I have downloaded the files pykde-components-2004-01-20.tar.bz2 from > David's site and set about installing his IOSlaves so I can play > around with them. I uploaded a later version but didn't link it in. If you look at that page again you'll s

[PyKDE] Windows app crashing on import

2004-11-17 Thread Hihn, Jason
I have “successfully integrated python into my windows app. There is a problem though. I cannot import qt or qtui, which I need. I dug deep into the import process and found it was only trying to import libsip_d.pyd. So I took libsip and renamed it, but now I get an assertion failure.   D

[PyKDE] [OFF-TOPIC] - Patrick Volkerdi (Slackware) is needing your help (disease) - Patrick Volkerdi (Slackware) está precisando da sua ajuda ( doença )

2004-11-17 Thread Douglas Soares de Andrade
English > Hi ! I know that this is off-topic, and for the radicals i beg your pardon, but this email can help a great opensource comunity member. Im talking about Patrick Volkerdi, the creator of Slackware. He is sick and he writed a letter about it in the slackware-current changelog. We'

Re: [PyKDE] PyQt

2004-11-17 Thread Diez B. Roggisch
Am Mittwoch, 17. November 2004 14:41 schrieb Thomas Bellos: > Nice tip > Thanks for that. > As for my other question? > Any tips? These are covered in the tutorials, examples and the book I mentioned. examples3/application.py features menus. Diez _

Re: [PyKDE] PyQt

2004-11-17 Thread Thomas Bellos
Nice tip Thanks for that. As for my other question? Any tips? - Original Message - From: "Diez B. Roggisch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 3:34 PM Subject: Re: [PyKDE] PyQt > > I understand that the principles of gui and http programming a

Re: [PyKDE] PyQt

2004-11-17 Thread Diez B. Roggisch
> I understand that the principles of gui and http programming are different. > I used some html terms in my email just to give people a hint of what I > would like > to do in my application. Ok, so then this was a misunderstanding. > When I say 'equivelant to the html frame tag' I just want to k

Re: [PyKDE] PyQt

2004-11-17 Thread Thomas Bellos
I understand that the principles of gui and http programming are different. I used some html terms in my email just to give people a hint of what I would like to do in my application. When I say 'equivelant to the html frame tag' I just want to know if there is a Qt widget that has ie scrollbars an

Re: [PyKDE] PyQt

2004-11-17 Thread Diez B. Roggisch
Hi, > I am new to PyQt although I have experience in php. > I have an application built in php and I am trying to > convert it to PyQt. It uses a Mysql database to store and The paradigms you're known to from http driven programming don't apply well in the native gui world. That has nothing to

[PyKDE] PyQt

2004-11-17 Thread Thomas Bellos
Hello, I am new to PyQt although I have experience in php. I have an application built in php and I am trying to convert it to PyQt. It uses a Mysql database to store and retrieve information about our company's work process. Anyway I am using it as a project, in order to learn PyQt. Initi