[PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Gordon Tyler
Hi all,

I was wondering if Ricardo was going to be making Debian packages of 
QScintilla and eric3?

Thanks,
Gordon

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Detlev Offenbach
Hi Trolls,

Eric 3.0.0-alpha2 is available for download via

http://www.die-offenbachs.de/detlev/eric3.html

This release contains bugfixes in the area of detection of foreign 
programs and a workaround for a strange PyQt behaviour, that caused some 
translations not to be found.

What is it?
---
Eric 3.0.0 (or short eric3) is a Python IDE written using PyQt and 
QScintilla. It has integrated project management capabilities, it gives 
you an unlimited number of editors, an integrated Python shell, an 
integrated debugger and more.

Please see for yourself by visiting the a.m. page (it contains a picture 
of Eric our mascot as well).

Please report bugs, feature wishes or code contributions to 
[EMAIL PROTECTED]

Help wanted!!
-
I would need some support in the area of more translations and user 
documentation. Any volunteers out there? Just let me know.

Regards,
Detlev

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Ricardo Javier Cardenes Medina
On Sun, Nov 24, 2002 at 10:54:23AM +, Gordon Tyler wrote:
> Hi all,
> 
> I was wondering if Ricardo was going to be making Debian packages of 
> QScintilla and eric3?

  tiuna:/mnt/archive2/pk/sip$ ls
  eric  PyKDE  PyQt  QScintilla  sip  UPLOAD

I'm just on that :-)

I have made packages for last development versions of sip and
QScintilla (I'll upload them in a moment to people.debian.org, my home
ADSL cries in pain every time someone downloads from it). I'm having some
compilation problems building PyQt :-?, that I hope will be solved this
afternoon. After that, I'll prepare eric packages.


BTW: I'm building sip+PyQt 3.4 packages for Woody right now, in case
 anyone is interested.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Gordon Tyler
On November 24, 2002 04:13 pm, Ricardo Javier Cardenes Medina wrote:
> I have made packages for last development versions of sip and
> QScintilla (I'll upload them in a moment to people.debian.org, my home
> ADSL cries in pain every time someone downloads from it). I'm having some
> compilation problems building PyQt :-?, that I hope will be solved this
> afternoon. After that, I'll prepare eric packages.

What problems are you having? I got mine to compile today (well, 3am today ;) 
so maybe I can help?

Ciao,
Gordon

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Ricardo Javier Cardenes Medina
On Sun, Nov 24, 2002 at 11:41:02AM +, Gordon Tyler wrote:
> 
> What problems are you having? I got mine to compile today (well, 3am today ;) 
> so maybe I can help?

Which version of Qt/sip are you using? 

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[PyKDE] [ANN] New repository for non-official Debian packages

2002-11-24 Thread Ricardo Javier Cardenes Medina
Ok... Since there are a dozen or so Debian users periodically downloading
from my home ADSL repository (well, a bit less from the moment I uploaded
the packages to Debian official repositories), and given that people.d.o
is now in a different, more powerful and (most important) with a much
bigger bandwidth machine, I've changed the place were I'll put all
development packages, with sip/PyQt/PyKDE/QScintilla snapshots at:

  deb http://people.debian.org/~rcardenes sid main

Only Qt3 packages. I only plan to support Qt2 packages for the official
releases. If someone wants to compile them on Woody:

  deb-src http://people.debian.org/~rcardenes sid main

you can download source packages from there.

At this moment there are only packages for sip 20021114 and QScintilla
20021122. I'll upload PyQt and eric once the packages are created an
compiling well. The names of QScintilla packages are:

  libqscintilla0   shared lib
  libqscintilla-devheaders

The version of the QScintilla packages will be: 0.1+SNAPSHOTDATE, at least
until the moment that Phil feels that it's time to release the first
stable version and stamps a version number on it.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



RE: [PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Jim Bublitz
On 24-Nov-02 Detlev Offenbach wrote:
> Hi Trolls,
 
> Eric 3.0.0-alpha2 is available for download via

Could you also post this to comp.lang.python? Or I will if it's
inconvenient for you ...


Jim

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Gordon Tyler
On November 24, 2002 04:53 pm, Ricardo Javier Cardenes Medina wrote:
> On Sun, Nov 24, 2002 at 11:41:02AM +, Gordon Tyler wrote:
> > What problems are you having? I got mine to compile today (well, 3am
> > today ;) so maybe I can help?
>
> Which version of Qt/sip are you using?

I'm using the latest snapshots available from the Riverbank site:

sip-x11-gpl-snapshot-20021114
PyQt-x11-gpl-snapshot-20021122

Ciao,
Gordon

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



RE: [PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Jim Bublitz
On 24-Nov-02 Jim Bublitz wrote:
> On 24-Nov-02 Detlev Offenbach wrote:
>> Hi Trolls,
  
>> Eric 3.0.0-alpha2 is available for download via
 
> Could you also post this to comp.lang.python? Or I will if it's
> inconvenient for you ...

I guess I should have checked the newsgroup first :)

Nevermind.

Jim

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Ricardo Javier Cardenes Medina
On Sun, Nov 24, 2002 at 12:47:56PM +, Gordon Tyler wrote:
> On November 24, 2002 04:53 pm, Ricardo Javier Cardenes Medina wrote:
> > On Sun, Nov 24, 2002 at 11:41:02AM +, Gordon Tyler wrote:
> > > What problems are you having? I got mine to compile today (well, 3am
> > > today ;) so maybe I can help?
> >
> > Which version of Qt/sip are you using?
> 
> I'm using the latest snapshots available from the Riverbank site:
> 
> sip-x11-gpl-snapshot-20021114
> PyQt-x11-gpl-snapshot-20021122

Mmmh... Ok. I got it. It's something about my patches getting away with
the Styles that Debian Qt3 packages compile as plugins. I'll have to fix
them.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Gordon Tyler
On November 24, 2002 06:44 pm, Ricardo Javier Cardenes Medina wrote:
> Mmmh... Ok. I got it. It's something about my patches getting away with
> the Styles that Debian Qt3 packages compile as plugins. I'll have to fix
> them.

What changes are you actually making for that? I downloaded the current source 
package from sid but there weren't any patch files so I'm guessing you make 
the changes directly to the source tarball?

Ciao,
Gordon

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[PyKDE] [ANN] SuSE 8.1 RPMs for QScintilla/sip/PyQt/eric3 snapshots

2002-11-24 Thread Hans-Peter Jansen
Hi PyQties,

thanks to the efforts of Phil and Detlef, I proudly announce the
availability of following packages here: 
http://lisa-gmbh.de/download.html#PyQt-snapshots

http://lisa-gmbh.de/download/qscintilla-20021122-1.i586.rpm 285 KB 
http://lisa-gmbh.de/download/sip-20021114-1.i586.rpm 131 KB 
http://lisa-gmbh.de/download/PyQt-20021122-1.i586.rpm 3.4 MB 
http://lisa-gmbh.de/download/eric3-3.0.0a2-1.i586.rpm 500 KB 

A short success/busted message on usage is highly appreciated.

Thanks goes out to Phil and Detlef.

This toolkit is simply the sexiest in town.

Enjoy,
Hans-Peter

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] ANN: Eric 3.0.0-alpha2 released

2002-11-24 Thread Jack Neal
SuSE 8.0 rpms welcome when they come!  I couldn't build it from source for 
some reason or another.  I think its my karma.


J.

On Sunday 24 November 2002 08:18 am, Detlev Offenbach wrote:
> Hi Trolls,
>
> Eric 3.0.0-alpha2 is available for download via
>
> http://www.die-offenbachs.de/detlev/eric3.html
>
> This release contains bugfixes in the area of detection of foreign
> programs and a workaround for a strange PyQt behaviour, that caused some
> translations not to be found.
>
> What is it?
> ---
> Eric 3.0.0 (or short eric3) is a Python IDE written using PyQt and
> QScintilla. It has integrated project management capabilities, it gives
> you an unlimited number of editors, an integrated Python shell, an
> integrated debugger and more.
>
> Please see for yourself by visiting the a.m. page (it contains a picture
> of Eric our mascot as well).
>
> Please report bugs, feature wishes or code contributions to
> [EMAIL PROTECTED]
>
> Help wanted!!
> -
> I would need some support in the area of more translations and user
> documentation. Any volunteers out there? Just let me know.
>
> Regards,
> Detlev

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Debian packaging of QScintilla and eric3?

2002-11-24 Thread Ricardo Javier Cardenes Medina
On Sun, Nov 24, 2002 at 02:04:18PM +, Gordon Tyler wrote:
> On November 24, 2002 06:44 pm, Ricardo Javier Cardenes Medina wrote:
> > Mmmh... Ok. I got it. It's something about my patches getting away with
> > the Styles that Debian Qt3 packages compile as plugins. I'll have to fix
> > them.
> 
> What changes are you actually making for that? I downloaded the current source 
> package from sid but there weren't any patch files so I'm guessing you make 
> the changes directly to the source tarball?

Ugh... I forgot to comment some includes at sip/qtmod.sip. I just need
some more sleeping. It seems to be working now. The changes I'm actually
doing are the same you can see if you get the .diff from Debian's rep.
For these new packages, I'm even changing less things, as the latest Qt3
packages have a complete QTDIR (previous Debian Qt3 packages lack the
"lib" dir)

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[PyKDE] Speed of derived objects

2002-11-24 Thread Vincent Wagelaar
Hi,

I am currently working with a QListView and QListViewItem. If I don't derive 
from these objects speed is great, but derived these objects become very 
slow. What is the usual approach for speeding this up?

Vincent

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[ricardo@conysis.com: Re: [PyKDE] [ANN] New repository for non-official Debian packages]

2002-11-24 Thread tech

I hope Ricardo doesn't mind me forwarding this to the list, but I in
fact thought I had kept it on list from the first (stupid mutt, I much
prefer KMail).  Just wanted to make a point that we should thank
*everyone* who helps out, not just Jim and Phil (whom get an almost
constant stream of fan mail :-).  I.e., if you are unfortunate enough to
be running an rpm based system, maybe you should be sending a shout-out
to Hans...

- Forwarded message from Ricardo Javier Cardenes <[EMAIL PROTECTED]> -

Envelope-to: [EMAIL PROTECTED]
From: Ricardo Javier Cardenes <[EMAIL PROTECTED]>
To: David Bishop <[EMAIL PROTECTED]>
Subject: Re: [PyKDE] [ANN] New repository for non-official Debian packages

On Sun, Nov 24, 2002 at 12:15:56PM -0700, David Bishop wrote:
> 
> Hey, just wanted to take a minute and say thanks for all your work
> making debian packages for this stuff.  I was thinking just yesterday
> that I wanted to try out eric, but then I thought "Heck, Ricardo will
> have packages pretty soon, no need to compile it myself", and then I
> thought "Daggone, Ricardo rocks!", and then I thought "You know, self, I
> bet Ricardo doesn't hear that nearly often enough".
> 
> So, here I am :-)  Thanks again, it is very much appreciated.  Have a
> great weekend!

