[Eric] A number of eric problems

Detlev Offenbach detlev at die-offenbachs.de
Wed Dec 20 09:41:40 GMT 2006


Hi,

I think all problems reported are related. My suspicion is, that you are 
working on a 64 bit machine and Python is compiled to support that 
(try "print sys.arch") but Qt4 or PyQt4 is just 32 bit. That would explain 
the wrap around, which is visible by the negative keys.

Please check this circumstance and report back.

Regards,
Detlev

On Wednesday 20 December 2006 06:11, Daryl Dusheiko wrote:
> I have a few issues to report and a few questions:
>
> (*) When I open an existing project or create a new project no folders
> or files are listed in the Project-Viewer. I've tried adding files, and
> adding directories.
> (*) Even though I uninstall the previous version of eric, delete the
> .eric4 file from my home directory and re-install eric when I go to the
> project->open recent projects all my old projects are remembered, where
> is this information being saved?
>
> (*) When I start eric I get a screen full of:
>
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.5/site-packages/eric4/UI/BrowserSortFilterProxyMode
>l.py", line 51, in lessThan
>     l = left.model() and left.model().item(left) or None
>   File
> "/usr/local/lib/python2.5/site-packages/eric4/UI/BrowserModel.py", line
> 214, in item
>     return self.item_dict[index.internalId()]
> KeyError: -1244827380L
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.5/site-packages/eric4/UI/BrowserModel.py", line
> 79, in data
>     return QVariant(self.item_dict[index.internalId()].getIcon())
> KeyError: -1244827604L
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.5/site-packages/eric4/UI/BrowserModel.py", line
> 74, in data
>     item = self.item_dict[index.internalId()]
> KeyError: -1244827604L
>
>
> (*) I reported this problem a few months ago in the PyKDE mailing list,
> it's still not working so I thought I'd post it here.
>
> > This email follows on from my edge mode fault report sent 11/10/2006.
> >
> > Tab characters in the line seem to affect where the edge mode marker or
> > highlighted text is shown.
> >
> > Eric is setup as follows:
> >  - Default encoding utf8
> > - Tab width & Indentation width = 4
> > - Default text font = Default text
> > - Monospaced font = Monospaced text, use monospaced font = checked
> > - Set edge mode line length to 80 characters, set to change background
> > colour
> >
> > I did the following tests:
> > (*) Made a few lines which are 80 characters long - the edge mode
> > indicators on all lines were at column 80 and all vertically inline.
> > (*) Made a few lines which are 80 characters long and included some tab
> > characters - the edge mode indicators on all lines were at column 80 (as
> > indicated on the status bar) but were not all vertically inline, this
> > occurred at different spacing depending on how many tabs were in the
> > line.
> >
> > If edge mode is used with a solid line, the line is never shown at the
> > correct column.
>
> (*) The versions I've installed are, there were installed in the order
> specified in the eric readme file:
> Python 2.5
> Qt 4.2.0
> Version Numbers
> Python: 2.5
> Qt: 4.2.0
> PyQt: 4-snapshot-20061212
> sip: snapshot-20061216
> QScintilla: 2-snapshot-20061126
> Eric4: 4.0-snapshot-20061217
> Bicycle Repair Man: CVS-20041120
>
> I am using Ubuntu edgy
>
> Cheers
>
> Daryl

-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list