This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TotallyLost
Recipients Auerhahn, TotallyLost, ned.deily, ronaldoussoren
Date 2020-05-14.13:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589461340.0.0.979730098428.issue40477@roundup.psfhosted.org>
In-reply-to
Content
Well heck.
I just tried it, and got an error.  The error does not occur when I run the script directly from the Terminal, nor when I run it via IDLE (double click)

Last login: Thu May 14 07:57:11 on ttys000
But what do I know? % cd '/Volumes/BigHDD/Ortho4XP-master/' && '/usr/bin/pythonw'  '/Volumes/BigHDD/Ortho4XP-master/Ortho4XP_v130.py'  && echo Exit status: $? && exit 1
Traceback (most recent call last):
  File "/Volumes/BigHDD/Ortho4XP-master/Ortho4XP_v130.py", line 9, in <module>
    import O4_Imagery_Utils as IMG
  File "./src/O4_Imagery_Utils.py", line 597
SyntaxError: Non-ASCII character '\xc2' in file ./src/O4_Imagery_Utils.py on line 597, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
But what do I know? %
History
Date User Action Args
2020-05-14 13:02:20TotallyLostsetrecipients: + TotallyLost, ronaldoussoren, ned.deily, Auerhahn
2020-05-14 13:02:19TotallyLostsetmessageid: <1589461340.0.0.979730098428.issue40477@roundup.psfhosted.org>
2020-05-14 13:02:19TotallyLostlinkissue40477 messages
2020-05-14 13:02:19TotallyLostcreate