We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using python3 on kubuntu. I had to install libxml2-dev for lxml to work (quick google search):
sudo apt install libxml2-dev libxmlsec1-dev
I had to install ipdb via pip3 for the script to run.
sudo pip3 install ipdb
I added src to path in studybible_to_osis.py like:
logging.basicConfig(level=logging.INFO) import sys sys.path.insert(0, 'src') from study2osis import main
After that everything ran okay, lots of warnings but ESV Global Study Bible was converted in 2.17 minutes.
Thanks so much for this script!
The text was updated successfully, but these errors were encountered:
You're welcome! Nice that someone has found this project.
Sorry, something went wrong.
No branches or pull requests
Using python3 on kubuntu.
I had to install libxml2-dev for lxml to work (quick google search):
I had to install ipdb via pip3 for the script to run.
I added src to path in studybible_to_osis.py like:
After that everything ran okay, lots of warnings but ESV Global Study Bible was converted in 2.17 minutes.
Thanks so much for this script!
The text was updated successfully, but these errors were encountered: