[email protected] wrote:
> Zitat von Olivier Tilloy <[email protected]>:
>
>> Hi Stephan,
>>
>> We need more information to help you:
>> - What distribution are you running?
>
> i build my own Distribution based on uClibc from scratch (with older
> version of elisa i dont have the problem)
>
>> - How did you install Elisa (from tarballs, from PPA packages)?
>
> from tarballs
After installation, what are the files installed in
/usr/lib/python2.5/site-packages/ (or wherever your python site packages
are installed)?
On my machine, with only the core installed:
oso...@bodeguita:~$ ls -d /usr/lib/python2.5/site-packages/elisa*
/usr/lib/python2.5/site-packages/elisa-0.5.22-py2.5.egg
Try importing elisa.core in python:
python -c "import elisa.core; print elisa.core.version_info"
This should print (0, 5, 22).
>> - If from tarballs, what did you install (elisa, elisa-plugins-good,
>> elisa-plugins-bad, elisa-plugins-ugly)?
>
> all this with :
>
> Python
> pigment-python
> TwistedCore
> TwistedWeb
> TwistedWeb2
> simplejson
> setuptools
> zope.interface
>
> cssutils
> dbus-python
> pymetar
> twill
>
> liberation-fonts
>
>>
>> Cheers,
>>
>> Olivier
>>
>>
>> [email protected] wrote:
>>> Hi,
>>>
>>> what is wrong when i becom follow error?
>>>
>>> # HOME=/tmp elisa -n
>>> Traceback (most recent call last):
>>> File "/usr/bin/elisa", line 5, in <module>
>>> from pkg_resources import load_entry_point
>>> File "build/lib/pkg_resources.py", line 2562, in <module>
>>> File "build/lib/pkg_resources.py", line 626, in require
>>> File "build/lib/pkg_resources.py", line 524, in resolve
>>> pkg_resources.DistributionNotFound: elisa==0.5.22
>>>
>>> Stephan