Skip to content
New issue

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

Notes on requirements and sys.path for python3 #5

Open
davenorthcreek opened this issue Nov 30, 2020 · 1 comment
Open

Notes on requirements and sys.path for python3 #5

davenorthcreek opened this issue Nov 30, 2020 · 1 comment

Comments

@davenorthcreek
Copy link

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!

@tuomas2
Copy link
Collaborator

tuomas2 commented Dec 2, 2020

You're welcome! Nice that someone has found this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants