Title says it all....
Announcement
Collapse
No announcement yet.
19.5 eta?
Collapse
X
-
Should be there next week.
- Likes 7
-
A bit of a delay sorry; will try to make it next week.
- Likes 1
Comment
-
Hi
Runnig houdini 19.5.303 python37 and vray_adv_52024_houdini19.5.303_d431cce_22122
I'm getting this error:
(0)Couldn't load C:/Vray/vhf_home/dso_py3/vray-for_houdini.dll
The specified module could not ve found
The vray_for_houdini_py3.json file point to python37, but there is no python37.lib in vfh_home!
only python2.7libs and python3.9libs
also the variable:
{ "PYTHONPATH" : [
{ "method": "append", "houdini_version < '19.0'": "${VRAY_APPSDK}/python37" },
should be
{ "PYTHONPATH" : [
{ "method": "append", "houdini_version < '19.5'": "${VRAY_APPSDK}/python37" },
Hope you can fixe this issue!
Comment
-
Dear elrachyd, hello.
I just tested both installers (.exe & .zip) and everything is working correctly.
Could you try the .exe or locate the folder not directly in C: ?
Is this the way that you have installed V-Ray for Houdini before?
I am asking, because if could be permissions related.
Waiting for your answer.
Best regards,
TS
Comment
-
Hi
I always installed V-Ray for Houdini in "C:/Vray" and I've never seen this problem before
maybe you are using houdini 19.5.303 python3.9 and not 19.5.303 python3.7
Note:
Changing the location from C;/Vray to D;/Vray same error:
(0)Couldn't load C:/Vray/vhf_home/dso_py3/vray-for_houdini.dll
The specified module could not ve found
like I sad there is no python37.lib in vfh_home!
only python2.7libs and python3.9libsLast edited by elrachyd; 10-08-2022, 01:52 AM.
Comment
-
and here is the error when starting Houdini with Vray only no others json files:
Error running Python dynamic menu strip script:
Traceback (most recent call last):
File "<stdin>", line 6, in expression
File "C:/Vray/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items
VRAY_ROPS = TYPE_VRAY_ROP.instances()
AttributeError: 'NoneType' object has no attribute 'instances'
edit: looking into C:\Vray\vfh_home\soho
no python3.7
Only python2.7 and python3.9Last edited by elrachyd; 10-08-2022, 02:10 AM.
Comment
-
19.5 builds are still work in progress, we'll make some announcement once they are ready for testing.
And curios what's the reason for using 3.7 builds instead of default 3.9... scripts compatibility issues?Last edited by bdancer; 10-08-2022, 02:50 AM.
Comment
-
-
Ok, we'll add 3.7 builds, but this may take some time...
Comment
-
Sorry to be daft--where can one find the 19.5 builds? In https://nightlies.chaos.com/ I'm not finding anything other than the stable builds going through H19. The "latest builds" folders don't seem to have anything, and there's no dedicated Houdini nightly folder.
Comment
Comment