Bodhi Linux Forums: Edit-je Dependencies - Bodhi Linux Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Edit-je Dependencies Should be added?

#1 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 27 October 2011 - 07:15 AM

Hi, come back to break balls :D
I've installed edit-je , front-end for the editing of edje files.
It requires, for make edit running, the following package:
python-edje python-elementary python-ecore python-evas

maybe is possible to add these package as dependencies?
Se sei italiano e interessato a Linux, clicca qui!
1

#2 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 31 October 2011 - 10:42 AM

Fresh Install with Bodhi 1.2.1 , try to install editje with python-edje python-elementary python-ecore and python-evas and Editje doesn't work.
Suggests?
Have I to use testing repo?

---Edit---
Solved, I'm a stupid. I have settings OpenGL to Elementary render and all goes down. removing ~/.elementary folder make all good...

in any case, the question remains: why not add python-e* stuff as dependencies of editje?
Se sei italiano e interessato a Linux, clicca qui!
0

#3 User is offline   Elw3 

  • Member
  • Group: Moderators
  • Posts: 970
  • Joined: 06-June 11

Posted 28 November 2011 - 02:48 AM

thanks, i was just about searching for those depends too.
はつち!
Gesundheit!
0

#4 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 08 April 2012 - 04:56 PM

New problem with libelementary and editje:
albi@albi-desktop:~$ editje-bin 
Traceback (most recent call last):
  File "/usr/bin/editje-bin", line 27, in <module>
    import elementary
  File "/usr/lib/pymodules/python2.6/elementary/__init__.py", line 19, in <module>
    from c_elementary import Object, Window, Background, Icon, \
ImportError: libelementary-ver-pre-svn-09.so.0: cannot open shared object file: No such file or directory

what can i do with libelementary?
Se sei italiano e interessato a Linux, clicca qui!
0

#5 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8040
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 08 April 2012 - 05:22 PM

The python binding appear to need rebuilding. I will check it out later this week.

~Jeff
0

#6 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 08 April 2012 - 05:36 PM

View PostJeff, on 08 April 2012 - 05:22 PM, said:

The python binding appear to need rebuilding. I will check it out later this week.

~Jeff

thanks Jeff! I need editje to go on with theme building! (and not only the bodhi-forum one! ;) )
Se sei italiano e interessato a Linux, clicca qui!
0

#7 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 25 April 2012 - 05:24 PM

After the last updates, editje's still not working... what I have to do? :(
Se sei italiano e interessato a Linux, clicca qui!
0

#8 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8040
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 25 April 2012 - 05:51 PM

View PostDuma, on 25 April 2012 - 05:24 PM, said:

After the last updates, editje's still not working... what I have to do? :(


The python bindings often do not compile nicely - I had them commented out of my last build. Will make a note to myself now to try them next time around.

You need to manually compile python-elementary I would guess (if it works) in the SVN to get this rolling again.

~Jeff
0

#9 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 25 April 2012 - 10:05 PM

I don't have luck on compiling... I'll wait your try, if you don't mind. Thanks! :D
Se sei italiano e interessato a Linux, clicca qui!
0

#10 User is offline   arcol 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 12-July 12

Posted 18 July 2012 - 07:45 AM

Hi,

(I dont know which one is the most appropriate thread to put this feature request, direct me to the right one, if this is not the one.)

Im using enlightenment python libraries for fast development, and I think its a musthave to be included in bodhilinux.
I think it should even include in the live image, but if not, at least please add it to the bodhi repository.

Im talking about python-elementary mainly, so import elementary in a python shell could work.
(python-elementary basically requires all other dependencies)

This is the import list which should success:
import elementary
import edje
import evas
import ecore
from ecore.x import ECORE_X_VIRTUAL_KEYBOARD_STATE_OFF, ECORE_X_VIRTUAL_KEYBOARD_STATE_ON


With python we could see actually some useful application to take off.

Best,
arcol
0

#11 User is offline   bob rashkin 

  • Member
  • Group: Members
  • Posts: 330
  • Joined: 30-January 12
  • Location39N 104.28W

Posted 18 July 2012 - 01:20 PM

This last post should probably be in the Software Request thread in Feedback (and I endorse the request for Python Elemetary).
Bob Rashkin
0

#12 User is offline   Jeff 

  • Lead Developer
  • Group: Developer
  • Posts: 8040
  • Joined: 23-November 10
  • LocationBloomington, IL

Posted 18 July 2012 - 02:10 PM

Python binaries will only be included in Bodhi by default if we have a default application inclusion that uses them. They will however be maintained in the Bodhi repos.

~Jeff
0

#13 User is offline   arcol 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 12-July 12

Posted 18 July 2012 - 04:42 PM

View PostJeff, on 18 July 2012 - 02:10 PM, said:

Python binaries will only be included in Bodhi by default if we have a default application inclusion that uses them. They will however be maintained in the Bodhi repos.

~Jeff


Is there a relatively simple application which needs to be written?
Or what are the criterias to be "default application" ?

arcol
0

#14 User is offline   bob rashkin 

  • Member
  • Group: Members
  • Posts: 330
  • Joined: 30-January 12
  • Location39N 104.28W

Posted 18 July 2012 - 05:05 PM

I think he means that there would be a core function in the basic Bodhi that requires them. Python, itself, is included because Linux (or Debian, or Ubuntu, or something) requires it.
Bob Rashkin
0

#15 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 18 July 2012 - 07:19 PM

View Postarcol, on 18 July 2012 - 04:42 PM, said:

Is there a relatively simple application which needs to be written?
Or what are the criterias to be "default application" ?

arcol

If you want to write something in EFL and python, I suppose you consider a text editor (like leafpad), or a calculator.
Se sei italiano e interessato a Linux, clicca qui!
0

#16 User is offline   arcol 

  • Member
  • Group: Members
  • Posts: 8
  • Joined: 12-July 12

Posted 26 August 2012 - 07:39 AM

I posted a quick-fix, which makes possible to install python-elementary. (works in bodhi 2.0.1-32 iso)

http://forums.bodhil...d-for-econnman/
0

#17 User is offline   Duma 

  • Artist
  • Group: Members
  • Posts: 1871
  • Joined: 20-February 11
  • LocationRivalta (TO) - Italia

Posted 26 August 2012 - 08:01 AM

I suppose I've installed what you need and I ran test_map2.py, but now there's no editje on repos :D
Se sei italiano e interessato a Linux, clicca qui!
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users