Which python do you mean here? There are many:
pacman -Ss "A high-level scripting language"
mingw32/mingw-w64-i686-python2 2.7.6-10 [installed]
A high-level scripting language (mingw-w64)
mingw32/mingw-w64-i686-python3 3.4.0-3 [installed]
A high-level scripting language (mingw-w64)
mingw64/mingw-w64-x86_64-python2 2.7.6-10 [installed]
A high-level scripting language (mingw-w64)
mingw64/mingw-w64-x86_64-python3 3.4.0-3 [installed]
A high-level scripting language (mingw-w64)
msys/python2 2.7.6-1 [installed]
A high-level scripting language
msys/python2 should never use '\'.
mingw*/python* should check for env. variable MSYSTEM being set
(indicating it is running under the MSYS2 bash shell), and if it is
set then '/' is used as os.sep, otherwise '\' is used (in-case you run
it from cmd.exe with scripts that assume os.sep on Windows to be '\').
Can you show the result of:
echo $MSYSTEM
.. from bash please?
On Tue, Apr 29, 2014 at 7:54 PM, Alexpux <[email protected]> wrote:
>
> 29 апр. 2014 г., в 22:43, Stephen Leake <[email protected]>
> написал(а):
>
>> Stephen Leake <[email protected]> writes:
>>
>>> I had the same problem in msys; I solved it with a sed script:
>>>
>>> $ sed -i 's#\\\(.\)#/\1#g' Makefile
>>>
>>> But that is broken in msys2:
>>>
>>> /usr/bin/sed: -e expression #1, char 11: Unmatched ( or \(
>>
>> I found a workaround; use Cygwin bash, Cygwin sed to run this command.
>> Then the msys64 'make install' succeeds.
>>
>>
> Can you give me small test case for this issue?
>
>> --
>> -- Stephe
>>
>> ------------------------------------------------------------------------------
>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
>> Instantly run your Selenium tests across 300+ browser/OS combos. Get
>> unparalleled scalability from the best Selenium testing platform available.
>> Simple to use. Nothing to install. Get started now for free."
>> http://p.sf.net/sfu/SauceLabs
>> _______________________________________________
>> Msys2-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/msys2-users
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos. Get
> unparalleled scalability from the best Selenium testing platform available.
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos. Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users