Re: [Scons-dev] SCons and Python 3

2017-06-05 Thread Bill Deegan
Run --debug=stacktrace and post stacktrace? On Mon, Jun 5, 2017 at 12:05 PM, Russel Winder wrote: > On Mon, 2017-06-05 at 17:46 +0200, Tim Jenness wrote: > > Limited network access but does your file have a BOM? If the first > > character in the file is something like

Re: [Scons-dev] SCons and Python 3

2017-06-05 Thread Russel Winder
On Mon, 2017-06-05 at 17:46 +0200, Tim Jenness wrote: > Limited network access but does your file have a BOM? If the first > character in the file is something like that you can't use ascii to > read it. > First character is definitely an i as in import – well that is what od -c tells me

Re: [Scons-dev] SCons and Python 3

2017-06-05 Thread Tim Jenness
Limited network access but does your file have a BOM? If the first character in the file is something like that you can't use ascii to read it. Sent from my iPhone > On Jun 5, 2017, at 17:41, Russel Winder wrote: > > I updated to default/tip and tried using Python 2 –

[Scons-dev] SCons and Python 3

2017-06-05 Thread Russel Winder
I updated to default/tip and tried using Python 2 – worked fine – and then Python 3: |> python3 /home/russel/Repositories/Mercurial/Forks/SCons/src/script/scons.py scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... scons: *** [source/main.d]