2017-02-01 15:17 GMT+01:00 Jeff Hoogland <[email protected]>: > So on some of my systems one of my efl applications is crashing with this > error message: > > Traceback (most recent call last): > File "/usr/bin/swami", line 176, in <module> > app = MainWin(launchArg) > File "/usr/bin/swami", line 46, in __init__ > self.icon_object_set(icon.object_get()) > File "efl/elementary/image.pxi", line 453, in > efl.elementary.__init__.Image.object_get (efl/elementary/__init__.c: > 159042) > File "efl/eo/efl.eo.pyx", line 137, in efl.eo.object_from_instance > (efl/eo/efl.eo.c:1954) > ValueError: Eo object at 0x4000000260000027 of type Edje_Object does not > have a mapping! > > The exact same source with the exact same EFL version works fine on some > other systems. Any ideas what might be wrong / how to correct? >
python-efl version? Maybe you just need "from efl import edje" in that file? I really cannot see how it can work in other system with the same python-efl... > > Source code: https://github.com/JeffHoogland/swami > > -- > ~Jeff Hoogland <http://jeffhoogland.com/> > My Projects on GitHub <https://github.com/JeffHoogland> > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
