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 Jess
Recipients Jess, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-08.21:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552080519.88.0.495449108735.issue36245@roundup.psfhosted.org>
In-reply-to
Content
Have a fix for this that I'll send off shortly.

What I see with the current head (my username was replaced with "Foo Bar" in this example:
> Using "C:\Users\Foo Bar\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory)
> Bar\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe""=="" was unexpected at this time.

My theory, window's turning:
> C:\Users\Foo Bar
into
> "C:\Users\Foo Bar"
and this is colliding with our use of "%PYTHON%", creating double quotes, or:
> ""C:\Users\Foo Bar""
which, of course:
> if ""C:\Users\Foo Bar""==""
does not make sense as a statement.
History
Date User Action Args
2019-03-08 21:28:39Jesssetrecipients: + Jess, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-08 21:28:39Jesssetmessageid: <1552080519.88.0.495449108735.issue36245@roundup.psfhosted.org>
2019-03-08 21:28:39Jesslinkissue36245 messages
2019-03-08 21:28:39Jesscreate