Description
ipwhois 1.3 for Python v2.7.x not build EGG command: sudo python setup.py bdist_egg for create *.egg for my Ptoject because because there's a missing file setup.py, but this file present in ipwhois 1.2 and build this
Please help me in getting this file (setup.py) for Python v.2.x.x for one project. I am not a programmer and can only follow simple instructions. I can't create the file whois-1.3.egg without this file.
running bdist_egg running egg_info writing requirements to ipwhois.egg-info/requires.txt writing ipwhois.egg-info/PKG-INFO writing top-level names to ipwhois.egg-info/top_level.txt writing dependency_links to ipwhois.egg-info/dependency_links.txt reading manifest file 'ipwhois.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ipwhois.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/whois.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/__init__.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/utils.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/exceptions.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/hr.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/net.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/experimental.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/nir.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/ipwhois.py -> build/bdist.linux-x86_64/egg/ipwhois creating build/bdist.linux-x86_64/egg/ipwhois/data copying build/lib.linux-x86_64-2.7/ipwhois/data/iso_3166-1_list_en.xml -> build/bdist.linux-x86_64/egg/ipwhois/data copying build/lib.linux-x86_64-2.7/ipwhois/data/iso_3166-1.csv -> build/bdist.linux-x86_64/egg/ipwhois/data copying build/lib.linux-x86_64-2.7/ipwhois/rdap.py -> build/bdist.linux-x86_64/egg/ipwhois copying build/lib.linux-x86_64-2.7/ipwhois/asn.py -> build/bdist.linux-x86_64/egg/ipwhois byte-compiling build/bdist.linux-x86_64/egg/ipwhois/whois.py to whois.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/exceptions.py to exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/hr.py to hr.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/net.py to net.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/experimental.py to experimental.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/nir.py to nir.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/ipwhois.py to ipwhois.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/rdap.py to rdap.pyc byte-compiling build/bdist.linux-x86_64/egg/ipwhois/asn.py to asn.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.7/ipwhois_utils_cli.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.7/ipwhois_cli.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/ipwhois_utils_cli.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/ipwhois_cli.py to 775 copying ipwhois.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying ipwhois.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying ipwhois.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying ipwhois.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying ipwhois.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... ipwhois.utils: module references __file__ creating 'dist/ipwhois-1.2.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it)