Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Krischu
  • Content: Threads
  • Order by date
  1. Krischu

    compiling a script? protecting it by password?

    I'm looking for a way to turn a python script into some kind of compiled program such that it can only be used by someone who knows an access password and also to hide the sources against competitors, for example, or other prying eyes. Is it possible? Maybe I turn the script into a C-Program or...
  2. Krischu

    python scripting accessing a Datum in a feature

    I'm trying to write a script that applies a load to a surface to a couple of instances. This is the script: from abaqus import * from abaqusConstants import * import displayGroupMdbToolset as dgm import part import material import assembly from abaqus import getInput def...

Part and Inventory Search

Back
Top