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. _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page