-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/windows #441
Feature/windows #441
Conversation
15d051d
to
7880485
Compare
@dertuxmalwieder would it be possible for you to confirm this? |
According to the code, it should only behave differently on non-Windows platforms now...? |
I think the only difference is it adds pyreadline as an additional dep on Windows. @rachmadaniHaryono is pyreadline availabe by default on other platforms? Otherwise can we add it as a dep on all platforms? |
yes, except if there is something wrong with what i write on general exception
and also general exception on readline import error
i don't think so. based on pyreadline readme, it is actually only tested on windows 2000 and windows xp
|
In that case, the change looks fine to me, |
@dertuxmalwieder any update on this? |
I haven’t tried my theory yet. ;-) |
@rachmadaniHaryono can we merge this? (labeled do-not-merge) |
yes, because @dertuxmalwieder said ok, i think it can be merged. any related error on windows user can be fixed on another pr. i will leave the label as it is. @jarun, you can change it if you want |
Thank you guys! |
i put do-not-merge label because i don't have windows dev to test it. the pr is actually finished except if there is another commit needed to fix problem from windows tester