Skip to content
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

Read Me First: Some general notes if you're trying to run this on windows. #7

Open
Brian77077 opened this issue Jan 13, 2019 · 1 comment

Comments

@Brian77077
Copy link

Hi there,

This piece of code will require rather extensive rewrites if you want to run it on windows (I'm using 10)

a) Some of it is evolution of the python language:
Old: print # Prints a newline
New: print() # You must call the function!

b) Some of it, is parts of the code are NOT supported on windows:
"pexpect.spawn and pexpect.run() are not available on Windows, as they rely on Unix pseudoterminals (ptys). Cross platform code must not use these."
Linky: http://pexpect.readthedocs.org/en/stable/overview.html#pexpect-on-windows

c) Quite a few files are required to run the code, that are not explicitly called out.

So if want to spend a lot of time troubleshooting the code to fix the problems (running in windows) as you go, this code is for you. If you want to quickly evaluate its functionality, find a Unix/Linux box or save yourself some frustration and look elsewhere.

@m3m3-chan
Copy link

@Brian77077 saved me lots of time, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants