Re: [PyKDE] Windows install broken

2006-11-12 Thread Phil Thompson
On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote:
> Hi,
>
> I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I
> install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the
> windows installer. PyQt4 applications do not run, complainging that
> Qt4Core.dll cannot be found.
>
> Have I done something wrong or is it normal?
>
> PS: I am recompiling PyQt4 from the sources to see If it works. Yet the
> problem is that for beginners, this process is tedious and it might stop
> them from testing PyQt, if the installer is "broken".

Make sure you have installed Qt and MinGW properly, ie. that the DLLs are on 
your PATH.

Phil

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] Windows install broken

2006-11-12 Thread Xavier Décoret

Hi,

I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I 
install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the 
windows installer. PyQt4 applications do not run, complainging that 
Qt4Core.dll cannot be found.


Have I done something wrong or is it normal?

PS: I am recompiling PyQt4 from the sources to see If it works. Yet the 
problem is that for beginners, this process is tedious and it might stop 
them from testing PyQt, if the installer is "broken".


___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: version 3.9.2 of eric3 available

2006-11-12 Thread Detlev Offenbach
Hi,

this is to informe you about the availability of eric3 v 3.9.2. This is bug 
fix release with some new features. It is available via

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

Changelog:
- bug fixes
- added support for new QScintilla stuff 
  (e.g. autocomplete from document and APIs)
- extended debugger to not set the encoding (configurable)
- added keyboard shortcuts for the shell
  -- to clear the shell
  -- for all zoom aczions (zoom in, zoom out, zoom)
- added the tool eric3-configure to setup eric3 without the need
  to start the IDE

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] Re: "sender" info in Python slot

2006-11-12 Thread Sibylle Koczian
Andreas Pakulat wrote:

> > Why unclean (I didn't look yet at the sender() function)?
> 
> Then look at the docs. There's a big fat Warning that using sender
> violates OO-principles and the signal/slot mechanim. There are quite
> some restrictions on sender() which you always have to have in the back
> of you head.
> 

Yes, I saw that in your other post. 

> > Still trying to get a simple QSignalMapper example to run. In the PyQt4 
> > examples it is used only in mdi.py which isn't exactly simple, right?
> 
> Actually I think it is a simple example, you do look at the python
> version do you? I guess best idea would be to strip it down to only
> include the open and the open-recent-files stuff and remove everything
> else. That should make it as simple as it can get.
> 

Yes, I did look at the python version. Stripping it down should help, thanks 
for the tip. In the meantime I got a python translation of the "ButtonWidget" 
example in the C++ docs to run, there I'd made quite a simple error. 

Sibylle

-- 
Dr. Sibylle Koczian 
Fasanenstrasse 12 
D-82293 Mittelstetten 

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde