ghpythonremote
ghpythonremote copied to clipboard
A two-way connector to use regular Python from IronPython in Rhino/Grasshopper, and vice-versa.
Hello, I have a problem while import sympy in the GH Python through GH Python remote. The code is as below: import rhinoscriptsyntax as rs import scriptcontext as sc import...
Hi, I can successfully add time and datetime to the modules, but once I try to type import the following script into my GHPython Script: `import scriptcontext time= scriptcontext.sticky['time'] datetime=...
Reported here https://discourse.mcneel.com/t/solve-the-error-that-gh-pythonremote-dont-work-in-mac/125455 It appears that the `get_python_from_path()` function does not manage to get to the proper python2.7 file from the file or folder passed as argument. Reported errors are:...
Probably a Mac GH bug, but let's find a workaround.
Running the example python code in GH_to_CPython_test.ghx leads to a Python segmentation fault. This might be due to conda installing the wrong stuff.
Method here: https://www.grasshopper3d.com/forum/topics/how-to-add-a-warning-or-error-message-to-a-component-in-python
Part of #29 seemed to be something else than just selecting a Rhino version in CPython to GH. there is also that: > there is a bug in the example...
Maybe even show an example to some Linux machine in the cloud, with Tensorflow. If #23 is implemented, also choose good defaults for the connection stream, based on location of...
[This](https://github.com/tomerfiliba/rpyc/commit/e9c6bff6524f2e7b5739421f0b9e0cfefb373982) says it's 40% faster than a localhost socket on windows, and it's now included in v4.1.0, so why not use it‽