Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi
   I cannot reproduce your bug. This bug has popped up every time python-qt4 
is upgraded but I can't find any upgrade now. What versions of 
python-qscintilla2 and python-qt4 are installed on your system?

Regards
Gudjon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523754: eric doesn't work

2009-07-19 Thread George Portokaloglou
Hello, i have installed:

python-qscintilla2 2.4-3
python-qt4 4.5.1-1


Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
On Sunday 19 July 2009 09:06:31 George Portokaloglou wrote:
 Hello, i have installed:

 python-qscintilla2 2.4-3
 python-qt4 4.5.1-1
This should work. If you have python-kde4 installed, can you please remove it, 
see #534178.
   If that doesn't work, could you please send me the output of 
strace python /usr/share/eric/modules/eric4.py  eric_crash_report.txt

If you locate the Qsci.so module, it should only be in the following locations
/usr/lib/pymodules/python2.4/PyQt4/Qsci.so
/usr/lib/pymodules/python2.5/PyQt4/Qsci.so
/usr/lib/pyshared/python2.4/PyQt4/Qsci.so
/usr/lib/pyshared/python2.5/PyQt4/Qsci.so

Do you have any other on your system?

/Gudjon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi
It seems like it isn't Qscintilla problem:
write(2, : ..., 2: )= 2
write(2, /usr/local/lib/python2.6/site-pac..., 
99/usr/local/lib/python2.6/site-packages/PyQt4/QtCore.so: undefined symbol: 
PyUnicodeUCS4_FromUnicode) = 99
write(2, \n..., 1

If you report a bug within the Debian system, please stick to the Debian 
packages.

It is possible to recompile the Debian python packages with python2.6 from 
experimental if you are interested.

What is the output of
strace python2.5 /usr/share/eric/modules/eric4.py  eric_python2.5_crash.txt

/Gudjon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
I guess there is no Qsci.so built for python 2.5 on your system. I don't find 
the line:
open(/usr/lib/pymodules/python2.5/PyQt4/Qsci.so, O_RDONLY) = 6
in your strace file.

What is the output of
$ file /usr/lib/pymodules/python2.5/PyQt4/Qsci.so

What happen is you do
$ python2.5
from PyQt4 import Qsci

/Gudjon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi again

Please do:
$ python2.5 -v
from PyQt4 import Qsci



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523754: eric doesn't work

2009-07-19 Thread George Portokaloglou
The output of $ file /usr/lib/pymodules/python2.5/PyQt4/Qsci.so is:

/usr/lib/pymodules/python2.5/PyQt4/Qsci.so: symbolic link to
`/usr/lib/pyshared/python2.5/PyQt4/Qsci.so'


$ python2.5 -v
from PyQt4 import Qsci

returns

$ python2.5 -v
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.5/site.pyc matches /usr/lib/python2.5/site.py
import site # precompiled from /usr/lib/python2.5/site.pyc
# /usr/lib/python2.5/os.pyc matches /usr/lib/python2.5/os.py
import os # precompiled from /usr/lib/python2.5/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.5/posixpath.pyc matches /usr/lib/python2.5/posixpath.py
import posixpath # precompiled from /usr/lib/python2.5/posixpath.pyc
# /usr/lib/python2.5/stat.pyc matches /usr/lib/python2.5/stat.py
import stat # precompiled from /usr/lib/python2.5/stat.pyc
# /usr/lib/python2.5/UserDict.pyc matches /usr/lib/python2.5/UserDict.py
import UserDict # precompiled from /usr/lib/python2.5/UserDict.pyc
# /usr/lib/python2.5/copy_reg.pyc matches /usr/lib/python2.5/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.5/copy_reg.pyc
# /usr/lib/python2.5/types.pyc matches /usr/lib/python2.5/types.py
import types # precompiled from /usr/lib/python2.5/types.pyc
import _types # builtin
# /usr/lib/python2.5/sitecustomize.pyc matches
/usr/lib/python2.5/sitecustomize.py
import sitecustomize # precompiled from
/usr/lib/python2.5/sitecustomize.pyc
# /usr/lib/python2.5/warnings.pyc matches
/usr/lib/python2.5/warnings.py
import warnings # precompiled from
/usr/lib/python2.5/warnings.pyc
# /usr/lib/python2.5/linecache.pyc matches
/usr/lib/python2.5/linecache.py
import linecache # precompiled from
/usr/lib/python2.5/linecache.pyc
import encodings # directory
/usr/lib/python2.5/encodings
# /usr/lib/python2.5/encodings/__init__.pyc matches
/usr/lib/python2.5/encodings/__init__.py
import encodings # precompiled from
/usr/lib/python2.5/encodings/__init__.pyc
# /usr/lib/python2.5/codecs.pyc matches /usr/lib/python2.5/codecs.py
import codecs # precompiled from /usr/lib/python2.5/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.5/encodings/aliases.pyc matches
/usr/lib/python2.5/encodings/aliases.py
import encodings.aliases # precompiled from
/usr/lib/python2.5/encodings/aliases.pyc
# /usr/lib/python2.5/encodings/utf_8.pyc matches
/usr/lib/python2.5/encodings/utf_8.py
import encodings.utf_8 # precompiled from
/usr/lib/python2.5/encodings/utf_8.pyc
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45)
[GCC 4.3.3] on linux2
Type help, copyright, credits or license for more information.
dlopen(/usr/lib/python2.5/lib-dynload/readline.so, 2);
import readline # dynamically loaded from
/usr/lib/python2.5/lib-dynload/readline.so
 from PyQt4 import Qsci
import PyQt4 # directory /usr/lib/python2.5/site-packages/PyQt4
# /usr/lib/python2.5/site-packages/PyQt4/__init__.pyc matches
/usr/lib/python2.5/site-packages/PyQt4/__init__.py
import PyQt4 # precompiled from
/usr/lib/python2.5/site-packages/PyQt4/__init__.pyc


Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi again
On Sunday 19 July 2009 15:05:55 you wrote:
 The output of $ file /usr/lib/pymodules/python2.5/PyQt4/Qsci.so is:

 /usr/lib/pymodules/python2.5/PyQt4/Qsci.so: symbolic link to
 `/usr/lib/pyshared/python2.5/PyQt4/Qsci.so'


 $ python2.5 -v
 from PyQt4 import Qsci

 returns

 $ python2.5 -v
 # installing zipimport hook
 import zipimport # builtin
 # installed zipimport hook
 # /usr/lib/python2.5/site.pyc matches /usr/lib/python2.5/site.py
 import site # precompiled from /usr/lib/python2.5/site.pyc
 # /usr/lib/python2.5/os.pyc matches /usr/lib/python2.5/os.py
 import os # precompiled from /usr/lib/python2.5/os.pyc
 import errno # builtin
 import posix # builtin
 # /usr/lib/python2.5/posixpath.pyc matches /usr/lib/python2.5/posixpath.py
 import posixpath # precompiled from /usr/lib/python2.5/posixpath.pyc
 # /usr/lib/python2.5/stat.pyc matches /usr/lib/python2.5/stat.py
 import stat # precompiled from /usr/lib/python2.5/stat.pyc
 # /usr/lib/python2.5/UserDict.pyc matches /usr/lib/python2.5/UserDict.py
 import UserDict # precompiled from /usr/lib/python2.5/UserDict.pyc
 # /usr/lib/python2.5/copy_reg.pyc matches /usr/lib/python2.5/copy_reg.py
 import copy_reg # precompiled from /usr/lib/python2.5/copy_reg.pyc
 # /usr/lib/python2.5/types.pyc matches /usr/lib/python2.5/types.py
 import types # precompiled from /usr/lib/python2.5/types.pyc
 import _types # builtin
 # /usr/lib/python2.5/sitecustomize.pyc matches
 /usr/lib/python2.5/sitecustomize.py
 import sitecustomize # precompiled from
 /usr/lib/python2.5/sitecustomize.pyc
 # /usr/lib/python2.5/warnings.pyc matches
 /usr/lib/python2.5/warnings.py
 import warnings # precompiled from
 /usr/lib/python2.5/warnings.pyc
 # /usr/lib/python2.5/linecache.pyc matches
 /usr/lib/python2.5/linecache.py
 import linecaOn Sunday 19 July 2009 15:05:55 you wrote:
 The output of $ file /usr/lib/pymodules/python2.5/PyQt4/Qsci.so is:

 /usr/lib/pymodules/python2.5/PyQt4/Qsci.so: symbolic link to
 `/usr/lib/pyshared/python2.5/PyQt4/Qsci.so'


 $ python2.5 -v
 from PyQt4 import Qsci

 returns

 $ python2.5 -v
 # installing zipimport hook
 import zipimport # builtin
 # installed zipimport hook
 # /usr/lib/python2.5/site.pyc matches /usr/lib/python2.5/site.py
 import site # precompiled from /usr/lib/python2.5/site.pyc
 # /usr/lib/python2.5/os.pyc matches /usr/lib/python2.5/os.py
 import os # precompiled from /usr/lib/python2.5/os.pyc
 import errno # builtin
 import posix # builtin
 # /usr/lib/python2.5/posixpath.pyc matches /usr/lib/python2.5/posixpath.py
 import posixpath # precompiled from /usr/lib/python2.5/posixpath.pyc
 # /usr/lib/python2.5/stat.pyc matches /usr/lib/python2.5/stat.py
 import stat # precompiled from /usr/lib/python2.5/stat.pyc
 # /usr/lib/python2.5/UserDict.pyc matches /usr/lib/python2.5/UserDict.py
 import UserDict # precompiled from /usr/lib/python2.5/UserDict.pyc
 # /usr/lib/python2.5/copy_reg.pyc matches /usr/lib/python2.5/copy_reg.py
 import copy_reg # precompiled from /usr/lib/python2.5/copy_reg.pyc
 # /usr/lib/python2.5/types.pyc matches /usr/lib/python2.5/types.py
 import types # precompiled from /usr/lib/python2.5/types.pyc
 import _types # builtin
 # /usr/lib/python2.5/sitecustomize.pyc matches
 /usr/lib/python2.5/sitecustomize.py
 import sitecustomize # precompiled from
 /usr/lib/python2.5/sitecustomize.pyc
 # /usr/lib/python2.5/warnings.pyc matches
 /usr/lib/python2.5/warnings.py
 import warnings # precompiled from
 /usr/lib/python2.5/warnings.pyc
 # /usr/lib/python2.5/linecache.pyc matches
 /usr/lib/python2.5/linecache.py
 import linecache # precompiled from
 /usr/lib/python2.5/linecache.pyc
 import encodings # directory
 /usr/lib/python2.5/encodings
 # /usr/lib/python2.5/encodings/__init__.pyc matches
 /usr/lib/python2.5/encodings/__init__.py
 import encodings # precompiled from
 /usr/lib/python2.5/encodings/__init__.pyc
 # /usr/lib/python2.5/codecs.pyc matches /usr/lib/python2.5/codecs.py
 import codecs # precompiled from /usr/lib/python2.5/codecs.pyc
 import _codecs # builtin
 # /usr/lib/python2.5/encodings/aliases.pyc matches
 /usr/lib/python2.5/encodings/aliases.py
 import encodings.aliases # precompiled from
 /usr/lib/python2.5/encodings/aliases.pyc
 # /usr/lib/python2.5/encodings/utf_8.pyc matches
 /usr/lib/python2.5/encodings/utf_8.py
 import encodings.utf_8 # precompiled from
 /usr/lib/python2.5/encodings/utf_8.pyc
 Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45)
 [GCC 4.3.3]che # precompiled from
 /usr/lib/python2.5/linecache.pyc
 import encodings # directory
 /usr/lib/python2.5/encodings
 # /usr/lib/python2.5/encodings/__init__.pyc matches
 /usr/lib/python2.5/encodings/__init__.py
 import encodings # precompiled from
 /usr/lib/python2.5/encodings/__init__.pyc
 # /usr/lib/python2.5/codecs.pyc matches /usr/lib/python2.5/codecs.py
 import codecs # precompiled from /usr/lib/python2.5/codecs.pyc
 import _codecs # builtin
 # /usr/lib/python2.5/encodings/aliases.pyc matches
 /usr/lib/python2.5/encodings/aliases.py
 import encodings.aliases 

Bug#523754: eric doesn't work

2009-07-19 Thread George Portokaloglou
I reinstalled qscintilla packages but it didn't work :-(

Qsci.so exists

$ file /usr/lib/pyshared/python2.5/PyQt4/Qsci.so
/usr/lib/pyshared/python2.5/PyQt4/Qsci.so: ELF 32-bit LSB shared object,
Intel 80386, version 1 (SYSV), dynamically linked, strippe


Bug#523754: eric doesn't work

2009-07-18 Thread George Portokaloglou
Package: eric
Version: 4.3.4-1
Severity: normal

$ eric
Traceback (most recent call last):
  File /usr/share/eric/modules/eric4.py, line 46, in module
from KdeQt.KQApplication import KQApplication
  File /usr/share/eric/modules/KdeQt/__init__.py, line 20, in module
import Preferences
  File /usr/share/eric/modules/Preferences/__init__.py, line 26, in module
from PyQt4 import Qsci
ImportError: cannot import name Qsci


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.4 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages eric depends on:
ii  bicyclerepair 0.9-4.3A refactoring tool for python
ii  python2.5.4-2An interactive high-level object-o
ii  python-chardet1.0.1-1.1  universal character encoding detec
ii  python-pygments   1.0-2  syntax highlighting package writte
ii  python-qscintilla22.4-3  Python bindings for QScintilla 2
ii  python-qt44.5.1-1Python bindings for Qt4
ii  python-support1.0.3  automated rebuilding support for P

Versions of packages eric recommends:
ii  eric-api-files4.3.4-1API description files for use with

Versions of packages eric suggests:
pn  pyqt4-dev-tools   none (no description available)
pn  python-docnone (no description available)
pn  python-kde4-doc   none (no description available)
pn  python-profiler   none (no description available)
pn  python-qt4-docnone (no description available)
pn  python-qt4-sqlnone (no description available)
pn  qt4-assistant none (no description available)
ii  qt4-designer  4.5.1-2graphical designer for Qt 4 applic
ii  qt4-dev-tools 4.5.1-2Qt 4 development tools
pn  qt4-doc-html  none (no description available)
ii  ruby  4.2An interpreter of object-oriented 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org