cannot use python-elementary after a successful install

Bug #1122715 reported by Prathep Narula
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-elementary (Ubuntu)
Confirmed
Undecided
Unassigned
python-evas (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

System: Ubuntu 12.04 (LTS)

Installing python-elementary:
$ sudo apt-get install python-elementary

version installed: (0.7.3-1ubuntu3)

--- screen capture of error messages ---
$ python
Python 2.7.3 (default, Aug 1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import elementary
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/elementary/__init__.py", line
19, in <module> from c_elementary import Object, Window, Background,
Icon, \ File "elementary.c_elementary.pyx", line 1, in init
elementary.c_elementary (./elementary/elementary.c_elementary.c:69751)
ImportError: No module named evas.c_evas
>>>
--- screen capture of error messages ---

installaing python-evas:
$ sudo apt-get install python-evas

version installed (0.7.3-1ubuntu2)

--- screen capture of error messages ---
$ python
Python 2.7.3 (default, Aug 1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import elementary
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/elementary/__init__.py", line
19, in <module> from c_elementary import Object, Window, Background,
Icon, \ File "elementary.c_elementary.pyx", line 1, in init
elementary.c_elementary (./elementary/elementary.c_elementary.c:69751)
File "/usr/lib/python2.7/dist-packages/evas/__init__.py", line 127, in
<module> c_evas.init() File "evas.c_evas.pyx", line 37, in
evas.c_evas.init (./evas/evas.c_evas.c:2822) SystemError: Number of
object callbacks changed from 29 to 30.
>>>
--- screen capture of error messages ---

Tags: precise
Revision history for this message
Hans Joachim Desserud (hjd) wrote :

Thanks for reporting this issue and helping to make Ubuntu better.

I get the exact same error messages when attempting to import elementary on Ubuntu 12.04. (I also notice both packages have been removed in later releases, but I don't know if that was related or not)

Changed in python-elementary (Ubuntu):
status: New → Confirmed
Changed in python-evas (Ubuntu):
status: New → Confirmed
tags: added: precise
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.