-
Notifications
You must be signed in to change notification settings - Fork 748
[WIP] PythonHome Path is correctly set #279
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
Conversation
…is explicit and will not be freed automatically.
What problem does this fix? Is it still valid? |
Here is the original pull request, I think it is valid fix and the leak is unavoidable and non-essential. |
@filmor this is probably the issue they were trying to solve http://stackoverflow.com/questions/5694706/py-initialize-fails-unable-to-load-the-file-system-codec I'm having that issue right now trying to run python3 locally... |
Exactly! |
@denfromufa are you/have you had that issue before? I normally pawn off all my Python3 testing to appveyor/travis so never really encountered this before |
This is quite common on Linux when 2-3 Python runtimes are in the path.
…On Thu, Feb 2, 2017, 12:31 AM Victor Uriarte ***@***.***> wrote:
@denfromufa <https://github.com/denfromufa> are you/have you had that
issue before? I normally pawn off all my Python3 testing to appveyor/travis
so never really encountered this before
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#279 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgZ5Z_q7gV_5y4Y8Y4fD57qyzrSZTUBks5rYXhMgaJpZM4KkSSr>
.
|
@denfromufa @filmor Anything missing or needed to close/merge this We should probably update the other open |
The unit test definitely needs to be improved |
yup I can see that now. Going to be tricky figuring out how to generalize that one so that it works on hm... that reminds me, where in the code do we search for the python dll's? I couldn't find it when I posted that |
@vmuriart you mean that Python 3 embedded tests are not working when you have multiple Python runtimes installed on your Windows machine? |
Is nPython working? |
That was actually the first time I used I got it working finally by uninstalling Anaconda Python2.7 and deleting all my python installations. I reinstalled Anaconda Python, but 3.6 this time around as the default. I reinstalled all my python interpreters (including 27) and everything is working now. I can test on Python 3.6 by default with no issues, and I can test Python 2.7 after updating |
Blank Description
Pending for merge:
Generalize/Improve Unittests (has to be able to run in Appveyor, Local (travis could wait since embdded tests arent working there)
Rebase and fix merge conflicts. (@vmuriart)