Re: [e-users] I just installed Enlightenment

2015-09-09 Thread Davide Andreoli
2015-10-09 22:54 GMT+02:00 Larry Wyble :

> Here's what epymc got:
>
>
> :~$ epymc
> Traceback (most recent call last):
>   File "/usr/bin/epymc", line 5, in 
> from epymc.main import start_epymc
>   File "/usr/lib/python2.7/site-packages/epymc/main.py", line 23, in
>  from efl import evas, ecore, edje, elementary, emotion
>   File "efl.evas.pyx", line 1, in init efl.evas
> (efl/evas/efl.evas.c:104986)
> ImportError: /usr/lib/python2.7/site-packages/efl/eo.so: undefined
> symbol: EO_BASE_BASE_ID
>

sounds like wrong version of python-efl / efl are installed.

try to purge the python-efl install (remove the folder
/usr/lib/python2.7/site-packages/efl) and reinstall python-efl.
Make sure that pyefl and efl versions are in sync

>
>
>
>
>
> On Tue, 8 Sep 2015 20:45:02 +0200
> Davide Andreoli  wrote:
>
> > Hi,
> >
> > to see what is happening run the media center from the console, the
> > command is "epymc", you should see some kind of error.
> >
> > btw epymc has nothing to do with enlightenment itself,
> > I cannot understand how this is related with the e install :/
> >
> >
> > 2015-10-09 18:25 GMT+02:00 Larry Wyble :
> >
> > > I just installed Enlightenment From the git repository and it works
> > > except for one thing. When I click on
> > > 'Applications/Multimedia/Emotion Media Center' I get "Emotion Media
> > > Center stopped running unexpectedly" "There was no error message"
> > >
> > > What's up wid dat?  :)
> > >
> > > Thanks
> > >
> > >
> > >
> > >
> --
> > > ___
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Davide Andreoli
Hi,

to see what is happening run the media center from the console, the command
is "epymc", you should see some kind of error.

btw epymc has nothing to do with enlightenment itself,
I cannot understand how this is related with the e install :/


2015-10-09 18:25 GMT+02:00 Larry Wyble :

> I just installed Enlightenment From the git repository and it works
> except for one thing. When I click on 'Applications/Multimedia/Emotion
> Media Center' I get "Emotion Media Center stopped running unexpectedly"
> "There was no error message"
>
> What's up wid dat?  :)
>
> Thanks
>
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Christopher Barry
On Tue, 8 Sep 2015 20:45:02 +0200
Davide Andreoli  wrote:

>Hi,
>
>to see what is happening run the media center from the console, the
>command is "epymc", you should see some kind of error.
>
>btw epymc has nothing to do with enlightenment itself,
>I cannot understand how this is related with the e install :/
>
>
>2015-10-09 18:25 GMT+02:00 Larry Wyble :
>
>> I just installed Enlightenment From the git repository and it works
>> except for one thing. When I click on
>> 'Applications/Multimedia/Emotion Media Center' I get "Emotion Media
>> Center stopped running unexpectedly" "There was no error message"
>>
>> What's up wid dat?  :)
>>
>> Thanks

Is it possible that there are older libs in the lib path? This sounds
like this type of issue. If you have a previous version, or maybe an
older packaged version installed, purge them. Make sure the libs for e
are in the lib path and run ldconfig. man ldconfig, and see snippets
in /etc/ld.so.conf.d for more info and help troubleshooting.

-- 
Regards,
Christopher

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Larry Wyble
Here's what epymc got:


:~$ epymc
Traceback (most recent call last):
  File "/usr/bin/epymc", line 5, in 
from epymc.main import start_epymc
  File "/usr/lib/python2.7/site-packages/epymc/main.py", line 23, in
 from efl import evas, ecore, edje, elementary, emotion
  File "efl.evas.pyx", line 1, in init efl.evas
(efl/evas/efl.evas.c:104986)
ImportError: /usr/lib/python2.7/site-packages/efl/eo.so: undefined
symbol: EO_BASE_BASE_ID





On Tue, 8 Sep 2015 20:45:02 +0200
Davide Andreoli  wrote:

> Hi,
> 
> to see what is happening run the media center from the console, the
> command is "epymc", you should see some kind of error.
> 
> btw epymc has nothing to do with enlightenment itself,
> I cannot understand how this is related with the e install :/
> 
> 
> 2015-10-09 18:25 GMT+02:00 Larry Wyble :
> 
> > I just installed Enlightenment From the git repository and it works
> > except for one thing. When I click on
> > 'Applications/Multimedia/Emotion Media Center' I get "Emotion Media
> > Center stopped running unexpectedly" "There was no error message"
> >
> > What's up wid dat?  :)
> >
> > Thanks
> >
> >
> >
> > --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] I just installed Enlightenment

2015-09-08 Thread Larry Wyble
I just installed Enlightenment From the git repository and it works
except for one thing. When I click on 'Applications/Multimedia/Emotion
Media Center' I get "Emotion Media Center stopped running unexpectedly"
"There was no error message"

What's up wid dat?  :)

Thanks


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users