What's new

Script Release: STL Import

migonzag

New Member
First, thanks for taking the time to build this script. I have been looking for a way to translate STL to STP and have not had great luck.

Fair warning that I don't know what I am doing here.
I tried running the script STL Import3.py but I get this error:

C:\Users\mike_\Downloads>python .\STL_Import3.py
Traceback (most recent call last):
File "C:\Users\mike_\Downloads\STL_Import3.py", line 1, in <module>
from System.Diagnostics import Process # for running another process
ModuleNotFoundError: No module named 'System'

Any help is appreciated.
Thanks
 

NateLiquidGravity

Alibre Super User
First, thanks for taking the time to build this script. I have been looking for a way to translate STL to STP and have not had great luck.

Fair warning that I don't know what I am doing here.
I tried running the script STL Import3.py but I get this error:

C:\Users\mike_\Downloads>python .\STL_Import3.py
Traceback (most recent call last):
File "C:\Users\mike_\Downloads\STL_Import3.py", line 1, in <module>
from System.Diagnostics import Process # for running another process
ModuleNotFoundError: No module named 'System'

Any help is appreciated.
Thanks
How are you running the script? Directly in AlibreScript or some other method? What Alibre version? What OS?
 
Top