-
Notifications
You must be signed in to change notification settings - Fork 224
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
Error importing python-shell on windows 10 #164
Comments
Did you read this part of the readme?
|
Ok, I'm not planning to install nor use TypeScript so I will disregard and close this. |
Yes, understood, I only mentioned it because that wat the option recomended on that link, But since I know trat required works like I mentioned before I'm ok with that, I will keep using require. |
Ah, okay then. |
On my windows 10, with node --version v11.2.0 when i execute import {PythonShell} from 'python-shell'; I get:
What's wrong?
Using let {PythonShell} = require('python-shell') Does work.
The text was updated successfully, but these errors were encountered: