Hi guys,
I am developing python scripts that import other scripts from the same directory. It works as expected, however, any changes to the file I am importing do not update until the Rhino is reloaded.
I’ve tried: reload(myModule), as suggested in similar topics, but it does not do the trick. The new methods are still not available. Any ideas?
Similar topics:
How to reload imported modules after editing Win 6 SR21
Python script not updating on rhino
Best,
WK
1 post - 1 participant