connectors/__init__.py
branchwxPython4
changeset 3501 fa291393aac7
parent 2537 eb4a4cc41914
child 3721 6365e33fb11f
equal deleted inserted replaced
3491:88c4b18453d5 3501:fa291393aac7
    74     if _scheme == "LOCAL":
    74     if _scheme == "LOCAL":
    75         # Local is special case
    75         # Local is special case
    76         # pyro connection to local runtime
    76         # pyro connection to local runtime
    77         # started on demand, listening on random port
    77         # started on demand, listening on random port
    78         scheme = "PYRO"
    78         scheme = "PYRO"
    79         runtime_port = confnodesroot.AppFrame.StartLocalRuntime(
    79         runtime_port = confnodesroot.StartLocalRuntime()
    80             taskbaricon=True)
       
    81         uri = "PYROLOC://127.0.0.1:" + str(runtime_port)
    80         uri = "PYROLOC://127.0.0.1:" + str(runtime_port)
    82 
    81 
    83     # commented code to enable for MDNS:// support
    82     # commented code to enable for MDNS:// support
    84     # elif _scheme == "MDNS":
    83     # elif _scheme == "MDNS":
    85     #     try:
    84     #     try: