Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
>try same trick with PYTHONPATH before running editje :) >And don't forget to set LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH >before editje invocation too Sure Danny, this is required but not quite enough. I finally managed to start editje after the following trick: cd /usr/local/lib ln

Re: [E-devel] editje installation

2011-01-28 Thread Иван Сусанин
> Any idea what’s wrong? >> >> >> >> Sincerely, >> >> >> >> François >> >> >> >> >> >> >> >> *De :* Иван Сусанин [mailto:susa...@gmail.com] >> *Envoyé :* Thursday, January 27, 201

Re: [E-devel] editje installation

2011-01-28 Thread Иван Сусанин
ong? > > > > Sincerely, > > > > François > > > > > > > > *De :* Иван Сусанин [mailto:susa...@gmail.com] > *Envoyé :* Thursday, January 27, 2011 10:42 > *À :* fmanc...@web2tel.net > *Cc :* Daniel Juyung Seo; enlightenment-devel@lists.so

Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
: Re: [E-devel] editje installation Hi, actually, to make things simple, i installing whole E family into /opt/e17. Then all libraries and related stuff going there. Look at this autogen invocation: LD_LIBRARY_PATH=/opt/e17/lib:$LD_LIBRARY_PATH \ PYTHONPATH=$PYTHONPATH:/opt/e17/lib/python2.6

Re: [E-devel] editje installation

2011-01-27 Thread Иван Сусанин
Hi, actually, to make things simple, i installing whole E family into /opt/e17. Then all libraries and related stuff going there. Look at this autogen invocation: LD_LIBRARY_PATH=/opt/e17/lib:$LD_LIBRARY_PATH \ PYTHONPATH=$PYTHONPATH:/opt/e17/lib/python2.6/site-packages \ PATH=/opt/e17/bin:$PATH

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] editje installation

2011-01-26 Thread Иван Сусанин
Hi, 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 :) Thanks, Danny 2011/1/26 > Hello Daniel, > > Thanks a lot for your suggestions. > > > 1. Install python-dev and cython > > This loo

Re: [E-devel] editje installation

2011-01-26 Thread fmanchon
Hello Daniel, Thanks a lot for your suggestions. > 1. Install python-dev and cython This looks OK. apt-get reports that I already have the latest versions. > 2. Build and install python bindings. > > trunk/BINDINGS/python/python-evas > trunk/BINDINGS/python/python-ecore > trunk/BINDINGS/py

Re: [E-devel] editje installation

2011-01-26 Thread Daniel Juyung Seo
Hello, You need to install more packages. 1. Install python-dev and cython Install python-dev using aptitude. And get the latest cython. If there is an old one, remove it first. 2. Build and install python bindings. trunk/BINDINGS/python/python-evas trunk/BINDINGS/python/python-ecore trun

[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