<p dir="ltr">That path is correct, you&#39;ll just need to use your package manager to install Python 3.x instead of the default Python, which is typically still on the 2.7 series.</p>
<div class="gmail_quote">On Aug 4, 2015 8:06 AM, &quot;David Haslam&quot; &lt;<a href="mailto:dfhmch@googlemail.com">dfhmch@googlemail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Ryan,<br>
<br>
I imagine some SWORD developers are competent in using Python under CygWin<br>
as well as on Linux.<br>
<br>
When I tried u2o.py last week, it bombed out at the first line:<br>
<br>
#!/usr/bin/python3<br>
<br>
This line seems to be particular to your current Linux system and chosen<br>
Python interpreter.<br>
Should I just delete it?<br>
<br>
Do you know whether any of these lines would stumble under CygWin?<br>
<br>
from __future__ import print_function, unicode_literals<br>
import sys<br>
import argparse<br>
import os.path<br>
import glob<br>
import re<br>
import codecs<br>
import unicodedata<br>
from contextlib import closing<br>
<br>
Regards,<br>
<br>
David<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://sword-dev.350566.n4.nabble.com/usfm-to-osis-converter-tp4654838p4654879.html" rel="noreferrer" target="_blank">http://sword-dev.350566.n4.nabble.com/usfm-to-osis-converter-tp4654838p4654879.html</a><br>
Sent from the SWORD Dev mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div>