Houdini Indie 15.0.390: Cloud Properties

   2421   1   1
User Avatar
Member
10 posts
Joined: July 2014
Online
I have been trying to set the cloud properties and get the following error:

Traceback (most recent call last):
File “DSIDEEF~2.390/houdini/python2.7libs\cloud.py”, line 641, in <lambda>
lambda:_onCloseSetUpCloudDialog(dialogs))
File “DSIDEEF~2.390/houdini/python2.7libs\cloud.py”, line 680, in _onCloseSetUpCloudDialog
_passphraseEncryptKey(secret_access_key, passphrase))
File “DSIDEEF~2.390/houdini/python2.7libs\cloud.py”, line 392, in _passphraseEncryptKey
Crypto.Hash.SHA, salt, passphrase, len(data_to_encrypt))
File “D:\SIDEEF~2.390\python27\lib\site-packages\paramiko\util.py”, line 157, in generate_key_bytes
hash_obj = hash_alg()
TypeError: ‘module’ object is not callable

Attachments:
cloud.PNG (147.5 KB)

azurBlur 2019
User Avatar
Member
10 posts
Joined: Nov. 2014
Online
You need to change that line in the code to:

hash_obj = hash_alg.new()
  • Quick Links