[sword-devel] usfm to osis converter...

Ryan adyeths at gmail.com
Tue Aug 4 09:53:39 MST 2015


On Tue, 2015-08-04 at 06:03 -0700, David Haslam wrote:
> Thanks Ryan,
> 
> I imagine some SWORD developers are competent in using Python under CygWin
> as well as on Linux.
> 
> When I tried u2o.py last week, it bombed out at the first line:
> 
> #!/usr/bin/python3
> 
> This line seems to be particular to your current Linux system and chosen
> Python interpreter.
> Should I just delete it?

I'm not sure how cygwin interprets the path part... but if you drop the
3 off the end of that it should use the python 2 interpreter instead of
trying to use python3. I simply prefer using python 3 these days so
that's why I put that there. The script works fine with python 2 as well
though. There is no need to install python3 if you don't want to do so.

None of the import statements should cause it any problems. They're all
part of the python standard library.





More information about the sword-devel mailing list