Re: [e-users] Ubuntu and the Python EFLs

2012-08-27 Thread Massimo Maiurana
Jeff Hoogland, il 27/08/2012 02:26, ha scritto: > I realize it is a distribution specific issue (Ubuntu) I was asking for > suggestions on how I can solve it. running 12.04 here, and the last time I compiled python bindings (a couple of weeks ago, or so) I did run "./autogen.sh --prefix=/opt/e17"

Re: [e-users] Ubuntu and the Python EFLs

2012-08-26 Thread Jeff Hoogland
I realize it is a distribution specific issue (Ubuntu) I was asking for suggestions on how I can solve it. On Sun, Aug 26, 2012 at 6:27 PM, David Seikel wrote: > On Sun, 26 Aug 2012 22:46:22 +0200 thomasg > wrote: > > > On Sun, Aug 26, 2012 at 10:25 PM, Jeff Hoogland > > wrote: > > > So by de

Re: [e-users] Ubuntu and the Python EFLs

2012-08-26 Thread David Seikel
On Sun, 26 Aug 2012 22:46:22 +0200 thomasg wrote: > On Sun, Aug 26, 2012 at 10:25 PM, Jeff Hoogland > wrote: > > So by default the python EFLs are installing themselves to > > /usr/share/pyshared > > > > That would be fine and good if Ubuntu's build of python 2.7 detected > > installed modules t

Re: [e-users] Ubuntu and the Python EFLs

2012-08-26 Thread thomasg
On Sun, Aug 26, 2012 at 10:25 PM, Jeff Hoogland wrote: > So by default the python EFLs are installing themselves to > /usr/share/pyshared > > That would be fine and good if Ubuntu's build of python 2.7 detected > installed modules there. By default it doesn't though - import elementary > fails. >

[e-users] Ubuntu and the Python EFLs

2012-08-26 Thread Jeff Hoogland
So by default the python EFLs are installing themselves to /usr/share/pyshared That would be fine and good if Ubuntu's build of python 2.7 detected installed modules there. By default it doesn't though - import elementary fails. Things need to be installed into /usr/lib/python2.7/dist-packages fo