Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(20) | Call(16) | Derive(0) | Import(4)
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/win32/lib/win32serviceutil.py TrustRouter(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/win32/lib/win32serviceutil.py main(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/win32/lib/win32serviceutil.py SublimeSpeech(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/win32/lib/win32serviceutil.py SublimeSpeech(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/e/i/einstein-HEAD/Python25Einstein/Lib/site-packages/win32/lib/win32serviceutil.py einstein(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/l/a/landline-server-HEAD/co.whatisuplabs.ldln/lib/play/python/Lib/site-packages/win32/lib/win32serviceutil.py landline-server(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/r/e/restcommander-HEAD/play-1.2.4/python/Lib/site-packages/win32/lib/win32serviceutil.py restcommander(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/h/e/heroku-playframework-HEAD/play-1.2.2RC1/python/Lib/site-packages/win32/lib/win32serviceutil.py heroku-playframework(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/j/f/jfinal-app-HEAD/jfgen/python/Lib/site-packages/win32/lib/win32serviceutil.py jfinal-app(Download)
# Try the global Path. try: return win32api.SearchPath(None, exeName)[0] except win32api.error: msg = "%s is not correctly registered\nPlease locate and run %s, and it will self-register\nThen run this service registration process again." % (exeName, exeName)
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Scripts/pywin32_postinstall.py TrustRouter(Download)
# currently arranges for it to be installed...) if not os.path.isfile(os.path.join(lib_dir, "pythonwin", mfc_dll)): win32api.SearchPath(None, mfc_dll) except win32api.error: print("*" * 20, "WARNING", "*" * 20)
1 | 2 Next