Re: [PyKDE] Deployment on Windows? > license compatible

2005-11-18 Thread Ulrich Berning
Michael Zimmermann schrieb: Hi Uli, Take a look at the VendorID package (www.riverbankcomputing.co.uk/vendorid). This may be exactly what you are searching for. yes and no :-() If I read the information on the website correctly, I can restrict the import of modules to certain execut

Re: [PyKDE] Deployment on Windows? > license compatible

2005-11-18 Thread Patrick Stinson
On Nov 18, 2005, at 7:14 AM, Michael Zimmermann wrote: Hi Uli, Take a look at the VendorID package (www.riverbankcomputing.co.uk/vendorid). This may be exactly what you are searching for. yes and no :-() If I read the information on the website correctly, I can restrict the import of module

Re: [PyKDE] function overload with different type using SIP

2005-11-18 Thread Phil Thompson
On Friday 18 November 2005 5:56 pm, Zilin Du wrote: > Hi, I got some problem for using overload functions using SIP (4.3.2), > here is my example: > > class A { > public: > A(long) > A(unsigned long) > A(double) > int cmp(long) > int cmp(unsigned long) > int cmp(double) > }; > > when I

[PyKDE] function overload with different type using SIP

2005-11-18 Thread Zilin Du
Hi, I got some problem for using overload functions using SIP (4.3.2), here is my example: class A { public: A(long) A(unsigned long) A(double) int cmp(long) int cmp(unsigned long) int cmp(double) }; when I run sip, sip complains: A constructor with the same Python signature has

Re: [PyKDE] Python configure.py error: Unable to build mkfeatures utility

2005-11-18 Thread Phil Thompson
On Friday 18 November 2005 4:15 pm, Jason Zwolak wrote: > I did nothing special and followed the README file distributed with PyQt > and received the following errors. > > How do I compile PyQt? > > [EMAIL PROTECTED] PyQt-x11-gpl-3.15.1]$ python configure.py -w > This is the GPL version of PyQt 3.1

[PyKDE] Python configure.py error: Unable to build mkfeatures utility

2005-11-18 Thread Jason Zwolak
I did nothing special and followed the README file distributed with PyQt and received the following errors. How do I compile PyQt? [EMAIL PROTECTED] PyQt-x11-gpl-3.15.1]$ python configure.py -w This is the GPL version of PyQt 3.15.1 (licensed under the GNU General Public License) for Python 2

Re: [PyKDE] Deployment on Windows? > license compatible

2005-11-18 Thread Michael Zimmermann
Hi Uli, > Take a look at the VendorID package > (www.riverbankcomputing.co.uk/vendorid). This may be exactly what you > are searching for. yes and no :-() If I read the information on the website correctly, I can restrict the import of modules to certain executable files (how to do this for our

Re: [PyKDE] Deployment on Windows? > license compatible

2005-11-18 Thread Ulrich Berning
Michael Zimmermann schrieb: Hi there, currently we use pyQT for a research project. In this project we use python, pyqt and qt to generate applications on the client side of a client-server architecture. Basically, two different types of clients can be distinguished: - standalone clients -

[PyKDE] Deployment on Windows? > license compatible

2005-11-18 Thread Michael Zimmermann
Hi there, currently we use pyQT for a research project. In this project we use python, pyqt and qt to generate applications on the client side of a client-server architecture. Basically, two different types of clients can be distinguished: - standalone clients - clients that are controlled (s

[PyKDE] Integrated shell

2005-11-18 Thread Jul
Hi Detlev, As you said 3.9 that wishlist was open, here is one of mine! It would be very usefull for me to integrate a standard terminal window, like the python shell, as kate does. Because now, I'm trying to edit all my text files with eric, it's quite annoying to toogle widow (eric/terminal) for