Hi I am new to efl and trying to install editje for editing edj files. steps done for installation: 1- install e17 from ubuntu deb 2- download editje from svn+http://svn.enlightenment.org/svn/e/trunk/editje 3- install its python depnedencies. 4- install editje using ./autogen.sh, ./configure , make ,sudo make install
it gives me error Traceback (most recent call last): File "./editje-bin", line 27, in <module> from efl import elementary ImportError: No module named efl 5- searched lot for efl module then i removed "from efl" from whole setup files, 6- ./configure , make ,sudo make install 7 - it is running but not properly installed. not able to open edc file, not able to add images like that. ===> getting following error on start up but binary is up: DEBUG:editje:Open new file: group='main' slave_mode=False in_port=None DEBUG:editje:Open editje: file='None' group='main' slave_mode=False in_port=None ERR<6645>:elementary elm_layout.c:720 _elm_layout_smart_content_set() could not swallow 0x9b34b00 into part 'part_state.swallow' ===> getting following error on adding a part i.e. rectangle File "elementary.c_elementary_object_item.pxi", line 80, in elementary.c_elementary._object_item_callback (./elementary/elementary.c_elementary.c:28740) File "/usr/local/lib/python2.7/dist-packages/editje/parts.py", line 496, in _type_select self._default_name_set(item.label_get()) AttributeError: 'elementary.c_elementary.ListItem' object has no attribute 'label_get' Traceback (most recent call last): File "elementary.c_elementary_object.pxi", line 44, in elementary.c_elementary._object_callback (./elementary/elementary.c_elementary.c:17841) File "/usr/local/lib/python2.7/dist-packages/editje/parts.py", line 92, in _selected_cb CList._selected_cb(self, list_, list_item) File "/usr/local/lib/python2.7/dist-packages/editje/clist.py", line 105, in _selected_cb data = (it.label_get(),) + it.data_get()[0] AttributeError: 'elementary.c_elementary.ListItem' object has no attribute 'label_get' ====> getting following error on save File "/usr/local/lib/python2.7/dist-packages/editje/editje.py", line 604, in _save_cb self.save() File "/usr/local/lib/python2.7/dist-packages/editje/editje.py", line 243, in save if not self.e.edje.script_compile(): AttributeError: 'edje.edit.c_edit.EdjeEdit' object has no attribute 'script_compile' I am not able to do anything .... please help ... Anurag ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users