On Fri, 18 May 2012 09:35:13 +0200 Fredric Johansson <[email protected]> said:
> On Mon, May 7, 2012 at 8:21 AM, Daniel Juyung Seo <[email protected]> > wrote: > > On Mon, May 7, 2012 at 10:46 AM, David Seikel <[email protected]> wrote: > >> On Sun, 6 May 2012 16:51:58 -0500 Jeff Hoogland > >> <[email protected]> wrote: > >> > >>> OK so got python bindings all working again and now editje fails to > >>> load with the latest versions of the bindings. Terminal output: > >>> > >>> bodhi@bodhi-VPCF115FM:/media/sda5/Bodhi/e17_debs$ editje-bin > >>> Traceback (most recent call last): > >>> File "/usr/bin/editje-bin", line 31, in <module> > >>> from editje.editje import Editje > >>> File "/usr/lib/pymodules/python2.6/editje/editje.py", line 29, in > >>> <module> from about import About > >>> File "/usr/lib/pymodules/python2.6/editje/about.py", line 22, in > >>> <module> from floater import Wizard > >>> File "/usr/lib/pymodules/python2.6/editje/floater.py", line 20, in > >>> <module> > >>> from elementary import Layout, Button, InnerWindow, Box, Pager, \ > >>> ImportError: cannot import name Pager > >>> > >>> Anyone know off hand if these commands where just changed? I'll dig > >>> into it more myself after my school term ends later this week - I > >>> know a bit of python. > >>> > >> > >> Elementary just underwent a really big lot of changes, it's likely > >> other things have not caught up yet. > >> > > It looks like editje uses elm_pager. > > elm_pager was replaced by elm_naviframe. > > We need someone who knows python and has time to fix editje :( > > > > Daniel Juyung Seo (SeoZ) > > > I made a patch to at least make editje run on the newer elementary API > and put it on bug #1010 [1]. I'm not sure I got all changes but now it > doesn't complain at runtime. > > //Fredric > > [1] http://trac.enlightenment.org/e/ticket/1010 i've put this in svn now from the ticket. thanks! :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
