Replies: 5 comments 60 replies
-
That won’t work for AutoCAD .Bundle, nor will it work in my development environment. |
Beta Was this translation helpful? Give feedback.
-
Instead of using a hard relative path, I traverse parent paths until I hit python312 The order is: so in the logs, you should not see these if tryFindPythonPathFromParent is successful: |
Beta Was this translation helpful? Give feedback.
-
What about if you just name the folder Python312, with the same folder structure? Another option would be for me to add a cad env (setenv "PYRX_PATH" "fullpath"), but it should have the same folder structure as Python312 |
Beta Was this translation helpful? Give feedback.
-
I have these two files:
in one folder, but the main module does not load, probably because I do not have this directory in PATH..? Is it necessary?
|
Beta Was this translation helpful? Give feedback.
-
if before starting cad I set PATH to the directory where python312.dll is located then everything is ok
|
Beta Was this translation helpful? Give feedback.
-
I think searching for the Python DLL file should look like this:
%VIRTUAL_ENV%\pyvenv.cfg
, which looks like this:home
and there should bepython312.dll
Beta Was this translation helpful? Give feedback.
All reactions