I am getting the following error when trying to set a new file for an elementary.entry object:
Traceback (most recent call last): File "object.pyx", line 295, in efl.elementary.object._object_callback (efl/elementary/object.c:7609) File "ePad.py", line 122, in fileSelected self.mainEn.file_set(file_selected, ELM_TEXT_FORMAT_PLAIN_UTF8) File "entry.pyx", line 1548, in efl.elementary.entry.Entry.file_set (efl/elementary/entry.c:10609) RuntimeError: Could not set file The var file_selected is simply the full file path to where the file is located. Any ideas what I might be doing wrong? Full source is here<https://github.com/JeffHoogland/ePad/blob/master/ePad.py> . -- ~Jeff Hoogland <http://jeffhoogland.com/> Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
