Skip to content

in C#, PythonEngine.RunString don't work. #409

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

Closed
whaozl opened this issue Feb 27, 2017 · 7 comments
Closed

in C#, PythonEngine.RunString don't work. #409

whaozl opened this issue Feb 27, 2017 · 7 comments

Comments

@whaozl
Copy link

whaozl commented Feb 27, 2017

http://stackoverflow.com/questions/15749028/would-you-share-your-idea-how-to-call-python-command-from-embedded-python-net

@den-run-ai
Copy link
Contributor

@whaozl we are thinking about deprecating RunString, see the thread here:

#401

Any reason why RunSimpleString is not fine?

@whaozl
Copy link
Author

whaozl commented Feb 27, 2017

I want to return values for the command.

@vmuriart
Copy link
Contributor

we recently added that feature thanks to @yagweb on #389. You can try those commands. The tests he added have examples on how to use them.

@whaozl
Copy link
Author

whaozl commented Feb 27, 2017

but, in the release pythonnet 2.2.2, I don't find the PythonEngine.Eval. and, will you release a new version?

@vmuriart
Copy link
Contributor

#355 is where we'll probably be discussing when the next release will be. There's still a couple open items left before we can release though.

@vmuriart
Copy link
Contributor

If you just want to get a copy of the latest whl without having to build them, you can get them from AppVeyor

Click on your version, then click on artifacts and download the wheel.
You can then install it with pip install --no-index --find-links=.\dist\ pythonnet

@whaozl whaozl closed this as completed Feb 27, 2017
@whaozl
Copy link
Author

whaozl commented Feb 27, 2017

Thank you very much!

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

3 participants