[Python-Dev] detecting statements which result is not stored

2023-10-05 Thread Guenther Sohler
Hi Python Developers, after some investigation i consider dev the correct mailing list. I got python embedded into OpenSCAD and i'd like to make more use out of it. statements like these do exactly what they should: width= 3*5 solid = make_nice_solid(width) other_solid = solid.size(1) print(" Ev

[Python-Dev] C- Python on Windows

2023-01-15 Thread Guenther Sohler
Hi Group, I have successfully used C-Python (3) in a software project in unix and its great stuff! The environment was cmake using g++ in Linux Now when i want to get my project compiled in windows, whats the easiest development chain ? Is there something like a python.dll which i can link to my