[PyKDE] Problems compiling with Qt 2.x

2000-07-21 Thread Greg Fortune
the module, it doesn't work at all. Trying the use the module ourselves doesn't work either. It throws the same "til10QDropEvent" error. We are both using Qt 2.1.0-5. Thanks for any help, Greg Fortune www.linuxteams.com [root@theinvisibleman PyQt-0.12]# make install Making install

Re: [PyKDE] ANNOUNCING PyQwt-sip34_20020807 - some problems on Win32

2002-09-19 Thread Greg Fortune
On Thursday 19 September 2002 01:01 am, you wrote: On Thursday 19 September 2002 3:07 am, Peter Lipa wrote: Hi Gerard, Thanks for the updated release and your progress on PyCute - looks great (after a few minutes of testing)! Here is some feedback: I built the win32 commercial Qt3.05

[PyKDE] Fwd: Re: [Issue N6078] allowed distribution methods

2002-09-19 Thread Greg Fortune
] allowed distribution methods Date: Mon, 9 Sep 2002 09:04:36 +0200 From: [EMAIL PROTECTED] To: Greg Fortune (Fortune Solutions) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Hi Greg, snip You are allowed to freely distribute the Qt dll with your application so that your users can use your application

Re: [PyKDE] compiled vs interpreted languages and Qt

2002-09-20 Thread Greg Fortune
license agreement in my own products. Thanks for clearing that up, Greg Fortune ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde

Re: [PyKDE] Editor survey

2002-10-03 Thread Greg Fortune
On Thursday 03 October 2002 07:44 am, you wrote: On Thursday 03 October 2002 02:23 am, Phil Thompson wrote: Scintilla already implements code folding, syntax highlighting, call tips, autocompletion etc. The work I still have to do on it is to make those features available in a way that

Re: [PyKDE] Editor survey

2002-10-03 Thread Greg Fortune
On Thursday 03 October 2002 12:27 pm, Boudewijn Rempt wrote: On Thursday 03 October 2002 21:05, Frederick Polgardy Jr wrote: On Thursday 03 October 2002 10:40 am, Greg Fortune wrote: It's pretty slick and I used it as my primary editor for several weeks but ended up going back to Nedit

[PyKDE] RE: Python 2.2 Weak Reference TypeError

2002-10-16 Thread Greg Fortune
bug on our hands? Both Python versions are using PyQt 3.3.2. The two versions are 2.1.1 and 2.2.1. If someone has a recent PyQt version and would like to test out the code on Python 2.2, I would love to know if this has been fixed. Send me an e-mail and I'll ship back a tarball. Greg Fortune

Re: [PyKDE] RE: Python 2.2 Weak Reference TypeError

2002-10-16 Thread Greg Fortune
Ok, update on this one. My previous example code was flawed, but I think I'm getting closer to isolating the problem. I'll post some decent example code when I get it figured out... Greg ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] Request for mugshots

2002-11-05 Thread Greg Fortune
: On Dienstag, 5. November 2002 19:34, Greg Fortune wrote: Check out http://auto-auction.sf.net. The screenshots are from a previous version, but the app hasn't changed too much. If you like, I can take a Thanks, I integrated one into the site. couple of screenshots from the current

Re: [PyKDE] destructor not getting called?

2002-11-08 Thread Greg Fortune
On Friday 08 November 2002 12:44 am, you wrote: On Fri, 2002-11-08 at 01:50, Kaleb Pederson wrote: I'm using a global QSettings object throughout my application. For some reason, when the program closes, the destructor on my QSettings object is not getting called. As it is the destructor

Re: [PyKDE] destructor not getting called?

2002-11-08 Thread Greg Fortune
On Friday 08 November 2002 01:59 am, Fredrik Juhlin wrote: On Fri, 2002-11-08 at 10:34, Greg Fortune wrote: On Friday 08 November 2002 12:44 am, you wrote: The reason you're having problems is most likely because there is no such thing as a destructor in Python. I assume that you, like

Re: [PyKDE] PyQT Programming Book [Thank you]....

