[Bug 79454] Re: import vte not working for python-vte

2007-01-24 Thread Kareem Kenawy
i meant an incomplete dist-upgrade from dapper to edgy. propably many
dependencies were missing or not up to date.

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-23 Thread Sebastien Bacher
no problem, closing the bug then. Did you have a package not correctly
installed or did you have to update other packages which would point to
a Depends that might need to be updated?

** Changed in: vte (Ubuntu)
   Status: Needs Info = Rejected

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-22 Thread Kareem Kenawy
I found out that ths bug was caused by an incomplete update to edgy
(stupid me!). It should be deleted or marked as inaccurate.

Sorry for the inconvenience.

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-18 Thread Daniel Holbach
Do you have python-vte installed? It works for me.

** Changed in: vte (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-18 Thread Kareem Kenawy
hmm, after some tinkering, i managed to add /usr/lib/python-support to
the sys.path permanently. Now importing vte makes python segfault right
away.

[EMAIL PROTECTED]:~$ python -vd
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.4/site.pyc matches /usr/lib/python2.4/site.py
import site # precompiled from /usr/lib/python2.4/site.pyc
# /usr/lib/python2.4/os.pyc matches /usr/lib/python2.4/os.py
import os # precompiled from /usr/lib/python2.4/os.pyc
import posix # builtin
# /usr/lib/python2.4/posixpath.pyc matches /usr/lib/python2.4/posixpath.py
import posixpath # precompiled from /usr/lib/python2.4/posixpath.pyc
# /usr/lib/python2.4/stat.pyc matches /usr/lib/python2.4/stat.py
import stat # precompiled from /usr/lib/python2.4/stat.pyc
# /usr/lib/python2.4/UserDict.pyc matches /usr/lib/python2.4/UserDict.py
import UserDict # precompiled from /usr/lib/python2.4/UserDict.pyc
# /usr/lib/python2.4/copy_reg.pyc matches /usr/lib/python2.4/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.4/copy_reg.pyc
# /usr/lib/python2.4/types.pyc matches /usr/lib/python2.4/types.py
import types # precompiled from /usr/lib/python2.4/types.pyc
# /usr/lib/python2.4/warnings.pyc matches /usr/lib/python2.4/warnings.py
import warnings # precompiled from /usr/lib/python2.4/warnings.pyc
# /usr/lib/python2.4/linecache.pyc matches /usr/lib/python2.4/linecache.py
import linecache # precompiled from /usr/lib/python2.4/linecache.pyc
import encodings # directory /usr/lib/python2.4/encodings
# /usr/lib/python2.4/encodings/__init__.pyc matches 
/usr/lib/python2.4/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.4/encodings/__init__.pyc
# /usr/lib/python2.4/codecs.pyc matches /usr/lib/python2.4/codecs.py
import codecs # precompiled from /usr/lib/python2.4/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.4/encodings/aliases.pyc matches 
/usr/lib/python2.4/encodings/aliases.py
import encodings.aliases # precompiled from 
/usr/lib/python2.4/encodings/aliases.pyc
# /usr/lib/python2.4/encodings/utf_8.pyc matches 
/usr/lib/python2.4/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/lib/python2.4/encodings/utf_8.pyc
Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02) 
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type help, copyright, credits or license for more information.
dlopen(/usr/lib/python2.4/lib-dynload/readline.so, 2);
import readline # dynamically loaded from 
/usr/lib/python2.4/lib-dynload/readline.so
 import vte
dlopen(/usr/lib/python-support/python-vte/python2.4/gtk-2.0/vtemodule.so, 2);
dlopen(/usr/lib/python2.4/site-packages/gtk-2.0/gobject.so, 2);
import gobject # dynamically loaded from 
/usr/lib/python2.4/site-packages/gtk-2.0/gobject.so
import gtk # directory /usr/lib/python2.4/site-packages/gtk-2.0/gtk
# /usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.pyc matches 
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py
import gtk # precompiled from 
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.pyc
dlopen(/usr/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so, 2);
import cairo # directory /usr/lib/python2.4/site-packages/cairo
# /usr/lib/python2.4/site-packages/cairo/__init__.pyc matches 
/usr/lib/python2.4/site-packages/cairo/__init__.py
import cairo # precompiled from 
/usr/lib/python2.4/site-packages/cairo/__init__.pyc
dlopen(/usr/lib/python2.4/site-packages/cairo/_cairo.so, 2);
import cairo._cairo # dynamically loaded from 
/usr/lib/python2.4/site-packages/cairo/_cairo.so
dlopen(/usr/lib/python2.4/site-packages/gtk-2.0/pango.so, 2);
import pango # dynamically loaded from 
/usr/lib/python2.4/site-packages/gtk-2.0/pango.so
dlopen(/usr/lib/python2.4/site-packages/gtk-2.0/atk.so, 2);
import atk # dynamically loaded from 
/usr/lib/python2.4/site-packages/gtk-2.0/atk.so
dlopen(/usr/lib/python2.4/site-packages/gtk-2.0/pangocairo.so, 2);
import pangocairo # dynamically loaded from 
/usr/lib/python2.4/site-packages/gtk-2.0/pangocairo.so
import gtk._gtk # dynamically loaded from 
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so
# /usr/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.pyc matches 
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.py
import gtk.keysyms # precompiled from 
/usr/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.pyc
Segmentation fault

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-18 Thread Sebastien Bacher
what do you call tinkering, you should not have to do anything to make
the path being correct, the problem looks like local hacks rather than
an ubuntu one

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-17 Thread Kareem Kenawy
edgy.

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-17 Thread Sebastien Bacher
marking unconfirmed, what version of python do you use?

** Changed in: vte (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-17 Thread Kareem Kenawy
python version is 2.4.3-11ubuntu3
libvte9 version is 1:0.14.1-0ubuntu1

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-16 Thread Daniel Holbach
That works because we now have python-vte with python2.5 support:

[EMAIL PROTECTED]:~$ python
Python 2.5 (release25-maint, Jan 15 2007, 19:40:39) 
[GCC 4.1.2 20070106 (prerelease) (Ubuntu 4.1.1-21ubuntu7)] on linux2
Type help, copyright, credits or license for more information.
 import vte
 


Does it work for you too?

** Changed in: vte (Ubuntu)
   Importance: Undecided = Low
   Status: Unconfirmed = Needs Info

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-16 Thread Sebastien Bacher
what version of python-vte do you have installed?

** Changed in: vte (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-16 Thread Kareem Kenawy
i'm on python 2.4, I don't have python 2.5 installed.
my installed version of python-vte is 1:0.14.1-0ubuntu1

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 79454] Re: import vte not working for python-vte

2007-01-16 Thread Sebastien Bacher
what version of Ubuntu do you use?

-- 
import vte not working for python-vte
https://launchpad.net/bugs/79454

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs