[sword-devel] usfm to osis converter...
David Haslam
dfhmch at googlemail.com
Tue Aug 4 06:03:09 MST 2015
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?
Do you know whether any of these lines would stumble under CygWin?
from __future__ import print_function, unicode_literals
import sys
import argparse
import os.path
import glob
import re
import codecs
import unicodedata
from contextlib import closing
Regards,
David
--
View this message in context: http://sword-dev.350566.n4.nabble.com/usfm-to-osis-converter-tp4654838p4654879.html
Sent from the SWORD Dev mailing list archive at Nabble.com.
More information about the sword-devel
mailing list