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
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