aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

[Windows] not work in python ver 2.x.x

Open zeliard opened this issue 9 years ago • 4 comments

because of python-prompt-toolkit : https://github.com/jonathanslenders/python-prompt-toolkit/issues/86

But, It works well when using Python over 3.4.x.

You'd better change Readme.rst (https://github.com/awslabs/aws-shell#supported-python-versions).

zeliard avatar Dec 18 '15 02:12 zeliard

Thanks for the catch, I'll get the README updated.

jamesls avatar Dec 19 '15 00:12 jamesls

Do you guys see a problem with aws-shell on your system with Python 2.x? The ticket referenced https://github.com/jonathanslenders/python-prompt-toolkit/issues/86 seems to indicate it's not easy to reproduce.

For aws-shell I've done a fair amount of testing on Win 10 64 bit with Python 2.7.6 32 bit and don't see any problems.

SAWS is also built on prompt_toolkit and I haven't seen any related issues logged against it. On Windows 7 64 bit and Windows 10 64 bit I haven't seen any problems either after much testing.

donnemartin avatar Dec 19 '15 10:12 donnemartin

When I first tried this last week, I got the traceback from https://github.com/jonathanslenders/python-prompt-toolkit/issues/86.

Today, I just tried it again and it worked (I guess that's the hard to repro part). Windows 2012 64 bit EC2 instance using powershell. I used the latest python 2.7.11 and it worked for me.

I think I can improve the installation instructions for windows users but I think I'll close https://github.com/awslabs/aws-shell/pull/77

jamesls avatar Dec 23 '15 20:12 jamesls

Sounds good :+1:

donnemartin avatar Dec 24 '15 11:12 donnemartin