Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. NX-user

    NXOpen - python journal - How to stop?

    I try to run web-server (bottle web-framework) from journal. It works fine. But how can be stopped programmatically the bottle web server and how can be unload the journal? #nx: threaded import NXOpen from bottle import route, run theSession = NXOpen.Session.GetSession() theUI =...
Back
Top