-
Notifications
You must be signed in to change notification settings - Fork 635
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
using jSON--please help! #6125
Comments
Thanks, this worked. I have two follow up questions: 1- Wondering why adding to path is required. For example, I can import itertools with On Mon, Feb 15, 2016 at 8:20 AM, Mostapha Sadeghipour Roudsari <
|
If you check I don't know how auto-complete works in Python node. It's probably broken but it shouldn't change how your code works. |
reopening - as I did not notice the last question was about the python autocomplete. |
Hi I am trying to use a json package in python.
I confirmed that my iron-python installation folder already comes with a json.py file.
But dynamo does not seem to recognize it. Adding a 'import json' causes an error in the script node. I am not doing it correctly? It works with other packages like 'itertools'
The text was updated successfully, but these errors were encountered: