[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyKDE] Eric3 version 3.9.1 causes problems when opening single
From:       Detlev Offenbach <detlev () die-offenbachs ! de>
Date:       2006-07-03 16:32:20
Message-ID: 200607031832.20503.detlev () die-offenbachs ! de
[Download RAW message or body]

On Friday 30 June 2006 16:21, Lars Fabig wrote:
> Hi all,
>
> I'm new to Eric3 and set up the required software packages to make it
> running. My configuration is:
>
> - Windows XP
> - Qt 3.3.3
> - Python 2.4.2
> - PyQtGPL10.exe (http://www.quadgames.com/download/pythonqt/)
> - Eric3snapshot2005-04-10.exe (http://www.quadgames.com/download/pythonqt/)
>
> With this quite old Eric snapshot it works.
>
> Trying the latest version (3.9.1) I could install Eric, but I had to
> execute it from command line.
> The IDE starts up. Trying to open whatever python script file the editor
> gives an error message:
> "The file xyz could not be opened"
>
> The stderr indicates the following message:
> Traceback (most recent call last):
>   File "C:\Program
> Files\Python24\Lib\site-packages\eric3\QScintilla\Editor.py", line 3363,
> in focusInEvent
>     self.setCaretWidth(self.caretWidth)
> Atrribute Error:caretWidth
>
> Does there exist a bug fix for that or does anybody know how to fix ?
> Also work arounds are welcome !

Try to change this line to

        try:
            self.setCaretWidth(self.caretWidth)
        except AttributeError:
            pass

There seems to be a timing issue that sometimes causes this to happen.
>
> Best,
>
> Lars
>
>
> _______________________________________________
> PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Detlev
-- 
Detlev Offenbach
detlev@die-offenbachs.de

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic