Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using Python scripts to create custom pipe supports but, there is a problem when I try to import a custom script into another custom script. The host script runs successfully in test but, does not run in production. I have successfully imported standard Plant 3D Python scripts into custom scripts and therefore believe the problem may have something to do with the syntax of the import declaration. Below are the import declarations used in the host script. "B1A" is the custom script I am importing.
from aqa.math import *
from varmain.primitiv import *
from varmain.var_basic import *
from varmain.custom import *
from B1A import *
Any help would be appreciated.
Solved! Go to Solution.