Answer the question
In order to leave comments, you need to log in
Pipenv how to install package in local directory?
Hello everyone,
there is a python file mypython.py with simple content
import miniupnpc
u = miniupnpc.UPnP()
u.discoverdelay = 200
u.discover()
u.selectigd()
print('external ip address: {}'.format(u.externalipaddress()))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question