Hey! :-) It's not too often that someone greets me about my work on Debian
:-) Thank you very much :-))

- End forwarded message -

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] [ANN] New repository for non-official Debian packages

2002-11-24 Thread Ricardo Javier Cardenes Medina
On Sun, Nov 24, 2002 at 05:18:02PM +, Ricardo Javier Cardenes Medina wrote:

>   deb http://people.debian.org/~rcardenes sid main
>   deb-src http://people.debian.org/~rcardenes sid main

Now, the unstable repository contains the latest versions of
sip/QScintilla/PyQt. There're a couple of new packages:

  python2.1-qtext
  python2.2-qtext

Those contain the qtext.py module and matching libqtext*.so*, with the
bindings for QScintilla. They're apart because the package was getting too
big, and because the dependency on QScintilla. I've uploaded too packages
python-qt{3,ext}, with no python version. Those are only "dependency"
packages, that depend on whatever the default Python version is on a given
moment, to comply with Debian's Python Policy. Eric packages will come
next.

Please, ___DON'T___ upgrade to these packages until at least 12 hours
after reading this message, or reaching 2002-11-25 16:00 UTC, whatever
comes first :-), unless you're prepared to cope with a "little" problem
with python*-qt{3,ext}.postinst. I've fixed it and am recompiling right
now, but this is faar too late here where I live, and I've got to work
in a few hours, so I won't upload them in a while.

