Quote:
Originally Posted by DiapDealer
For the record ... when I do a fresh install of Sigil from the repo on Xenial (I set up a VM), and install the test plugin, the error I get when first trying to run the plugin is: "Error: Interpreter Python3.4 has no path set". Which is sort of what I figured.
After using the Plugin Manager to set the Python 3.x path (the 'Auto' button set the path to /usr/bin/python3 for me) the plugin then passed all tests with flying colors! Yay! Full Sigil ... plugin support (with all the recommended extra python modules) ... no compiling, no pipping.
On a completely unrelated note ... I'd forgotten how badly I hate Ubuntu's Unity interface. 
|
That's definitely not the error message I got. FWIW I have both python2.7 and python3.5 installed, and Sigil did have paths showing in the plugin manager panel (I didn't look to see if they were the
correct paths, however, though I have no reason to suspect they weren't).
All of the plugins I tried, including Flight Crew 0.9.1, epubcheck 0.3.6, AddIDs 0.3, kindleimport 0.80.5, and the testplugin 0.1.2 failed in the same way with the same message.
So it's still possible that there is something uniquely FUBAR about my system, and the error(s) that DiapDealer and signum are getting are not the same as what I'm seeing.
Now I'm tempted to remove the Sigil I built from source, and re-install the repo version so I can take a closer look.
Somebody stop me!
Albert
ETA: Too late. I did it. Hopefully there are 2 screenshots attached, showing (1) the PI manager window (with correct paths for Py-2.7 and Py-3.5 as automatically found by sigil, as well as the installed plugins that "don't exist" and (2) the error message itself. Not what Diap described.
Code:
$ which python2
/usr/bin/python2
$ which python3
/usr/bin/python3
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
UBUNTU_CODENAME=xenial
$ apt-cache policy sigil
sigil:
Installed: 0.9.5+dfsg-0ubuntu1
Candidate: 0.9.5+dfsg-0ubuntu1
Version table:
*** 0.9.5+dfsg-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status
And that's all I got.