
['C:\\Program Files\\libraries\\python', 'C:\\Users\\willa\\OneDrive\\Documents\\PythonSCAD\\libraries', 'C:\\Users\\willa\\OneDrive\\Documents\\OpenSCAD\\libraries', 'C:\\Users\\willa\\OneDrive\\Desktop\\Clutter', 'C:\\Users\\willa\\OneDrive\\Desktop', 'C:\\Program Files\\PythonSCAD\\python312.zip', 'C:\\Users\\willa\\AppData\\Local\\Programs\\Python\\Python312\\Lib', 'C:\\Users\\willa\\AppData\\Local\\Programs\\Python\\Python312\\DLLs', 'C:\\Program Files\\PythonSCAD', 'C:\\Program Files\\PythonSCAD\\Lib']
Apparently I need to add:
c:\users\willa\appdata\local\programs\python\python312\lib\site-packages (2.2.3)
Ran the pip upgrade command, but still no go.....
so, I guess I'm going to be calculating the 3-dimensional length of a vector manually....
William
--
You received this message because you are subscribed to the Google Groups "PythonSCAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonscad+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/af8da152-3326-4bcc-9f2f-8965d75bbab9n%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sys.path ['C:\\Program Files\\libraries\\python', 'C:\\Users\\willy\\Documents\\PythonSCAD\\libraries', 'C:\\Users\\willy\\Documents\\OpenSCAD\\libraries', 'C:\\Users\\willy\\workspace\\prog-splitz\\openscad\\bug_fixes\\divmatrix', 'C:\\Program Files\\PythonSCAD\\python312.zip', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\Lib', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\DLLs', 'C:\\Program Files\\PythonSCAD', 'C:\\Program Files\\PythonSCAD\\Lib', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages']
ERROR: Traceback (most recent call last):
File "<string>", line 16, in <module>
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\__init__.py", line 132, in <module>
from . import _core
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\_core\__init__.py", line 99, in <module>
from . import (
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\_core\_internal.py", line 19, in <module>
import ctypes
File "ctypes\__init__.py", line 157, in <module>
AttributeError: class must define a '_type_' attribute

sys.path ['C:\\Program Files\\libraries\\python', 'C:\\Users\\willy\\Documents\\PythonSCAD\\libraries', 'C:\\Users\\willy\\Documents\\OpenSCAD\\libraries', 'C:\\Users\\willy\\workspace\\prog-splitz\\openscad\\bug_fixes\\divmatrix', 'C:\\Program Files\\PythonSCAD\\python312.zip', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\Lib', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\DLLs', 'C:\\Program Files\\PythonSCAD', 'C:\\Program Files\\PythonSCAD\\Lib']
ERROR: Traceback (most recent call last):
File "<string>", line 16, in <module>
ModuleNotFoundError: No module named 'numpy'

To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/70f1d702-194a-450f-a910-e52619ccd89en%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "PythonSCAD" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pythonscad/_ZzvEmW_8TM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pythonscad+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/CAASeUHqJMqUb%3D7cMvSyXZK5SatXc8v8DDax37K9U_moPUOW%3DvQ%40mail.gmail.com.
Parsing design (AST generation)...
Running Python 3.12.9 without venv.
sys.path ['C:\\Program Files\\libraries\\python', 'C:\\Users\\willy\\Documents\\PythonSCAD\\libraries', 'C:\\Users\\willy\\Documents\\OpenSCAD\\libraries', 'C:\\Users\\willy\\workspace\\prog-splitz\\openscad\\bug_fixes\\divmatrix', 'C:\\Program Files\\PythonSCAD\\python312.zip', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\Lib', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\DLLs', 'C:\\Program Files\\PythonSCAD', 'C:\\Program Files\\PythonSCAD\\Lib', 'C:\\Users\\willy\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages']
ERROR: Traceback (most recent call last):
File "<string>", line 16, in <module>
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\__init__.py", line 125, in <module>
from numpy.__config__ import show_config
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\__config__.py", line 4, in <module>
from numpy._core._multiarray_umath import (
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\_core\__init__.py", line 99, in <module>
from . import (
File "C:\Users\willy\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\_core\_internal.py", line 19, in <module>
import ctypes
File "ctypes\__init__.py", line 157, in <module>
AttributeError: class must define a '_type_' attribute
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/917d3a65-93b8-474f-aab1-012a5c9cae06n%40googlegroups.com.