Public bug reported:

Binary package hint: python-pygoocanvas

Trying to get a python app to run nicely under the default python
interpreter under Feisty. pygoocanvas works happily if i force the app
to run under python2.4, but not under the default python interpreter.

STEPS TO REPRODUCE:

[EMAIL PROTECTED]:~/Projects/conduit$ python
Python 2.5 (release25-maint, Jan 15 2007, 20:25:01) 
[GCC 4.1.2 20070106 (prerelease) (Ubuntu 4.1.1-21ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import goocanvas
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named goocanvas
>>> 

[EMAIL PROTECTED]:~/Projects/conduit$ python2.4
Python 2.4.4 (#2, Dec 13 2006, 13:59:24) 
[GCC 4.1.2 20061212 (prerelease) (Ubuntu 4.1.1-21ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import goocanvas
>>>

** Affects: pygoocanvas (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
python-pygoocanvas doesn't work with python 2.5
https://launchpad.net/bugs/81971

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

Reply via email to