File "D:\PROGRA1\SIDEEF1\HOUDIN~1.633\python27\lib\site-packages\pkg_resources.py", line 1700, in find_on_path
for entry in os.listdir(path_item):
WindowsError: [Error 234] : 'c:\users\admin\.'
python27\lib\site-packages
path under the Houdini installation path, such as the pkg_resources.py
file under my D:\Program Files\Side Effects Software\Houdini 18.5.633\python27\lib\site-packages
.for entry in os.listdir(path_item)
: with for entry in os.listdir(path_item.decode('utf-8'))
:Note: If you use Notepad++, pay attention to the space
in front, do not use Tab
.