krysus · Engineer

Comments

  • Solved it. Ended up having to 'install orionsdk' in one python script and then import it. Why? No idea. I didn't want to mess with the path, so had one script call the install, and call the next script in line. It then was able to use the import without a problem. Possible other solutions that worked was manually copying…