30.11.2013 23:39, Davide Andreoli kirjoitti: > 2013/11/30 Will Hopper <[email protected]> > >> Hi all, >> >> I'm having a problem starting econnman. I've built the python bindings from >> git using python 2.7 and cython 19.1. When i run econnman from the >> 'configure' button at the bottom of the connman module, it dies with no >> error message. When i run econnman-bin from the command line, I get this >> error message: >> >> Traceback (most recent call last): >> File "/usr/bin/econnman-bin", line 45, in <module> >> import elementary as elm >> File "/usr/lib/python2.7/site-packages/elementary/__init__.py", line 2, >> in <module> >> from efl.elementary.actionslider import * >> File "/usr/lib/python2.7/site-packages/efl/__init__.py", line 1, in >> <module> >> import efl.utils.logger >> ImportError: dynamic module does not define init function (initlogger) >> > > this log is strange... you probably have 2 different versions of the > bindings installed, > you should not have the /usr/lib/python2.7/site-packages/elementary/ folder. > > try to delete all the folders (elementary, ecore, evas, etc) in your python > path. > Only the "efl" folder should exists
I added those directories (packages) to have compatibility with 1.7 py apps. They simply import everything from the relevant modules in a backwards compatible way. No need to delete them, the problem is elsewhere. > > > > >> >> >> Any help figuring out what I'm missing would be much appreciated! >> >> - Will >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk >> _______________________________________________ >> enlightenment-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