2002-11-22 Thread Greg Fortune
http://www.google.com/search?hl=enlr=ie=ISO-8859-1q=Komodo+Python+IDE Greg On Thursday 21 November 2002 11:22 pm, Jim Bublitz wrote: On 23-Nov-02 Jack Neal wrote: I don't know if anyone on this list uses Komodo Do you have a URL you can post? Thanks for the favorable comments - this is a

[PyKDE] Sharp Zaurus support

2002-12-12 Thread Greg Fortune
I'm considering putting together a PyQt based app for the Sharp Zaurus and would like to know what kind of success people have had. Is the Zaurus version of PyQt based on Qt 3.x or on one of the Qt 2.x series? Is the Zaurus version trimmed down in any way or do I get all the features that I

Re: [PyKDE] Sharp Zaurus support

2002-12-12 Thread Greg Fortune
On Thursday 12 December 2002 10:50 am, Michael Lauer wrote: Am Don, 2002-12-12 um 19.45 schrieb Greg Fortune: snip I assume I could recompile Qtopia to re-enable any of these features I need, right? You are confusing Qt/Embedded with Qtopia. I don't know if you can compile

Re: [PyKDE] eric on rawhide

2002-12-20 Thread Greg Fortune
If RedHat hasn't changed things much, they probably still include python 1.52 on their systems. You might check that the libaries got installed into the correct python. If not, you get to compile everything ;o) Try python import qt import qtext If the first import fails, PyQt didn't get

Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Greg Fortune
schrieb Greg Fortune: On Monday 13 January 2003 11:39 am, you wrote: I was used to using break points on eric by clicking in the border by the line numbers and getting the little red stop sign, but it did not do the same on eric3. I believe I've clicked everywhere possible along

Re: [PyKDE] [ANN] 3.5 official Debian Packages (at last!)

2003-02-16 Thread Greg Fortune
This is the first time I've messed with debian's apt system and I can't get pyqt to install properly. Here's what the output from my apt-get install command looks like.. root@not a tty[/]# apt-get install libqt3/testing libqt3-mt/testing python2.2 python2.2-sip-qt3/unstable python2.2-qt3

Re: [PyKDE] Printing (General)

2003-03-10 Thread Greg Fortune
snip Have you looked at QPrinter? I haven't actually used it that I can recall, but you should be able to lay out reports in QtDesigner and print them at higher dpi - at least that's what I get from reading the QPrinter docs. Haven't tried working with QPrinter through Designer... Take a

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Greg Fortune
On Wednesday 12 March 2003 10:08 am, Phil Thompson wrote: On Wednesday 12 March 2003 5:57 pm, Greg Fortune wrote: You'll want to build and install qscintilla before building sip. That won't make any difference. ??? Doesn't sip look for the qscintilla header files? I had no end of problems

Re: [PyKDE] Problem building PyQt, QScintilla, and eric

2003-03-12 Thread Greg Fortune
On Wednesday 12 March 2003 11:31 am, Jim Bublitz wrote: On 12-Mar-03 Gerard Vermeulen wrote: On Wed, Mar 12, 2003 at 10:27:51AM -0800, Greg Fortune wrote: Or use the -c flag, then you only need to get a coffee. he he, I'm on a PIII 550 so compiling anything takes a little while

[PyKDE] Version numbers in pyuic generated file

2003-03-19 Thread Greg Fortune
Phil, Any chance you can embed the version number into the comment header on pyuic generated files? It would be easier for me to figure out differences between the files generated on my machines and it would probably help you answer questions when someone gets a really weird error. :) It

[PyKDE] Slowdown modifying text in textedit

2003-03-25 Thread Greg Fortune
Any one notice a slowdown changing the value of any textedit in any of the new snapshots? I didn't notice it until today so it might be related to something else, but I would be happy to hear that it's not something silly I did :) I'm running 20030316 here right now. Thanks, Greg

Re: [PyKDE] Slowdown modifying text in textedit

2003-03-25 Thread Greg Fortune
Weird, it mysteriously disappeared. I'm going to try to trace it down through CVS, but I'm pretty sure it was my fault :) Greg On Tuesday 25 March 2003 10:29 am, Greg Fortune wrote: Any one notice a slowdown changing the value of any textedit in any of the new snapshots? I didn't notice