[E-devel] editje installation

2011-01-26 Thread fmanchon
Hi Enlightenment-Devel, After carefully re-building editje on Ubuntu 10.10 (svn checkout, autogen, make, sudo make install) I still can't use it: $ editje-bin Traceback (most recent call last): File "/usr/local/bin/editje-bin", line 27, in import elementary ImportError: No module named

Re: [E-devel] editje installation

2011-01-26 Thread fmanchon
ibution = dist = klass(attrs) File "/home/fmanchon/work/e/BINDINGS/python/python-elementary/setuptools-0.6c9 -py2.6.egg/setuptools/dist.py", line 219, in __init__ File "/home/fmanchon/work/e/BINDINGS/python/python-elementary/setuptools-0.6c9 -py2.6.egg/setuptools/dist.py&quo

Re: [E-devel] editje installation

2011-01-27 Thread fmanchon
Иван Сусанин a écrit : > only thing i'm found on my system related to python and "distribute" its > python-setuptools, > looks like you missing python-setuptools, try to install one :) Good point Danny! python-setuptools was missing. I am now getting further into the build process. However, i

Re: [E-devel] ecore_evas build failure

2011-03-25 Thread fmanchon
Quoting Lucas De Marchi : > Did you enable this backend on ecore, but not on evas? What are the > outputs of configure for Evas and Ecore? Good point Lucas. It was enabled on ecore but not on evas. I did "./autogen.sh --enable-evas-ecore-software-16-x11=no" on ecore solved the problem :-)