On Sun, Aug 26, 2012 at 10:25 PM, Jeff Hoogland <[email protected]> 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. > > Things need to be installed into /usr/lib/python2.7/dist-packages for > python 2.7 on 12.04 to use/see the modules properly. What is the best way > to go about getting the python modules to install to here by default? > > -- > ~Jeff Hoogland <http://jeffhoogland.com/> > Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog > Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop > ------------------------------------------------------------------------------ > 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
I'm fairly certain that's a distribution specific problem. There is no mention of pyshared in python-efls build system, so this comes from the distro. Here it uses $PYTHONPATH and $pyexecdir which should be the proper way to do it and works for me(tm). Sounds like a problem for your distributor I think. ------------------------------------------------------------------------------ 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