For Woody users I've added too:

   deb http://people.debian.org/~rcardenes woody main
   deb-src http://people.debian.org/~rcardenes woody main

Right now, I'm uploading PyQt for Qt2/Qt3 & Woody packages. So, any
Debian/Stable user should be able to play with those packages. I've not
yet tried to upgrade from the old python-pyqt package to the new ones,
BUT, apt should do it with only an apt-get update; apt-get dist-upgrade
(of course, it won't, only to embarrass me).

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Speed of derived objects

2002-11-24 Thread Boudewijn Rempt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 24 November 2002 23:35, Vincent Wagelaar wrote:
> Hi,
>
> I am currently working with a QListView and QListViewItem. If I don't
> derive from these objects speed is great, but derived these objects become
> very slow. What is the usual approach for speeding this up?
>

I can't say I've really noticed this; could you post some small sample code?
In Kura I use QListView as the basis of a listview class that shows data from
the database, and adding a few thousand items isn't slower than what, say, 
Knode does.

- -- 
Boudewijn Rempt | http://www.valdyas.org/index2.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE94b+VdaCcgCmN5d8RAgljAJ9RuMSmAcM0FrkYaaVGk+zkZqc4vQCfXihf
IaIJmjrkTrGgBANk348yj4A=
=jPDq
-END PGP SIGNATURE-

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde