Hi Guys,
Been trying to test DKUI in Rhino 9 WIP and get this error on PY3 components:
AttributeError: module ‘urllib’ has no attribute ‘parse’
import urllib
save_name = urllib2.parse.quote_plus("string with spaces that need to be URL quoted")
print (save_name)
It appears that urllib is not being imported at all.
Cheers
DK