GEN ecore/evas/ecore.evas.c_ecore_evas.c Error compiling Cython file: ------------------------------------------------------------ ... # You should have received a copy of the GNU Lesser General Public License # along with this Python-Ecore. If not, see . # This file is included verbatim by c_ecore_evas.pyx cimport evas.c_evas as c_evas ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:20:8: 'evas.c_evas.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... # This file is included verbatim by c_ecore_evas.pyx cimport evas.c_evas as c_evas import traceback cdef EcoreEvas EcoreEvas_from_instance(Ecore_Evas *obj): ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:23:39: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... cdef void *data data = ecore_evas_data_get(obj, "python-ecore-evas") assert data != NULL, "Ecore_Evas is not wrapped by Python object." return data cdef void resize_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:29:20: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._resize_cb(self) except Exception, e: traceback.print_exc() cdef void move_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:37:18: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._move_cb(self) except Exception, e: traceback.print_exc() cdef void show_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:45:18: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._show_cb(self) except Exception, e: traceback.print_exc() cdef void hide_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:53:18: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._hide_cb(self) except Exception, e: traceback.print_exc() cdef void delete_request_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:61:28: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._delete_request_cb(self) except Exception, e: traceback.print_exc() cdef void destroy_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:69:21: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._destroy_cb(self) except Exception, e: traceback.print_exc() cdef void focus_in_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:77:22: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._focus_in_cb(self) except Exception, e: traceback.print_exc() cdef void focus_out_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:85:23: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._focus_out_cb(self) except Exception, e: traceback.print_exc() cdef void sticky_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:93:20: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._sticky_cb(self) except Exception, e: traceback.print_exc() cdef void unsticky_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:101:22: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._unsticky_cb(self) except Exception, e: traceback.print_exc() cdef void mouse_in_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:109:22: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._mouse_in_cb(self) except Exception, e: traceback.print_exc() cdef void mouse_out_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:117:23: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._mouse_out_cb(self) except Exception, e: traceback.print_exc() cdef void pre_render_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:125:24: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... try: self._pre_render_cb(self) except Exception, e: traceback.print_exc() cdef void post_render_cb(Ecore_Evas *ee) with gil: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:133:25: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... self.evas = None ecore_evas_data_set(self.obj, "python-ecore-evas", NULL) ecore_evas_free(self.obj) self.obj = NULL cdef int _set_obj(EcoreEvas self, Ecore_Evas *obj) except 0: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:220:38: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... self.object_cursor_set(cursor, layer, hotx, hoty) else: raise TypeError("cursor must be 'str', 'None' or " "'evas.c_evas.Object'") def object_cursor_set(self, c_evas.Object cursor, int layer=0, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:276:32: 'Object' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... self.callback_post_render_set(func) def __del__(self): self.callback_post_render_set(None) def associate(self, c_evas.Object obj, int flags=0): ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1119:24: 'Object' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... """ cdef Ecore_Evas_Object_Associate_Flags f f = flags return bool(ecore_evas_object_associate(self.obj, obj.obj, f)) def dissociate(self, c_evas.Object obj): ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1166:25: 'Object' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... def engines_get(): """List all supported engines. @rtype: list of str """ cdef Eina_List *l, *orig_l ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:132:9: 'Eina_List' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{extra_options:} if not None, a textual description of parameters. @raise SystemError: if problems occur. """ cdef Ecore_Evas *ee ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:159:9: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @raise SystemError: if problems occur. """ cdef Ecore_Evas *ee cdef EcoreEvas o cdef const_char_ptr en, eo ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:161:9: 'const_char_ptr' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... "@rtype: L{evas.c_evas.Canvas}" return self.evas def cursor_get(self): "@rtype: (object, int, int, int)" cdef evas.c_evas.Evas_Object *eobj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:248:13: 'evas.c_evas' is not a cimported module Error compiling Cython file: ------------------------------------------------------------ ... def title_set(self, char *t): ecore_evas_title_set(self.obj, t) def title_get(self): "@rtype: str" cdef const_char_ptr s ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:466:13: 'const_char_ptr' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... "Set name and class for this window (WM_CLASS)" ecore_evas_name_class_set(self.obj, n, c) def name_class_get(self): "@rtype: tuple of str" cdef const_char_ptr n, c ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:484:13: 'const_char_ptr' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{obj:} The object to associate @return: true on success, false otherwise. @rtype: bool """ cdef Ecore_Evas_Object_Associate_Flags f ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1162:13: 'Ecore_Evas_Object_Associate_Flags' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... def associate_get(self): """Get the associated object. @rtype: evas object. """ cdef evas.c_evas.Evas_Object *eobj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1178:13: 'evas.c_evas' is not a cimported module Error compiling Cython file: ------------------------------------------------------------ ... - ECORE_X_CURSOR_CLOCK - ECORE_X_CURSOR_CROSS See ecore.x for available symbols. """ cdef Ecore_X_Cursor x_cursor ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:31:13: 'Ecore_X_Cursor' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... - ECORE_X_CURSOR_CROSS See ecore.x for available symbols. """ cdef Ecore_X_Cursor x_cursor cdef Ecore_X_Window x_win ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:32:13: 'Ecore_X_Window' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... x_cursor = ecore_x_cursor_shape_get(shape) x_win = self.window ecore_x_window_cursor_set(x_win, x_cursor) def x_window_virtual_keyboard_state_set(self, int type): cdef Ecore_X_Window x_win ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:38:13: 'Ecore_X_Window' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @ivar window: X11 window id. @ivar direct_resize: if direct resize is enabled or not. """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:28:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @ivar window: X11 window id. @ivar direct_resize: if direct resize is enabled or not. """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:28:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @ivar window: X11 window id. @ivar direct_resize: if direct resize is enabled or not. """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:28:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... cdef class FB(EcoreEvas): "Framebuffer window." def __init__(self, char *display=NULL, int rotation=0, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_fb.pxi:24:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... import types cdef class Buffer(EcoreEvas): "Buffer render." def __init__(self, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:25:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @ivar window: X11 window id. @ivar direct_resize: if direct resize is enabled or not. """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:28:13: 'Ecore_Evas' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... def shutdown(): return ecore_evas_shutdown() cdef object engine_id_mapping engine_id_mapping = { "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:43:47: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_BUFFER Error compiling Cython file: ------------------------------------------------------------ ... return ecore_evas_shutdown() cdef object engine_id_mapping engine_id_mapping = { "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:44:51: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_XLIB Error compiling Cython file: ------------------------------------------------------------ ... cdef object engine_id_mapping engine_id_mapping = { "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:45:48: undeclared name not builtin: ECORE_EVAS_ENGINE_XRENDER_X11 Error compiling Cython file: ------------------------------------------------------------ ... cdef object engine_id_mapping engine_id_mapping = { "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:46:46: undeclared name not builtin: ECORE_EVAS_ENGINE_OPENGL_X11 Error compiling Cython file: ------------------------------------------------------------ ... engine_id_mapping = { "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:47:50: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_XCB Error compiling Cython file: ------------------------------------------------------------ ... "buffer": ECORE_EVAS_ENGINE_SOFTWARE_BUFFER, "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:48:48: undeclared name not builtin: ECORE_EVAS_ENGINE_XRENDER_XCB Error compiling Cython file: ------------------------------------------------------------ ... "software_x11": ECORE_EVAS_ENGINE_SOFTWARE_XLIB, "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:49:50: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_GDI Error compiling Cython file: ------------------------------------------------------------ ... "xrender_x11": ECORE_EVAS_ENGINE_XRENDER_X11, "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:50:54: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_DDRAW Error compiling Cython file: ------------------------------------------------------------ ... "opengl_x11": ECORE_EVAS_ENGINE_OPENGL_X11, "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:51:42: undeclared name not builtin: ECORE_EVAS_ENGINE_DIRECT3D Error compiling Cython file: ------------------------------------------------------------ ... "software_xcb": ECORE_EVAS_ENGINE_SOFTWARE_XCB, "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:52:48: undeclared name not builtin: ECORE_EVAS_ENGINE_OPENGL_GLEW Error compiling Cython file: ------------------------------------------------------------ ... "xrender_xcb": ECORE_EVAS_ENGINE_XRENDER_XCB, "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:53:43: undeclared name not builtin: ECORE_EVAS_ENGINE_OPENGL_COCOA Error compiling Cython file: ------------------------------------------------------------ ... "software_gdi": ECORE_EVAS_ENGINE_SOFTWARE_GDI, "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:54:41: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_SDL Error compiling Cython file: ------------------------------------------------------------ ... "software_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_DDRAW, "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, "directfb": ECORE_EVAS_ENGINE_DIRECTFB, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:55:42: undeclared name not builtin: ECORE_EVAS_ENGINE_DIRECTFB Error compiling Cython file: ------------------------------------------------------------ ... "direct3d": ECORE_EVAS_ENGINE_DIRECT3D, "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, "directfb": ECORE_EVAS_ENGINE_DIRECTFB, "fb": ECORE_EVAS_ENGINE_SOFTWARE_FB, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:56:39: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_FB Error compiling Cython file: ------------------------------------------------------------ ... "opengl_glew": ECORE_EVAS_ENGINE_OPENGL_GLEW, "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, "directfb": ECORE_EVAS_ENGINE_DIRECTFB, "fb": ECORE_EVAS_ENGINE_SOFTWARE_FB, "software_16_x11": ECORE_EVAS_ENGINE_SOFTWARE_16_X11, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:57:56: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_16_X11 Error compiling Cython file: ------------------------------------------------------------ ... "cocoa": ECORE_EVAS_ENGINE_OPENGL_COCOA, "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, "directfb": ECORE_EVAS_ENGINE_DIRECTFB, "fb": ECORE_EVAS_ENGINE_SOFTWARE_FB, "software_16_x11": ECORE_EVAS_ENGINE_SOFTWARE_16_X11, "software_16_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_16_DDRAW, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:58:60: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_16_DDRAW Error compiling Cython file: ------------------------------------------------------------ ... "sdl": ECORE_EVAS_ENGINE_SOFTWARE_SDL, "directfb": ECORE_EVAS_ENGINE_DIRECTFB, "fb": ECORE_EVAS_ENGINE_SOFTWARE_FB, "software_16_x11": ECORE_EVAS_ENGINE_SOFTWARE_16_X11, "software_16_ddraw": ECORE_EVAS_ENGINE_SOFTWARE_16_DDRAW, "software_16_wince": ECORE_EVAS_ENGINE_SOFTWARE_16_WINCE, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:59:60: undeclared name not builtin: ECORE_EVAS_ENGINE_SOFTWARE_16_WINCE Error compiling Cython file: ------------------------------------------------------------ ... cdef PyObject *obj = o return obj.ob_refcnt def init(): return ecore_evas_init() ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:35:26: undeclared name not builtin: ecore_evas_init Error compiling Cython file: ------------------------------------------------------------ ... def init(): return ecore_evas_init() def shutdown(): return ecore_evas_shutdown() ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:39:30: undeclared name not builtin: ecore_evas_shutdown Error compiling Cython file: ------------------------------------------------------------ ... raise ValueError("unknown method name %r" % method) else: return False return bool(ecore_evas_engine_type_supported_get (method_id)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:124:16: undeclared name not builtin: ecore_evas_engine_type_supported_get Error compiling Cython file: ------------------------------------------------------------ ... raise ValueError("unknown method name %r" % method) else: return False return bool(ecore_evas_engine_type_supported_get (method_id)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:124:18: 'Ecore_Evas_Engine_Type' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @rtype: list of str """ cdef Eina_List *l, *orig_l cdef char *s lst = [] orig_l = l = ecore_evas_engines_get() ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:135:39: undeclared name not builtin: ecore_evas_engines_get Error compiling Cython file: ------------------------------------------------------------ ... while l != NULL: s = l.data if s != NULL: lst.append(s) l = l.next ecore_evas_engines_free(orig_l) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:141:27: undeclared name not builtin: ecore_evas_engines_free Error compiling Cython file: ------------------------------------------------------------ ... if extra_options is None: eo = NULL else: eo = extra_options ee = ecore_evas_new(en, x, y, w, h, eo) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:173:23: undeclared name not builtin: ecore_evas_new Error compiling Cython file: ------------------------------------------------------------ ... if ee == NULL: raise SystemError(("could not create engine named %r with geometry " "%d,%d %dx%d and extra options %s") % (engine_name, x, y, w, h, extra_options)) en = ecore_evas_engine_name_get(ee) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas.pyx:179:35: undeclared name not builtin: ecore_evas_engine_name_get Error compiling Cython file: ------------------------------------------------------------ ... cimport evas.c_evas as c_evas import traceback cdef EcoreEvas EcoreEvas_from_instance(Ecore_Evas *obj): cdef void *data data = ecore_evas_data_get(obj, "python-ecore-evas") ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:25:30: undeclared name not builtin: ecore_evas_data_get Error compiling Cython file: ------------------------------------------------------------ ... cimport evas.c_evas as c_evas import traceback cdef EcoreEvas EcoreEvas_from_instance(Ecore_Evas *obj): cdef void *data data = ecore_evas_data_get(obj, "python-ecore-evas") ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:25:30: Cannot convert Python object to 'void *' Error compiling Cython file: ------------------------------------------------------------ ... callback_mouse_out, callback_move, callback_post_render, callback_pre_render, callback_resize, callback_show, callback_sticky, callback_unsticky """ def __cinit__(self, *args, **kargs): self.obj = NULL ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:207:19: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... self.data = None if self.obj: if self.evas: self.evas._unset_obj() self.evas = None ecore_evas_data_set(self.obj, "python-ecore-evas", NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:216:31: undeclared name not builtin: ecore_evas_data_set Error compiling Cython file: ------------------------------------------------------------ ... self.data = None if self.obj: if self.evas: self.evas._unset_obj() self.evas = None ecore_evas_data_set(self.obj, "python-ecore-evas", NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:216:63: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... if self.obj: if self.evas: self.evas._unset_obj() self.evas = None ecore_evas_data_set(self.obj, "python-ecore-evas", NULL) ecore_evas_free(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:217:27: undeclared name not builtin: ecore_evas_free Error compiling Cython file: ------------------------------------------------------------ ... if self.evas: self.evas._unset_obj() self.evas = None ecore_evas_data_set(self.obj, "python-ecore-evas", NULL) ecore_evas_free(self.obj) self.obj = NULL ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:218:23: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... self.obj = NULL cdef int _set_obj(EcoreEvas self, Ecore_Evas *obj) except 0: cdef long evas_ptr assert self.obj == NULL, "Object must be clean" ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:223:24: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... cdef int _set_obj(EcoreEvas self, Ecore_Evas *obj) except 0: cdef long evas_ptr assert self.obj == NULL, "Object must be clean" self.obj = obj ecore_evas_data_set(obj, "python-ecore-evas", self) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:225:54: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... assert self.obj == NULL, "Object must be clean" self.obj = obj ecore_evas_data_set(obj, "python-ecore-evas", self) evas_ptr = ecore_evas_get(obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:227:39: undeclared name not builtin: ecore_evas_get Error compiling Cython file: ------------------------------------------------------------ ... def cursor_get(self): "@rtype: (object, int, int, int)" cdef evas.c_evas.Evas_Object *eobj cdef int layer, hotx, hoty eobj = NULL ecore_evas_cursor_get(self.obj, &eobj, &layer, &hotx, &hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:251:29: undeclared name not builtin: ecore_evas_cursor_get Error compiling Cython file: ------------------------------------------------------------ ... def cursor_get(self): "@rtype: (object, int, int, int)" cdef evas.c_evas.Evas_Object *eobj cdef int layer, hotx, hoty eobj = NULL ecore_evas_cursor_get(self.obj, &eobj, &layer, &hotx, &hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:251:47: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def cursor_get(self): "@rtype: (object, int, int, int)" cdef evas.c_evas.Evas_Object *eobj cdef int layer, hotx, hoty eobj = NULL ecore_evas_cursor_get(self.obj, &eobj, &layer, &hotx, &hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:251:55: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def cursor_get(self): "@rtype: (object, int, int, int)" cdef evas.c_evas.Evas_Object *eobj cdef int layer, hotx, hoty eobj = NULL ecore_evas_cursor_get(self.obj, &eobj, &layer, &hotx, &hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:251:62: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{layer} @parm: B{hotx} horizontal hotspot @parm: B{hoty} vertical hotspot """ if cursor is None: ecore_evas_cursor_set(self.obj, NULL, layer, hotx, hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:267:33: undeclared name not builtin: ecore_evas_cursor_set Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{layer} @parm: B{hotx} horizontal hotspot @parm: B{hoty} vertical hotspot """ if cursor is None: ecore_evas_cursor_set(self.obj, NULL, layer, hotx, hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:267:44: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{cursor} an L{evas.c_evas.Object} to use as cursor. @parm: B{layer} @parm: B{hotx} @parm: B{hoty} """ ecore_evas_object_cursor_set(self.obj, cursor.obj, layer, hotx, hoty) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:285:36: undeclared name not builtin: ecore_evas_object_cursor_set Error compiling Cython file: ------------------------------------------------------------ ... """ ecore_evas_object_cursor_set(self.obj, cursor.obj, layer, hotx, hoty) def move(self, int x, int y): "Move window to given position." ecore_evas_move(self.obj, x, y) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:289:23: undeclared name not builtin: ecore_evas_move Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move(self.obj, x, y) def pos_get(self): "@rtype: tuple of int" cdef int x, y ecore_evas_geometry_get(self.obj, &x, &y, NULL, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:298:31: undeclared name not builtin: ecore_evas_geometry_get Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move(self.obj, x, y) def pos_get(self): "@rtype: tuple of int" cdef int x, y ecore_evas_geometry_get(self.obj, &x, &y, NULL, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:298:42: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move(self.obj, x, y) def pos_get(self): "@rtype: tuple of int" cdef int x, y ecore_evas_geometry_get(self.obj, &x, &y, NULL, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:298:46: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move(self.obj, x, y) def pos_get(self): "@rtype: tuple of int" cdef int x, y ecore_evas_geometry_get(self.obj, &x, &y, NULL, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:298:50: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move(self.obj, x, y) def pos_get(self): "@rtype: tuple of int" cdef int x, y ecore_evas_geometry_get(self.obj, &x, &y, NULL, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:298:56: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __get__(self): return self.pos_get() def managed_move(self, int x, int y): "This sets the managed geometry position of the window." ecore_evas_managed_move(self.obj, x, y) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:310:31: undeclared name not builtin: ecore_evas_managed_move Error compiling Cython file: ------------------------------------------------------------ ... "This sets the managed geometry position of the window." ecore_evas_managed_move(self.obj, x, y) def resize(self, int w, int h): "Resize window to given size." ecore_evas_resize(self.obj, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:314:25: undeclared name not builtin: ecore_evas_resize Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_resize(self.obj, w, h) def size_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:323:42: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_resize(self.obj, w, h) def size_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:323:48: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_resize(self.obj, w, h) def size_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:323:54: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_resize(self.obj, w, h) def size_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:323:58: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __get__(self): return self.size_get() def move_resize(self, int x, int y, int w, int h): "Move and resize the window." ecore_evas_move_resize(self.obj, x, y, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:335:30: undeclared name not builtin: ecore_evas_move_resize Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move_resize(self.obj, x, y, w, h) def geometry_get(self): "@rtype: tuple of int" cdef int x, y, w, h ecore_evas_geometry_get(self.obj, &x, &y, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:344:42: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move_resize(self.obj, x, y, w, h) def geometry_get(self): "@rtype: tuple of int" cdef int x, y, w, h ecore_evas_geometry_get(self.obj, &x, &y, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:344:46: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move_resize(self.obj, x, y, w, h) def geometry_get(self): "@rtype: tuple of int" cdef int x, y, w, h ecore_evas_geometry_get(self.obj, &x, &y, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:344:50: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_move_resize(self.obj, x, y, w, h) def geometry_get(self): "@rtype: tuple of int" cdef int x, y, w, h ecore_evas_geometry_get(self.obj, &x, &y, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:344:54: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """Set rotation angle, in degrees. Acceptable values depends on underlying engine, but usually this is multiple of 90 degrees. """ ecore_evas_rotation_set(self.obj, rot) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:360:31: undeclared name not builtin: ecore_evas_rotation_set Error compiling Cython file: ------------------------------------------------------------ ... def rotation_get(self): """Get rotation angle, in degrees. @rtype: int """ return ecore_evas_rotation_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:367:38: undeclared name not builtin: ecore_evas_rotation_get Error compiling Cython file: ------------------------------------------------------------ ... """Set whether the object is shaped or not. If true, EcoreEvas will be transparent in areas without any L{evas.c_evas.Object}. """ ecore_evas_shaped_set(self.obj, shaped) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:383:29: undeclared name not builtin: ecore_evas_shaped_set Error compiling Cython file: ------------------------------------------------------------ ... A shaped EcoreEvas will be transparent in areas without any L{evas.c_evas.Object}. @rtype: bool """ return bool(ecore_evas_shaped_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:393:41: undeclared name not builtin: ecore_evas_shaped_get Error compiling Cython file: ------------------------------------------------------------ ... between a shaped window and a window with an alpha channel is that an alpha channel supports multiple levels of transpararency, as opposed to the 1 bit transparency of a shaped window (a pixel is either opaque, or it's transparent). """ ecore_evas_alpha_set(self.obj, alpha) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:413:28: undeclared name not builtin: ecore_evas_alpha_set Error compiling Cython file: ------------------------------------------------------------ ... def alpha_get(self): """Get whether the object has an alpha channel or not. @rtype: bool """ return bool(ecore_evas_alpha_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:420:40: undeclared name not builtin: ecore_evas_alpha_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.alpha_set(value) def show(self): ecore_evas_show(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:430:23: undeclared name not builtin: ecore_evas_show Error compiling Cython file: ------------------------------------------------------------ ... def show(self): ecore_evas_show(self.obj) def hide(self): ecore_evas_hide(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:433:23: undeclared name not builtin: ecore_evas_hide Error compiling Cython file: ------------------------------------------------------------ ... else: self.hide() def visibility_get(self): "@rtype: bool" return bool(ecore_evas_visibility_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:443:45: undeclared name not builtin: ecore_evas_visibility_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.visibility_set(value) def raise_(self): ecore_evas_raise(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:453:24: undeclared name not builtin: ecore_evas_raise Error compiling Cython file: ------------------------------------------------------------ ... def raise_(self): ecore_evas_raise(self.obj) def lower(self): ecore_evas_lower(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:456:24: undeclared name not builtin: ecore_evas_lower Error compiling Cython file: ------------------------------------------------------------ ... def lower(self): ecore_evas_lower(self.obj) def activate(self): ecore_evas_activate(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:459:27: undeclared name not builtin: ecore_evas_activate Error compiling Cython file: ------------------------------------------------------------ ... def activate(self): ecore_evas_activate(self.obj) def title_set(self, char *t): ecore_evas_title_set(self.obj, t) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:462:28: undeclared name not builtin: ecore_evas_title_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_title_set(self.obj, t) def title_get(self): "@rtype: str" cdef const_char_ptr s s = ecore_evas_title_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:467:32: undeclared name not builtin: ecore_evas_title_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, char *value): self.title_set(value) def name_class_set(self, char *n, char *c): "Set name and class for this window (WM_CLASS)" ecore_evas_name_class_set(self.obj, n, c) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:480:33: undeclared name not builtin: ecore_evas_name_class_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_name_class_set(self.obj, n, c) def name_class_get(self): "@rtype: tuple of str" cdef const_char_ptr n, c ecore_evas_name_class_get(self.obj, &n, &c) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:485:33: undeclared name not builtin: ecore_evas_name_class_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, spec): self.name_class_set(*spec) def size_min_set(self, int w, int h): ecore_evas_size_min_set(self.obj, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:504:31: undeclared name not builtin: ecore_evas_size_min_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_min_set(self.obj, w, h) def size_min_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_min_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:509:31: undeclared name not builtin: ecore_evas_size_min_get Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_min_set(self.obj, w, h) def size_min_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_min_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:509:42: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_min_set(self.obj, w, h) def size_min_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_min_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:509:46: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, spec): self.size_min_set(*spec) def size_max_set(self, int w, int h): ecore_evas_size_max_set(self.obj, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:520:31: undeclared name not builtin: ecore_evas_size_max_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_max_set(self.obj, w, h) def size_max_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_max_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:525:31: undeclared name not builtin: ecore_evas_size_max_get Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_max_set(self.obj, w, h) def size_max_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_max_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:525:42: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_max_set(self.obj, w, h) def size_max_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_max_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:525:46: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, spec): self.size_max_set(*spec) def size_base_set(self, int w, int h): ecore_evas_size_base_set(self.obj, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:536:32: undeclared name not builtin: ecore_evas_size_base_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_base_set(self.obj, w, h) def size_base_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_base_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:541:32: undeclared name not builtin: ecore_evas_size_base_get Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_base_set(self.obj, w, h) def size_base_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_base_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:541:43: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_base_set(self.obj, w, h) def size_base_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_base_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:541:47: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def size_step_set(self, int w, int h): """This limits the size of window to always being an integer multiple of the step size. """ ecore_evas_size_step_set(self.obj, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:555:32: undeclared name not builtin: ecore_evas_size_step_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_step_set(self.obj, w, h) def size_step_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_step_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:560:32: undeclared name not builtin: ecore_evas_size_step_get Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_step_set(self.obj, w, h) def size_step_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_step_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:560:43: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_size_step_set(self.obj, w, h) def size_step_get(self): "@rtype: tuple of int" cdef int w, h ecore_evas_size_step_get(self.obj, &w, &h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:560:47: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, spec): self.size_step_set(*spec) def layer_set(self, int layer): ecore_evas_layer_set(self.obj, layer) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:571:28: undeclared name not builtin: ecore_evas_layer_set Error compiling Cython file: ------------------------------------------------------------ ... def layer_set(self, int layer): ecore_evas_layer_set(self.obj, layer) def layer_get(self): "@rtype: int" return ecore_evas_layer_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:575:35: undeclared name not builtin: ecore_evas_layer_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.layer_set(value) def focus_set(self, int on): ecore_evas_focus_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:585:28: undeclared name not builtin: ecore_evas_focus_set Error compiling Cython file: ------------------------------------------------------------ ... def focus_set(self, int on): ecore_evas_focus_set(self.obj, on) def focus_get(self): "@rtype: bool" return bool(ecore_evas_focus_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:589:40: undeclared name not builtin: ecore_evas_focus_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.focus_set(value) def iconified_set(self, int on): ecore_evas_iconified_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:599:32: undeclared name not builtin: ecore_evas_iconified_set Error compiling Cython file: ------------------------------------------------------------ ... def iconified_set(self, int on): ecore_evas_iconified_set(self.obj, on) def iconified_get(self): "@rtype: bool" return bool(ecore_evas_iconified_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:603:44: undeclared name not builtin: ecore_evas_iconified_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.iconified_set(value) def borderless_set(self, int on): ecore_evas_borderless_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:613:33: undeclared name not builtin: ecore_evas_borderless_set Error compiling Cython file: ------------------------------------------------------------ ... def borderless_set(self, int on): ecore_evas_borderless_set(self.obj, on) def borderless_get(self): "@rtype: bool" return bool(ecore_evas_borderless_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:617:45: undeclared name not builtin: ecore_evas_borderless_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.borderless_set(value) def override_set(self, int on): ecore_evas_override_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:627:31: undeclared name not builtin: ecore_evas_override_set Error compiling Cython file: ------------------------------------------------------------ ... def override_set(self, int on): ecore_evas_override_set(self.obj, on) def override_get(self): "@rtype: bool" return bool(ecore_evas_override_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:631:43: undeclared name not builtin: ecore_evas_override_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.override_set(value) def maximized_set(self, int on): ecore_evas_maximized_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:642:32: undeclared name not builtin: ecore_evas_maximized_set Error compiling Cython file: ------------------------------------------------------------ ... def maximized_set(self, int on): ecore_evas_maximized_set(self.obj, on) def maximized_get(self): "@rtype: bool" return bool(ecore_evas_maximized_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:646:44: undeclared name not builtin: ecore_evas_maximized_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.maximized_set(value) def fullscreen_get(self): return bool(ecore_evas_fullscreen_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:656:45: undeclared name not builtin: ecore_evas_fullscreen_get Error compiling Cython file: ------------------------------------------------------------ ... def fullscreen_get(self): return bool(ecore_evas_fullscreen_get(self.obj)) def fullscreen_set(self, int spec): "@rtype: bool" ecore_evas_fullscreen_set(self.obj, spec) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:660:33: undeclared name not builtin: ecore_evas_fullscreen_set Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int spec): self.fullscreen_set(spec) def avoid_damage_set(self, int damage_type): ecore_evas_avoid_damage_set(self.obj, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:670:35: undeclared name not builtin: ecore_evas_avoid_damage_set Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int spec): self.fullscreen_set(spec) def avoid_damage_set(self, int damage_type): ecore_evas_avoid_damage_set(self.obj, damage_type) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:671:37: 'Ecore_Evas_Avoid_Damage_Type' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... ecore_evas_avoid_damage_set(self.obj, damage_type) def avoid_damage_get(self): "@rtype: int" return ecore_evas_avoid_damage_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:675:47: undeclared name not builtin: ecore_evas_avoid_damage_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.avoid_damage_set(value) def withdrawn_set(self, int on): ecore_evas_withdrawn_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:685:32: undeclared name not builtin: ecore_evas_withdrawn_set Error compiling Cython file: ------------------------------------------------------------ ... def withdrawn_set(self, int on): ecore_evas_withdrawn_set(self.obj, on) def withdrawn_get(self): "@rtype: bool" return bool(ecore_evas_withdrawn_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:689:44: undeclared name not builtin: ecore_evas_withdrawn_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.withdrawn_set(value) def sticky_set(self, int on): ecore_evas_sticky_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:699:29: undeclared name not builtin: ecore_evas_sticky_set Error compiling Cython file: ------------------------------------------------------------ ... def sticky_set(self, int on): ecore_evas_sticky_set(self.obj, on) def sticky_get(self): "@rtype: bool" return bool(ecore_evas_sticky_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:703:41: undeclared name not builtin: ecore_evas_sticky_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.sticky_set(value) def ignore_events_set(self, int on): ecore_evas_ignore_events_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:713:36: undeclared name not builtin: ecore_evas_ignore_events_set Error compiling Cython file: ------------------------------------------------------------ ... def ignore_events_set(self, int on): ecore_evas_ignore_events_set(self.obj, on) def ignore_events_get(self): "@rtype: bool" return bool(ecore_evas_ignore_events_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:717:48: undeclared name not builtin: ecore_evas_ignore_events_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int value): self.ignore_events_set(value) def manual_render_set(self, int on): ecore_evas_manual_render_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:727:36: undeclared name not builtin: ecore_evas_manual_render_set Error compiling Cython file: ------------------------------------------------------------ ... def manual_render_set(self, int on): ecore_evas_manual_render_set(self.obj, on) def manual_render_get(self): "@rtype: bool" return bool(ecore_evas_manual_render_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:731:48: undeclared name not builtin: ecore_evas_manual_render_get Error compiling Cython file: ------------------------------------------------------------ ... "@rtype: bool" return bool(ecore_evas_manual_render_get(self.obj)) def manual_render(self): "Request immediate rendering manually." ecore_evas_manual_render(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:735:32: undeclared name not builtin: ecore_evas_manual_render Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._resize_cb = func if func is None: ecore_evas_callback_resize_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:750:42: undeclared name not builtin: ecore_evas_callback_resize_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._resize_cb = func if func is None: ecore_evas_callback_resize_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:750:53: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._resize_cb = func if func is None: ecore_evas_callback_resize_set(self.obj, NULL) else: ecore_evas_callback_resize_set(self.obj, resize_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:752:62: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._move_cb = func if func is None: ecore_evas_callback_move_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:777:40: undeclared name not builtin: ecore_evas_callback_move_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._move_cb = func if func is None: ecore_evas_callback_move_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:777:51: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._move_cb = func if func is None: ecore_evas_callback_move_set(self.obj, NULL) else: ecore_evas_callback_move_set(self.obj, move_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:779:58: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._show_cb = func if func is None: ecore_evas_callback_show_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:804:40: undeclared name not builtin: ecore_evas_callback_show_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._show_cb = func if func is None: ecore_evas_callback_show_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:804:51: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._show_cb = func if func is None: ecore_evas_callback_show_set(self.obj, NULL) else: ecore_evas_callback_show_set(self.obj, show_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:806:58: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._hide_cb = func if func is None: ecore_evas_callback_hide_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:831:40: undeclared name not builtin: ecore_evas_callback_hide_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._hide_cb = func if func is None: ecore_evas_callback_hide_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:831:51: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._hide_cb = func if func is None: ecore_evas_callback_hide_set(self.obj, NULL) else: ecore_evas_callback_hide_set(self.obj, hide_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:833:58: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._delete_request_cb = func if func is None: ecore_evas_callback_delete_request_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:858:50: undeclared name not builtin: ecore_evas_callback_delete_request_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._delete_request_cb = func if func is None: ecore_evas_callback_delete_request_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:858:61: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._delete_request_cb = func if func is None: ecore_evas_callback_delete_request_set(self.obj, NULL) else: ecore_evas_callback_delete_request_set(self.obj, delete_request_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:860:78: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._destroy_cb = func if func is None: ecore_evas_callback_destroy_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:885:43: undeclared name not builtin: ecore_evas_callback_destroy_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._destroy_cb = func if func is None: ecore_evas_callback_destroy_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:885:54: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._destroy_cb = func if func is None: ecore_evas_callback_destroy_set(self.obj, NULL) else: ecore_evas_callback_destroy_set(self.obj, destroy_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:887:64: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._focus_in_cb = func if func is None: ecore_evas_callback_focus_in_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:912:44: undeclared name not builtin: ecore_evas_callback_focus_in_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._focus_in_cb = func if func is None: ecore_evas_callback_focus_in_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:912:55: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._focus_in_cb = func if func is None: ecore_evas_callback_focus_in_set(self.obj, NULL) else: ecore_evas_callback_focus_in_set(self.obj, focus_in_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:914:66: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._focus_out_cb = func if func is None: ecore_evas_callback_focus_out_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:939:45: undeclared name not builtin: ecore_evas_callback_focus_out_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._focus_out_cb = func if func is None: ecore_evas_callback_focus_out_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:939:56: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._focus_out_cb = func if func is None: ecore_evas_callback_focus_out_set(self.obj, NULL) else: ecore_evas_callback_focus_out_set(self.obj, focus_out_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:941:68: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._sticky_cb = func if func is None: ecore_evas_callback_sticky_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:966:42: undeclared name not builtin: ecore_evas_callback_sticky_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._sticky_cb = func if func is None: ecore_evas_callback_sticky_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:966:53: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._sticky_cb = func if func is None: ecore_evas_callback_sticky_set(self.obj, NULL) else: ecore_evas_callback_sticky_set(self.obj, sticky_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:968:62: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._unsticky_cb = func if func is None: ecore_evas_callback_unsticky_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:993:44: undeclared name not builtin: ecore_evas_callback_unsticky_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._unsticky_cb = func if func is None: ecore_evas_callback_unsticky_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:993:55: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._unsticky_cb = func if func is None: ecore_evas_callback_unsticky_set(self.obj, NULL) else: ecore_evas_callback_unsticky_set(self.obj, unsticky_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:995:66: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._mouse_in_cb = func if func is None: ecore_evas_callback_mouse_in_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1020:44: undeclared name not builtin: ecore_evas_callback_mouse_in_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._mouse_in_cb = func if func is None: ecore_evas_callback_mouse_in_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1020:55: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._mouse_in_cb = func if func is None: ecore_evas_callback_mouse_in_set(self.obj, NULL) else: ecore_evas_callback_mouse_in_set(self.obj, mouse_in_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1022:66: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._mouse_out_cb = func if func is None: ecore_evas_callback_mouse_out_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1047:45: undeclared name not builtin: ecore_evas_callback_mouse_out_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._mouse_out_cb = func if func is None: ecore_evas_callback_mouse_out_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1047:56: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._mouse_out_cb = func if func is None: ecore_evas_callback_mouse_out_set(self.obj, NULL) else: ecore_evas_callback_mouse_out_set(self.obj, mouse_out_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1049:68: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._pre_render_cb = func if func is None: ecore_evas_callback_pre_render_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1074:46: undeclared name not builtin: ecore_evas_callback_pre_render_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._pre_render_cb = func if func is None: ecore_evas_callback_pre_render_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1074:57: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._pre_render_cb = func if func is None: ecore_evas_callback_pre_render_set(self.obj, NULL) else: ecore_evas_callback_pre_render_set(self.obj, pre_render_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1076:70: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._post_render_cb = func if func is None: ecore_evas_callback_post_render_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1101:47: undeclared name not builtin: ecore_evas_callback_post_render_set Error compiling Cython file: ------------------------------------------------------------ ... """ if func is not None and not callable(func): raise TypeError("func must be callable or None.") self._post_render_cb = func if func is None: ecore_evas_callback_post_render_set(self.obj, NULL) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1101:58: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... raise TypeError("func must be callable or None.") self._post_render_cb = func if func is None: ecore_evas_callback_post_render_set(self.obj, NULL) else: ecore_evas_callback_post_render_set(self.obj, post_render_cb) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1103:72: Cannot convert 'void () nogil' to Python object Error compiling Cython file: ------------------------------------------------------------ ... @parm: B{obj:} The object to associate @return: true on success, false otherwise. @rtype: bool """ cdef Ecore_Evas_Object_Associate_Flags f f = flags ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1163:13: 'Ecore_Evas_Object_Associate_Flags' is not a type identifier Error compiling Cython file: ------------------------------------------------------------ ... @return: true on success, false otherwise. @rtype: bool """ cdef Ecore_Evas_Object_Associate_Flags f f = flags return bool(ecore_evas_object_associate(self.obj, obj.obj, f)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1164:47: undeclared name not builtin: ecore_evas_object_associate Error compiling Cython file: ------------------------------------------------------------ ... def dissociate(self, c_evas.Object obj): """Reverts the effect of B{associate()} @rtype: bool """ return bool(ecore_evas_object_dissociate(self.obj, obj.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1171:48: undeclared name not builtin: ecore_evas_object_dissociate Error compiling Cython file: ------------------------------------------------------------ ... """Get the associated object. @rtype: evas object. """ cdef evas.c_evas.Evas_Object *eobj eobj = ecore_evas_object_associate_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base.pxi:1179:46: undeclared name not builtin: ecore_evas_object_associate_get Error compiling Cython file: ------------------------------------------------------------ ... See ecore.x for available symbols. """ cdef Ecore_X_Cursor x_cursor cdef Ecore_X_Window x_win x_cursor = ecore_x_cursor_shape_get(shape) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:33:43: undeclared name not builtin: ecore_x_cursor_shape_get Error compiling Cython file: ------------------------------------------------------------ ... """ cdef Ecore_X_Cursor x_cursor cdef Ecore_X_Window x_win x_cursor = ecore_x_cursor_shape_get(shape) x_win = self.window ecore_x_window_cursor_set(x_win, x_cursor) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:35:33: undeclared name not builtin: ecore_x_window_cursor_set Error compiling Cython file: ------------------------------------------------------------ ... ecore_x_window_cursor_set(x_win, x_cursor) def x_window_virtual_keyboard_state_set(self, int type): cdef Ecore_X_Window x_win x_win = self.window ecore_x_e_virtual_keyboard_state_set(x_win, type) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi:40:44: undeclared name not builtin: ecore_x_e_virtual_keyboard_state_set Error compiling Cython file: ------------------------------------------------------------ ... """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:30:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_software_x11_new(display, parent_xid, x, y, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:31:45: undeclared name not builtin: ecore_evas_software_x11_new Error compiling Cython file: ------------------------------------------------------------ ... def window_get(self): """Get X11 window id. @rtype: int """ return ecore_evas_software_x11_window_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:39:49: undeclared name not builtin: ecore_evas_software_x11_window_get Error compiling Cython file: ------------------------------------------------------------ ... property window: def __get__(self): return self.window_get() def direct_resize_set(self, int on): ecore_evas_software_x11_direct_resize_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:46:49: undeclared name not builtin: ecore_evas_software_x11_direct_resize_set Error compiling Cython file: ------------------------------------------------------------ ... def direct_resize_set(self, int on): ecore_evas_software_x11_direct_resize_set(self.obj, on) def direct_resize_get(self): "@rtype: bool" return bool(ecore_evas_software_x11_direct_resize_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:50:61: undeclared name not builtin: ecore_evas_software_x11_direct_resize_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int on): self.direct_resize_set(on) def extra_event_window_add(self, long win_xid): ecore_evas_software_x11_extra_event_window_add(self.obj, win_xid) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi:60:54: undeclared name not builtin: ecore_evas_software_x11_extra_event_window_add Error compiling Cython file: ------------------------------------------------------------ ... """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:30:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_gl_x11_new(display, parent_xid, x, y, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:31:39: undeclared name not builtin: ecore_evas_gl_x11_new Error compiling Cython file: ------------------------------------------------------------ ... def window_get(self): """Get X11 window id. @rtype: int """ return ecore_evas_gl_x11_window_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:39:43: undeclared name not builtin: ecore_evas_gl_x11_window_get Error compiling Cython file: ------------------------------------------------------------ ... property window: def __get__(self): return self.window_get() def direct_resize_set(self, int on): ecore_evas_gl_x11_direct_resize_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:46:43: undeclared name not builtin: ecore_evas_gl_x11_direct_resize_set Error compiling Cython file: ------------------------------------------------------------ ... def direct_resize_set(self, int on): ecore_evas_gl_x11_direct_resize_set(self.obj, on) def direct_resize_get(self): "@rtype: bool" return bool(ecore_evas_gl_x11_direct_resize_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:50:55: undeclared name not builtin: ecore_evas_gl_x11_direct_resize_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int on): self.direct_resize_set(on) def extra_event_window_add(self, long win_xid): ecore_evas_gl_x11_extra_event_window_add(self.obj, win_xid) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi:60:48: undeclared name not builtin: ecore_evas_gl_x11_extra_event_window_add Error compiling Cython file: ------------------------------------------------------------ ... """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:30:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_xrender_x11_new(display, parent_xid, x, y, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:31:44: undeclared name not builtin: ecore_evas_xrender_x11_new Error compiling Cython file: ------------------------------------------------------------ ... def window_get(self): """Get X11 window id. @rtype: int """ return ecore_evas_xrender_x11_window_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:39:48: undeclared name not builtin: ecore_evas_xrender_x11_window_get Error compiling Cython file: ------------------------------------------------------------ ... property window: def __get__(self): return self.window_get() def direct_resize_set(self, int on): ecore_evas_xrender_x11_direct_resize_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:46:48: undeclared name not builtin: ecore_evas_xrender_x11_direct_resize_set Error compiling Cython file: ------------------------------------------------------------ ... def direct_resize_set(self, int on): ecore_evas_xrender_x11_direct_resize_set(self.obj, on) def direct_resize_get(self): "@rtype: bool" return bool(ecore_evas_xrender_x11_direct_resize_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:50:60: undeclared name not builtin: ecore_evas_xrender_x11_direct_resize_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int on): self.direct_resize_set(on) def extra_event_window_add(self, long win_xid): ecore_evas_xrender_x11_extra_event_window_add(self.obj, win_xid) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi:60:53: undeclared name not builtin: ecore_evas_xrender_x11_extra_event_window_add Error compiling Cython file: ------------------------------------------------------------ ... "Framebuffer window." def __init__(self, char *display=NULL, int rotation=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_fb.pxi:26:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... def __init__(self, char *display=NULL, int rotation=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_fb_new(display, rotation, w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_fb.pxi:27:35: undeclared name not builtin: ecore_evas_fb_new Error compiling Cython file: ------------------------------------------------------------ ... cdef class Buffer(EcoreEvas): "Buffer render." def __init__(self, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:27:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... "Buffer render." def __init__(self, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_buffer_new(w, h) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:28:39: undeclared name not builtin: ecore_evas_buffer_new Error compiling Cython file: ------------------------------------------------------------ ... obj = ecore_evas_buffer_new(w, h) self._set_obj(obj) cdef int _get_buf_size(self): cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:33:42: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... obj = ecore_evas_buffer_new(w, h) self._set_obj(obj) cdef int _get_buf_size(self): cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:33:48: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... obj = ecore_evas_buffer_new(w, h) self._set_obj(obj) cdef int _get_buf_size(self): cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:33:54: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... obj = ecore_evas_buffer_new(w, h) self._set_obj(obj) cdef int _get_buf_size(self): cdef int w, h ecore_evas_geometry_get(self.obj, NULL, NULL, &w, &h); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:33:58: Cannot convert 'int *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... def __getreadbuffer__(self, int segment, void **ptrptr): cdef void *buf if segment != 0: return -1 if ptrptr != NULL: buf = ecore_evas_buffer_pixels_get(self.obj); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:41:53: undeclared name not builtin: ecore_evas_buffer_pixels_get Error compiling Cython file: ------------------------------------------------------------ ... def __getreadbuffer__(self, int segment, void **ptrptr): cdef void *buf if segment != 0: return -1 if ptrptr != NULL: buf = ecore_evas_buffer_pixels_get(self.obj); ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:41:18: Casting temporary Python object to non-numeric non-Python type Error compiling Cython file: ------------------------------------------------------------ ... i = i % ln i = i + ln if ln == 0: return None buf = ecore_evas_buffer_pixels_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:64:14: Casting temporary Python object to non-numeric non-Python type Error compiling Cython file: ------------------------------------------------------------ ... i = i % ln i = i + ln if ln == 0: return None buf = ecore_evas_buffer_pixels_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi:64:50: Obtaining char * from temporary Python value Error compiling Cython file: ------------------------------------------------------------ ... """ def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:30:20: Invalid types for '==' (Python object, void *) Error compiling Cython file: ------------------------------------------------------------ ... def __init__(self, char *display=NULL, long parent_xid=0, int x=0, int y=0, int w=320, int h=240): cdef Ecore_Evas *obj if self.obj == NULL: obj = ecore_evas_software_x11_16_new(display, parent_xid, ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:31:48: undeclared name not builtin: ecore_evas_software_x11_16_new Error compiling Cython file: ------------------------------------------------------------ ... def window_get(self): """Get X11 window id. @rtype: int """ return ecore_evas_software_x11_16_window_get(self.obj) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:40:52: undeclared name not builtin: ecore_evas_software_x11_16_window_get Error compiling Cython file: ------------------------------------------------------------ ... property window: def __get__(self): return self.window_get() def direct_resize_set(self, int on): ecore_evas_software_x11_16_direct_resize_set(self.obj, on) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:47:52: undeclared name not builtin: ecore_evas_software_x11_16_direct_resize_set Error compiling Cython file: ------------------------------------------------------------ ... def direct_resize_set(self, int on): ecore_evas_software_x11_16_direct_resize_set(self.obj, on) def direct_resize_get(self): "@rtype: bool" return bool(ecore_evas_software_x11_16_direct_resize_get(self.obj)) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:51:64: undeclared name not builtin: ecore_evas_software_x11_16_direct_resize_get Error compiling Cython file: ------------------------------------------------------------ ... def __set__(self, int on): self.direct_resize_set(on) def extra_event_window_add(self, long win_xid): ecore_evas_software_x11_16_extra_event_window_add(self.obj, win_xid) ^ ------------------------------------------------------------ ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi:61:57: undeclared name not builtin: ecore_evas_software_x11_16_extra_event_window_add make: *** [ecore/evas/ecore.evas.c_ecore_evas.c] Error 1