Hey, it was 'edje_cc'. Since I was running it with sudo, it was not taking my PATH env (where I had /opt), so I had to pass it with the rest of the variables.
Thanks! I'll check it out =) 2014-09-28 21:10 GMT-03:00 Wido <[email protected]>: > Yup, it's all there: > > wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc > /opt/e19/bin/edje_cc > > I've installed python-efl using that exact same command, with no problems > > wido@frankie:~/sources/enlightenment/e19/epymc$ python > Python 2.7.8 (default, Jul 26 2014, 15:25:14) > [GCC 4.9.1] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import efl > >>> help (efl) > > Help on package efl: > > NAME > efl > > FILE > /opt/e19/lib/python3.4/site-packages/efl/__init__.py > > PACKAGE CONTENTS > ecore (package) > elementary (package) > utils (package) > > DATA > __version__ = '1.11.0' > __version_info__ = (1, 11, 0) > > > > > should I be using python2? > > > 2014-09-28 11:23 GMT-03:00 Davide Andreoli <[email protected]>: > > 2014-09-28 15:47 GMT+02:00 Wido <[email protected]>: >> >> > Well, this is awkward... >> > >> > frankie:~/sources/enlightenment/e19/epymc$ sudo >> > LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19 >> > PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install >> --prefix=$PREFIX >> > running install >> > running build >> > running build_themes >> > building theme: "default" from: data/themes/default/default.edc >> > error: [Errno 2] No such file or directory >> > >> >> something wrong in your build environment, is the edje_cc executable in >> your path ? >> Also note that if you install in /opt you must be sure that also the >> python >> paths are correct >> >> >> >> > >> > frankie:~/sources/enlightenment/e19/epymc$ ls -l >> > data/themes/default/default.edc >> > -rw-r--r-- 1 wido wido 71159 sep 28 10:33 >> data/themes/default/default.edc >> > >> > >> > I just pulled from git... >> > >> > 2014-09-28 8:31 GMT-03:00 Davide Andreoli <[email protected]>: >> > >> > > Hi all, >> > > >> > > the first stable release of EpyMC is waiting for you !! >> > > >> > > >> > > Direct download link for this release: >> > > https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz >> > > <https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.tar.gz> >> > > >> > > On the Github wiki you will find all the needed instructions for >> > installing >> > > and using the media center, along with screenshots and screencasts. >> > > https://github.com/DaveMDS/epymc/wiki >> > > >> > > >> > > >> > > Happy playing >> > > davemds >> > > >> > > >> > >> ------------------------------------------------------------------------------ >> > > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> > > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS >> Reports >> > > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> > > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> > > >> > > >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> > > _______________________________________________ >> > > enlightenment-users mailing list >> > > [email protected] >> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > > >> > >> > >> > >> > -- >> > Wido >> > >> > >> ------------------------------------------------------------------------------ >> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> > >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > enlightenment-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > >> >> ------------------------------------------------------------------------------ >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> _______________________________________________ >> enlightenment-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > > > > -- > Wido > -- Wido ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
