Hi,
It is posible to import python library
urllib.request to the python script node?
Thanks for help.
Hi,
It is posible to import python library
urllib.request to the python script node?
Thanks for help.
As I understand it urllib.request in Python 3 is the split version of using urllib in Python 2 (see https://docs.python.org/2/library/urllib.html ). Since our nodes do currently only support Python 2 (we are working on Python 3 support) you will have to look into how to use Python 2's version of urllib.
Cheers, Patrick
Hi, is there any update for Python 3
Hi @ngodichat,
There is support for Python 3 now in KNIME, see this blogpost for how to set it up.
best,
Gabriel