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

Python node inside CN fails when opening a 0.83 file in 0.82 #5371

Closed
dimven opened this issue Sep 28, 2015 · 2 comments
Closed

Python node inside CN fails when opening a 0.83 file in 0.82 #5371

dimven opened this issue Sep 28, 2015 · 2 comments
Assignees

Comments

@dimven
Copy link
Contributor

dimven commented Sep 28, 2015

This is extremely frustrating. Any idea why it is happening?
2015-09-28_15-46-02

@pboyer
Copy link
Contributor

pboyer commented Sep 28, 2015

This is a clear regression. I'm going to guess this has to do with @pbidenko's recent cleanup of the python code. We'll take a look at this ASAP.

@pboyer pboyer self-assigned this Sep 28, 2015
@pboyer
Copy link
Contributor

pboyer commented Oct 2, 2015

This happens because the Python node is "from the future." The name of the underlying Python node changed in 0.8.3 from DSIronPythonNode.PythonNode to PythonNodeModels.PythonNode. If you'd like, you can open up your dyn/dyf file in a text editor (e.g. notepad++) and change this appropriately and it will open fine in 0.8.2. Your file should still open fine in 0.8.3.

@pboyer pboyer closed this as completed Oct 2, 2015
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