Python modules?

Hi,
Im trying to use the zeep module in python. It should be comatible with from python 3.6. Does anyone know why im getting an error trying to import zeep?
Wouter Hihorst

Hello @wouter.hilhorst - It requires a special way to access Python modules currently. Please have a read of: https://github.com/DynamoDS/Dynamo/wiki/Customizing-Dynamo’s-Python-3-installation :slight_smile:

thanks!

1 Like

I needed to save the script first. After this it worked correctly.
Thanks!

1 Like