Ian,
As a.l.e. asked, does ls -l /lib64/libpy* show /lib64/libpython2.7.so Using a scribus executable that I built from source on Fedora ldd /usr/local/bin/scribus | grep python returns libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x00007f704b25f000) and running scribus and then checking with lsof -c scribus | grep libpy returns scribus 15865 william mem REG 8,2 1853464 15997729 /usr/lib64/libpython2.7.so.1.0 'dnf' shows that this library is provided by python-libs-2.7.11-11.fc23.x86_64 The package names vary with Linux distributions but are often similar. Regards, William ________________________________ From: Ian Whitfield <[email protected]> Sent: Friday, February 24, 2017 10:16 AM To: scribus at lists.scribus.net Subject: Re: [scribus] Some observations after using 1.5.3 for a while *Thanks a.l.e.* I checked on my OS (PClinusOS 64-bit) and found 3 un-installed Python files python-libaccounts-glib python-libsignon-glib python-pyftpdib So I installed these and tried again - Same error messages!! Thanks for the reply. Maybe someone else will come up with something. Best wishes IanW Pretoria RSA On 02/24/2017 03:14 PM, ale rimoldi wrote: > hi ian > >> /[ianwh at localhost Scribus]$ >> ./scribus-git51e1f0d-glibc2.14-x86-64.appimage// >> //Could not find platform independent libraries <prefix>// >> //Could not find platform dependent libraries <exec_prefix>// >> //Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]// >> //ImportError: No module named site/ >> >> No idea about this - any ideas from your side?? > i could test the appimage here and it does work. > > from the error you're getting i can trry to guess that you missing > libpython for python 2... > can it be this? > > i think i've read somewhere that there was a problem with embedding it > in the appimage... > > i love the idea behind the appimages, but i have not much experience > with them yet. > > so, are you missing libpython and the appimage does not contain it? > > ciao > a.l.e > > ___ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.net/pipermail/scribus/attachments/20170224/4fed4ac1/attachment.html> ___ Scribus Mailing List: scribus at lists.scribus.net Edit your options or unsubscribe: http://lists.scribus.net/mailman/listinfo/scribus See also: http://wiki.scribus.net http://forums.scribus.net Scribus Forums - Index<http://forums.scribus.net/> forums.scribus.net Announcements and Forum Rules. Please check here to make sure everyone is on the same page and the discussion is civil and constructive. Moderator: a.l.e -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.net/pipermail/scribus/attachments/20170224/fa3f330a/attachment.html>
