This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pc_ble_driver_py.exceptions.NordicSemiException: No ping response after opening COM port

Hi, 

I was trying to run dfu mesh example according to this. I attempted quite few times but every time having an error at step 11.

infocenter.nordicsemi.com/index.jsp

Here is my environment details:

OS: windows 10

nrfutil version: 3.5.1

mesh SDK: Mesh_v2.1.1_src

Board : nrf52832 

SDK version: 15

SoftDeive s132_6.0.0

step 1: Creating my own private key 

 nrfutil.exe keys generate private.pem

Step2: Generated respective public key in hex format

nrfutil.exe keys display --key pk format code .\private.pem --out_file dfu_public_key.c

step 3: Added this key in the end of  "bootloader_config_default.json" file.

Step 4: Creating own signed image  package for dfu

nrfutil.exe pkg generate --hw-version 52 --application-version 4 --sd-req 0x00A8 --application C:\nordic_semi\nrf5_SDK_for_Mesh_v2.
1.1\bin\blinky\blinky_nrf52832_xxAA_s132_6.0.0.hex --key-file .\private.pem secure_dfu_mesh.zip

Step 5:  Generating device page with provided script as follow

python .\device_page_generator.py  -d nrf52832_xxAA -sd "s132_6.0.0"

Step 6:  flashing soft device:

nrfjprog --program C:\nordic_semi\nrf5_SDK_for_Mesh_v2.1.1\bin\softdevice\s132_nrf52_6.0.0_softdevice.hex --chiperase

step 7: Flash the serial bootloader on all devices:

nrfjprog --program C:\nordic_semi\nrf5_SDK_for_Mesh_v2.1.1\bin\bootloader\gccarmemb\mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex

step 8: flashing application:

nrfjprog --program C:\nordic_semi\nrf5_SDK_for_Mesh_v2.1.1\examples\dfu\build\dfu_nrf52832_xxAA_s132_6.0.0_Debug\dfu_nrf52832_xxAA_s13
2_6.0.0.hex

Step 9: Flashing device page:

nrfjprog --program C:\nordic_semi\nrf5_SDK_for_Mesh_v2.1.1\tools\dfu\bin\device_page_nrf52832_xxAA_s132_6.0.0.hex

Step 10: Resetting 

nrfjprog --reset

Step 11: Problematic one(Transfer the DFU archive over serial with nrfutil) 

 nrfutil.exe dfu serial -pkg .\secure_dfu_mesh.zip -p COM15 -b 1200

 I have problem only on step 11 

Parents Reply
  • 1) C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;"C:\Python27 ; C:\Program Files (x86)\GnuWin32\bin\make";C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;"C:\Program Files (x86)\Skype\Phone\;C:\Python27;C:\Program Files\PuTTY\;C:\WINDOWS\System32\OpenSSH\;%PYTHON_HOME%";C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\;C:\Program Files\CMake\bin;"C:\Users\Shohidur\AppData\Local\Microsoft\WindowsApps;C:\Users\Shohidur\AppData\Roaming\npm;C:\Users\Shohidur\AppData\Local\Microsoft\WindowsApps;C:\Program Files\CMake\bin;C:\Python27\

    2) where nrfutilmesh ( I guess your "which" was a typo for "where")

    C:\Python27\Scripts\nrfutilmesh.exe

Children
  • I have attached here all the commands and their output as text file. Please have a look on that. 

    Command to install nrfutil lastest version: PS C:\> pip install nrfutil
    ======out put =======
    Collecting nrfutil
      Using cached https://files.pythonhosted.org/packages/ed/b8/82cc0cbff17b7b3ce433afbe9319a5cf525645363cb3a426c31cf1fba2b9/nrfutil-3.5.1.tar.gz
    Collecting six>=1.9 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
    Collecting pyserial>=2.7 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl
    Collecting enum34>=1.0.4 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
    Collecting click>=6.0 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl
    Collecting ecdsa>=0.13 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/63/f4/73669d51825516ce8c43b816c0a6b64cd6eb71d08b99820c00792cb42222/ecdsa-0.13-py2.py3-none-any.whl
    Collecting behave (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/a8/6c/ec9169548b6c4cb877aaa6773408ca08ae2a282805b958dbc163cb19822d/behave-1.2.6-py2.py3-none-any.whl
    Collecting protobuf (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/77/78/a7f1ce761e2c738e209857175cd4f90a8562d1bde32868a8cd5290d58926/protobuf-3.6.1-py2.py3-none-any.whl
    Collecting pc_ble_driver_py>=0.11.3 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/4b/96/58f61140b86ef288636ec93db234a37f1e9fe21e9ada2e38dc2914105458/pc_ble_driver_py-0.11.3.tar.gz
    Collecting tqdm (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/c7/e0/52b2faaef4fd87f86eb8a8f1afa2cd6eb11146822033e29c04ac48ada32c/tqdm-4.25.0-py2.py3-none-any.whl
    Collecting piccata (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/d0/29/d2a321338a04da7d371c79abe4dbb1b8b1ed381728227621a3a4a156439a/piccata-1.0.1.tar.gz
    Collecting pyspinel==1.0.0a1 (from nrfutil)
      Using cached https://files.pythonhosted.org/packages/71/1f/0c3d64ce4fe546173da2452e895671668d85cee83d01a025e07f5cd46a13/pyspinel-1.0.0a1.tar.gz
    Collecting parse>=1.8.2 (from behave->nrfutil)
      Using cached https://files.pythonhosted.org/packages/79/e1/522401e2cb06d09497f2f56baa3b902116c97dec6f448d02b730e63b44a8/parse-1.8.4.tar.gz
    Collecting parse-type>=0.4.2 (from behave->nrfutil)
      Using cached https://files.pythonhosted.org/packages/a2/c9/e6fd8092a5a06f2519ec434ca8e9e42238384f64c9b659456d98b0593b89/parse_type-0.4.2-py2.py3-none-any.whl
    Collecting traceback2; python_version < "3.0" (from behave->nrfutil)
      Using cached https://files.pythonhosted.org/packages/17/0a/6ac05a3723017a967193456a2efa0aa9ac4b51456891af1e2353bb9de21e/traceback2-1.4.0-py2.py3-none-any.whl
    Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from protobuf->nrfutil)
    Collecting wrapt (from pc_ble_driver_py>=0.11.3->nrfutil)
      Using cached https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
    Collecting future (from pc_ble_driver_py>=0.11.3->nrfutil)
      Using cached https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz
    Collecting ipaddress (from piccata->nrfutil)
      Using cached https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl
    Collecting linecache2 (from traceback2; python_version < "3.0"->behave->nrfutil)
      Using cached https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
    Installing collected packages: six, pyserial, enum34, click, ecdsa, parse, parse-type, linecache2, traceback2, behave, protobuf, wrapt, future, pc-ble-driver-py, tqdm, ipaddress, piccata, pyspinel, nrfutil
      Running setup.py install for parse ... done
      Running setup.py install for wrapt ... done
      Running setup.py install for future ... done
      Running setup.py install for pc-ble-driver-py ... done
      Running setup.py install for piccata ... done
      Running setup.py install for pyspinel ... done
      Running setup.py install for nrfutil ... done
    Successfully installed behave-1.2.6 click-6.7 ecdsa-0.13 enum34-1.1.6 future-0.16.0 ipaddress-1.0.22 linecache2-1.0.0 nrfutil-3.5.1 parse-1.8.4 parse-type-0.4.2 pc-ble-driver-py-0.11.3 piccata-1.0.1 protobuf-3.6.1 pyserial-3.4 pyspinel-1.0.0a1 six-1.11.0 tqdm-4.25.0 traceback2-1.4.0 wrapt-1.10.11
    You are using pip version 9.0.1, however version 18.0 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.
    
    Command to upgrade pip: PS C:\> python -m pip install --upgrade pip
    
    ======out put==================
    
    Collecting pip
      Using cached https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl
    Installing collected packages: pip
      Found existing installation: pip 9.0.1
        Uninstalling pip-9.0.1:
          Successfully uninstalled pip-9.0.1
    Successfully installed pip-18.0
    
    Command for pre-requisite: PS C:\> pip install -U setuptools
    
    ======out put===============
    Collecting setuptools
      Using cached https://files.pythonhosted.org/packages/66/e8/570bb5ca88a8bcd2a1db9c6246bb66615750663ffaaeada95b04ffe74e12/setuptools-40.2.0-py2.py3-none-any.whl
    Installing collected packages: setuptools
      Found existing installation: setuptools 28.8.0
        Uninstalling setuptools-28.8.0:
          Successfully uninstalled setuptools-28.8.0
    Successfully installed setuptools-40.2.0
    
    Command for prerequisite: PS C:\> pip install -r requirements.txt
    
    =====output====
    Requirement already satisfied: six>=1.9 in c:\python27\lib\site-packages (from -r requirements.txt (line 1)) (1.11.0)
    Requirement already satisfied: pyserial>=2.7 in c:\python27\lib\site-packages (from -r requirements.txt (line 2)) (3.4)
    Requirement already satisfied: enum34>=1.0.4 in c:\python27\lib\site-packages (from -r requirements.txt (line 3)) (1.1.6)
    Requirement already satisfied: click>=6.0 in c:\python27\lib\site-packages (from -r requirements.txt (line 4)) (6.7)
    Requirement already satisfied: ecdsa>=0.13 in c:\python27\lib\site-packages (from -r requirements.txt (line 5)) (0.13)
    Requirement already satisfied: behave in c:\python27\lib\site-packages (from -r requirements.txt (line 6)) (1.2.6)
    Requirement already satisfied: protobuf in c:\python27\lib\site-packages (from -r requirements.txt (line 7)) (3.6.1)
    Requirement already satisfied: pc_ble_driver_py>=0.11.3 in c:\python27\lib\site-packages (from -r requirements.txt (line 8)) (0.11.3)
    Requirement already satisfied: tqdm in c:\python27\lib\site-packages (from -r requirements.txt (line 9)) (4.25.0)
    Requirement already satisfied: piccata in c:\python27\lib\site-packages (from -r requirements.txt (line 10)) (1.0.1)
    Requirement already satisfied: pyspinel==1.0.0a1 in c:\python27\lib\site-packages (from -r requirements.txt (line 11)) (1.0.0a1)
    Requirement already satisfied: parse>=1.8.2 in c:\python27\lib\site-packages (from behave->-r requirements.txt (line 6)) (1.8.4)
    Requirement already satisfied: parse-type>=0.4.2 in c:\python27\lib\site-packages (from behave->-r requirements.txt (line 6)) (0.4.2)
    Requirement already satisfied: traceback2; python_version < "3.0" in c:\python27\lib\site-packages (from behave->-r requirements.txt (line 6)) (1.4.0)
    Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from protobuf->-r requirements.txt (line 7)) (40.2.0)
    Requirement already satisfied: wrapt in c:\python27\lib\site-packages (from pc_ble_driver_py>=0.11.3->-r requirements.txt (line 8)) (1.10.11)
    Requirement already satisfied: future in c:\python27\lib\site-packages (from pc_ble_driver_py>=0.11.3->-r requirements.txt (line 8)) (0.16.0)
    Requirement already satisfied: ipaddress in c:\python27\lib\site-packages (from piccata->-r requirements.txt (line 10)) (1.0.22)
    Requirement already satisfied: linecache2 in c:\python27\lib\site-packages (from traceback2; python_version < "3.0"->behave->-r requirements.txt (line 6)) (1.0.0)
    
    Command for pre-requisite: PS C:\> pip install http://sourceforge.net/projects/py2exe/files/latest/download?source=files
    
    
    ====out put==============
    Collecting http://sourceforge.net/projects/py2exe/files/latest/download?source=files
      Using cached http://sourceforge.net/projects/py2exe/files/latest/download?source=files
    Installing collected packages: py2exe
      Running setup.py install for py2exe ... done
    Successfully installed py2exe-0.6.9
    
    
    Installing mesh nrfutil: PS C:\Python27\pc-nrfutil-0.3.0> python setup.py install
    
    ====================out put===============
    running install
    running bdist_egg
    running egg_info
    creating nrfutil.egg-info
    writing nrfutil.egg-info\PKG-INFO
    writing top-level names to nrfutil.egg-info\top_level.txt
    writing dependency_links to nrfutil.egg-info\dependency_links.txt
    writing entry points to nrfutil.egg-info\entry_points.txt
    writing manifest file 'nrfutil.egg-info\SOURCES.txt'
    reading manifest file 'nrfutil.egg-info\SOURCES.txt'
    writing manifest file 'nrfutil.egg-info\SOURCES.txt'
    installing library code to build\bdist.win32\egg
    running install_lib
    running build_py
    creating build
    creating build\lib
    creating build\lib\nordicsemi
    copying nordicsemi\exceptions.py -> build\lib\nordicsemi
    copying nordicsemi\version.py -> build\lib\nordicsemi
    copying nordicsemi\__init__.py -> build\lib\nordicsemi
    copying nordicsemi\__main__.py -> build\lib\nordicsemi
    creating build\lib\nordicsemi\bluetooth
    copying nordicsemi\bluetooth\__init__.py -> build\lib\nordicsemi\bluetooth
    creating build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\crc16.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\dfu.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\dfu_transport.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\dfu_transport_ble.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\dfu_transport_serial.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\init_packet.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\manifest.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\model.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\nrfhex.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\package.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\signing.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\util.py -> build\lib\nordicsemi\dfu
    copying nordicsemi\dfu\__init__.py -> build\lib\nordicsemi\dfu
    creating build\lib\nordicsemi\utility
    copying nordicsemi\utility\target_registry.py -> build\lib\nordicsemi\utility
    copying nordicsemi\utility\__init__.py -> build\lib\nordicsemi\utility
    creating build\lib\nordicsemi\bluetooth\hci
    copying nordicsemi\bluetooth\hci\codec.py -> build\lib\nordicsemi\bluetooth\hci
    copying nordicsemi\bluetooth\hci\slip.py -> build\lib\nordicsemi\bluetooth\hci
    copying nordicsemi\bluetooth\hci\__init__.py -> build\lib\nordicsemi\bluetooth\hci
    creating build\lib\nordicsemi\bluetooth\hci\tests
    copying nordicsemi\bluetooth\hci\tests\test_codec.py -> build\lib\nordicsemi\bluetooth\hci\tests
    copying nordicsemi\bluetooth\hci\tests\__init__.py -> build\lib\nordicsemi\bluetooth\hci\tests
    creating build\lib\nordicsemi\dfu\intelhex
    copying nordicsemi\dfu\intelhex\compat.py -> build\lib\nordicsemi\dfu\intelhex
    copying nordicsemi\dfu\intelhex\__init__.py -> build\lib\nordicsemi\dfu\intelhex
    creating build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_dfu_transport_serial.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_init_packet.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_manifest.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_nrfhex.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_package.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\test_signing.py -> build\lib\nordicsemi\dfu\tests
    copying nordicsemi\dfu\tests\__init__.py -> build\lib\nordicsemi\dfu\tests
    creating build\lib\nordicsemi\utility\tests
    copying nordicsemi\utility\tests\test_target_registry.py -> build\lib\nordicsemi\utility\tests
    copying nordicsemi\utility\tests\__init__.py -> build\lib\nordicsemi\utility\tests
    creating build\bdist.win32
    creating build\bdist.win32\egg
    creating build\bdist.win32\egg\nordicsemi
    creating build\bdist.win32\egg\nordicsemi\bluetooth
    creating build\bdist.win32\egg\nordicsemi\bluetooth\hci
    copying build\lib\nordicsemi\bluetooth\hci\codec.py -> build\bdist.win32\egg\nordicsemi\bluetooth\hci
    copying build\lib\nordicsemi\bluetooth\hci\slip.py -> build\bdist.win32\egg\nordicsemi\bluetooth\hci
    creating build\bdist.win32\egg\nordicsemi\bluetooth\hci\tests
    copying build\lib\nordicsemi\bluetooth\hci\tests\test_codec.py -> build\bdist.win32\egg\nordicsemi\bluetooth\hci\tests
    copying build\lib\nordicsemi\bluetooth\hci\tests\__init__.py -> build\bdist.win32\egg\nordicsemi\bluetooth\hci\tests
    copying build\lib\nordicsemi\bluetooth\hci\__init__.py -> build\bdist.win32\egg\nordicsemi\bluetooth\hci
    copying build\lib\nordicsemi\bluetooth\__init__.py -> build\bdist.win32\egg\nordicsemi\bluetooth
    creating build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\crc16.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\dfu.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\dfu_transport.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\dfu_transport_ble.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\dfu_transport_serial.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\init_packet.py -> build\bdist.win32\egg\nordicsemi\dfu
    creating build\bdist.win32\egg\nordicsemi\dfu\intelhex
    copying build\lib\nordicsemi\dfu\intelhex\compat.py -> build\bdist.win32\egg\nordicsemi\dfu\intelhex
    copying build\lib\nordicsemi\dfu\intelhex\__init__.py -> build\bdist.win32\egg\nordicsemi\dfu\intelhex
    copying build\lib\nordicsemi\dfu\manifest.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\model.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\nrfhex.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\package.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\signing.py -> build\bdist.win32\egg\nordicsemi\dfu
    creating build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_dfu_transport_serial.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_init_packet.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_manifest.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_nrfhex.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_package.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\test_signing.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\tests\__init__.py -> build\bdist.win32\egg\nordicsemi\dfu\tests
    copying build\lib\nordicsemi\dfu\util.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\dfu\__init__.py -> build\bdist.win32\egg\nordicsemi\dfu
    copying build\lib\nordicsemi\exceptions.py -> build\bdist.win32\egg\nordicsemi
    creating build\bdist.win32\egg\nordicsemi\utility
    copying build\lib\nordicsemi\utility\target_registry.py -> build\bdist.win32\egg\nordicsemi\utility
    creating build\bdist.win32\egg\nordicsemi\utility\tests
    copying build\lib\nordicsemi\utility\tests\test_target_registry.py -> build\bdist.win32\egg\nordicsemi\utility\tests
    copying build\lib\nordicsemi\utility\tests\__init__.py -> build\bdist.win32\egg\nordicsemi\utility\tests
    copying build\lib\nordicsemi\utility\__init__.py -> build\bdist.win32\egg\nordicsemi\utility
    copying build\lib\nordicsemi\version.py -> build\bdist.win32\egg\nordicsemi
    copying build\lib\nordicsemi\__init__.py -> build\bdist.win32\egg\nordicsemi
    copying build\lib\nordicsemi\__main__.py -> build\bdist.win32\egg\nordicsemi
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\hci\codec.py to codec.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\hci\slip.py to slip.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\hci\tests\test_codec.py to test_codec.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\hci\tests\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\hci\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\bluetooth\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\crc16.py to crc16.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\dfu.py to dfu.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\dfu_transport.py to dfu_transport.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\dfu_transport_ble.py to dfu_transport_ble.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\dfu_transport_serial.py to dfu_transport_serial.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\init_packet.py to init_packet.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\intelhex\compat.py to compat.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\intelhex\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\manifest.py to manifest.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\model.py to model.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\nrfhex.py to nrfhex.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\package.py to package.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\signing.py to signing.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_dfu_transport_serial.py to test_dfu_transport_serial.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_init_packet.py to test_init_packet.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_manifest.py to test_manifest.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_nrfhex.py to test_nrfhex.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_package.py to test_package.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\test_signing.py to test_signing.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\tests\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\util.py to util.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\dfu\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\exceptions.py to exceptions.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\utility\target_registry.py to target_registry.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\utility\tests\test_target_registry.py to test_target_registry.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\utility\tests\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\utility\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\version.py to version.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\__init__.py to __init__.pyc
    byte-compiling build\bdist.win32\egg\nordicsemi\__main__.py to __main__.pyc
    creating build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\entry_points.txt -> build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\not-zip-safe -> build\bdist.win32\egg\EGG-INFO
    copying nrfutil.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
    creating dist
    creating 'dist\nrfutil-0.3.0-py2.7.egg' and adding 'build\bdist.win32\egg' to it
    removing 'build\bdist.win32\egg' (and everything under it)
    Processing nrfutil-0.3.0-py2.7.egg
    creating c:\python27\lib\site-packages\nrfutil-0.3.0-py2.7.egg
    Extracting nrfutil-0.3.0-py2.7.egg to c:\python27\lib\site-packages
    Adding nrfutil 0.3.0 to easy-install.pth file
    Installing nrfutil-script.py script to C:\Python27\Scripts
    Installing nrfutil.exe script to C:\Python27\Scripts
    Installing nrfutil.exe.manifest script to C:\Python27\Scripts
    
    Installed c:\python27\lib\site-packages\nrfutil-0.3.0-py2.7.egg
    Processing dependencies for nrfutil==0.3.0
    Finished processing dependencies for nrfutil==0.3.0
    
    
    Final SteP:  PS C:\Python27\pc-nrfutil-0.3.0> python setup.py py2exe
    
    =======out put==========================0
    running py2exe
    running build_py
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\bundle-2.7
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\temp
    creating C:\Python27\pc-nrfutil-0.3.0\0.3.0
    *** searching for required modules ***
    *** parsing results ***
    *** finding dlls needed ***
    *** create binaries ***
    *** byte compile python files ***
    byte-compiling C:\Python27\lib\StringIO.py to StringIO.pyc
    byte-compiling C:\Python27\lib\UserDict.py to UserDict.pyc
    byte-compiling C:\Python27\lib\_LWPCookieJar.py to _LWPCookieJar.pyc
    byte-compiling C:\Python27\lib\_MozillaCookieJar.py to _MozillaCookieJar.pyc
    byte-compiling C:\Python27\lib\__future__.py to __future__.pyc
    byte-compiling C:\Python27\lib\_abcoll.py to _abcoll.pyc
    byte-compiling C:\Python27\lib\_osx_support.py to _osx_support.pyc
    byte-compiling C:\Python27\lib\_strptime.py to _strptime.pyc
    byte-compiling C:\Python27\lib\_threading_local.py to _threading_local.pyc
    byte-compiling C:\Python27\lib\_weakrefset.py to _weakrefset.pyc
    byte-compiling C:\Python27\lib\abc.py to abc.pyc
    byte-compiling C:\Python27\lib\anydbm.py to anydbm.pyc
    byte-compiling C:\Python27\lib\ast.py to ast.pyc
    byte-compiling C:\Python27\lib\atexit.py to atexit.pyc
    byte-compiling C:\Python27\lib\base64.py to base64.pyc
    byte-compiling C:\Python27\lib\bdb.py to bdb.pyc
    byte-compiling C:\Python27\lib\bisect.py to bisect.pyc
    byte-compiling C:\Python27\lib\calendar.py to calendar.pyc
    byte-compiling C:\Python27\lib\cmd.py to cmd.pyc
    byte-compiling C:\Python27\lib\codecs.py to codecs.pyc
    byte-compiling C:\Python27\lib\collections.py to collections.pyc
    byte-compiling C:\Python27\lib\contextlib.py to contextlib.pyc
    byte-compiling C:\Python27\lib\cookielib.py to cookielib.pyc
    byte-compiling C:\Python27\lib\copy.py to copy.pyc
    byte-compiling C:\Python27\lib\copy_reg.py to copy_reg.pyc
    byte-compiling C:\Python27\lib\ctypes\__init__.py to ctypes\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\ctypes
    byte-compiling C:\Python27\lib\ctypes\_endian.py to ctypes\_endian.pyc
    byte-compiling C:\Python27\lib\ctypes\macholib\__init__.py to ctypes\macholib\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\ctypes\macholib
    byte-compiling C:\Python27\lib\ctypes\macholib\dyld.py to ctypes\macholib\dyld.pyc
    byte-compiling C:\Python27\lib\ctypes\macholib\dylib.py to ctypes\macholib\dylib.pyc
    byte-compiling C:\Python27\lib\ctypes\macholib\framework.py to ctypes\macholib\framework.pyc
    byte-compiling C:\Python27\lib\ctypes\util.py to ctypes\util.pyc
    byte-compiling C:\Python27\lib\ctypes\wintypes.py to ctypes\wintypes.pyc
    byte-compiling C:\Python27\lib\decimal.py to decimal.pyc
    byte-compiling C:\Python27\lib\difflib.py to difflib.pyc
    byte-compiling C:\Python27\lib\dis.py to dis.pyc
    byte-compiling C:\Python27\lib\distutils\__init__.py to distutils\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\distutils
    byte-compiling C:\Python27\lib\distutils\debug.py to distutils\debug.pyc
    byte-compiling C:\Python27\lib\distutils\errors.py to distutils\errors.pyc
    byte-compiling C:\Python27\lib\distutils\log.py to distutils\log.pyc
    byte-compiling C:\Python27\lib\distutils\spawn.py to distutils\spawn.pyc
    byte-compiling C:\Python27\lib\distutils\sysconfig.py to distutils\sysconfig.pyc
    byte-compiling C:\Python27\lib\distutils\text_file.py to distutils\text_file.pyc
    byte-compiling C:\Python27\lib\doctest.py to doctest.pyc
    byte-compiling C:\Python27\lib\dumbdbm.py to dumbdbm.pyc
    byte-compiling C:\Python27\lib\dummy_thread.py to dummy_thread.pyc
    byte-compiling C:\Python27\lib\dummy_threading.py to dummy_threading.pyc
    byte-compiling C:\Python27\lib\email\__init__.py to email\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\email
    byte-compiling C:\Python27\lib\email\_parseaddr.py to email\_parseaddr.pyc
    byte-compiling C:\Python27\lib\email\base64mime.py to email\base64mime.pyc
    byte-compiling C:\Python27\lib\email\charset.py to email\charset.pyc
    byte-compiling C:\Python27\lib\email\encoders.py to email\encoders.pyc
    byte-compiling C:\Python27\lib\email\errors.py to email\errors.pyc
    byte-compiling C:\Python27\lib\email\feedparser.py to email\feedparser.pyc
    byte-compiling C:\Python27\lib\email\generator.py to email\generator.pyc
    byte-compiling C:\Python27\lib\email\header.py to email\header.pyc
    byte-compiling C:\Python27\lib\email\iterators.py to email\iterators.pyc
    byte-compiling C:\Python27\lib\email\message.py to email\message.pyc
    byte-compiling C:\Python27\lib\email\mime\__init__.py to email\mime\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\email\mime
    byte-compiling C:\Python27\lib\email\parser.py to email\parser.pyc
    byte-compiling C:\Python27\lib\email\quoprimime.py to email\quoprimime.pyc
    byte-compiling C:\Python27\lib\email\utils.py to email\utils.pyc
    byte-compiling C:\Python27\lib\encodings\__init__.py to encodings\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\encodings
    byte-compiling C:\Python27\lib\encodings\aliases.py to encodings\aliases.pyc
    byte-compiling C:\Python27\lib\encodings\ascii.py to encodings\ascii.pyc
    byte-compiling C:\Python27\lib\encodings\base64_codec.py to encodings\base64_codec.pyc
    byte-compiling C:\Python27\lib\encodings\big5.py to encodings\big5.pyc
    byte-compiling C:\Python27\lib\encodings\big5hkscs.py to encodings\big5hkscs.pyc
    byte-compiling C:\Python27\lib\encodings\bz2_codec.py to encodings\bz2_codec.pyc
    byte-compiling C:\Python27\lib\encodings\charmap.py to encodings\charmap.pyc
    byte-compiling C:\Python27\lib\encodings\cp037.py to encodings\cp037.pyc
    byte-compiling C:\Python27\lib\encodings\cp1006.py to encodings\cp1006.pyc
    byte-compiling C:\Python27\lib\encodings\cp1026.py to encodings\cp1026.pyc
    byte-compiling C:\Python27\lib\encodings\cp1140.py to encodings\cp1140.pyc
    byte-compiling C:\Python27\lib\encodings\cp1250.py to encodings\cp1250.pyc
    byte-compiling C:\Python27\lib\encodings\cp1251.py to encodings\cp1251.pyc
    byte-compiling C:\Python27\lib\encodings\cp1252.py to encodings\cp1252.pyc
    byte-compiling C:\Python27\lib\encodings\cp1253.py to encodings\cp1253.pyc
    byte-compiling C:\Python27\lib\encodings\cp1254.py to encodings\cp1254.pyc
    byte-compiling C:\Python27\lib\encodings\cp1255.py to encodings\cp1255.pyc
    byte-compiling C:\Python27\lib\encodings\cp1256.py to encodings\cp1256.pyc
    byte-compiling C:\Python27\lib\encodings\cp1257.py to encodings\cp1257.pyc
    byte-compiling C:\Python27\lib\encodings\cp1258.py to encodings\cp1258.pyc
    byte-compiling C:\Python27\lib\encodings\cp424.py to encodings\cp424.pyc
    byte-compiling C:\Python27\lib\encodings\cp437.py to encodings\cp437.pyc
    byte-compiling C:\Python27\lib\encodings\cp500.py to encodings\cp500.pyc
    byte-compiling C:\Python27\lib\encodings\cp720.py to encodings\cp720.pyc
    byte-compiling C:\Python27\lib\encodings\cp737.py to encodings\cp737.pyc
    byte-compiling C:\Python27\lib\encodings\cp775.py to encodings\cp775.pyc
    byte-compiling C:\Python27\lib\encodings\cp850.py to encodings\cp850.pyc
    byte-compiling C:\Python27\lib\encodings\cp852.py to encodings\cp852.pyc
    byte-compiling C:\Python27\lib\encodings\cp855.py to encodings\cp855.pyc
    byte-compiling C:\Python27\lib\encodings\cp856.py to encodings\cp856.pyc
    byte-compiling C:\Python27\lib\encodings\cp857.py to encodings\cp857.pyc
    byte-compiling C:\Python27\lib\encodings\cp858.py to encodings\cp858.pyc
    byte-compiling C:\Python27\lib\encodings\cp860.py to encodings\cp860.pyc
    byte-compiling C:\Python27\lib\encodings\cp861.py to encodings\cp861.pyc
    byte-compiling C:\Python27\lib\encodings\cp862.py to encodings\cp862.pyc
    byte-compiling C:\Python27\lib\encodings\cp863.py to encodings\cp863.pyc
    byte-compiling C:\Python27\lib\encodings\cp864.py to encodings\cp864.pyc
    byte-compiling C:\Python27\lib\encodings\cp865.py to encodings\cp865.pyc
    byte-compiling C:\Python27\lib\encodings\cp866.py to encodings\cp866.pyc
    byte-compiling C:\Python27\lib\encodings\cp869.py to encodings\cp869.pyc
    byte-compiling C:\Python27\lib\encodings\cp874.py to encodings\cp874.pyc
    byte-compiling C:\Python27\lib\encodings\cp875.py to encodings\cp875.pyc
    byte-compiling C:\Python27\lib\encodings\cp932.py to encodings\cp932.pyc
    byte-compiling C:\Python27\lib\encodings\cp949.py to encodings\cp949.pyc
    byte-compiling C:\Python27\lib\encodings\cp950.py to encodings\cp950.pyc
    byte-compiling C:\Python27\lib\encodings\euc_jis_2004.py to encodings\euc_jis_2004.pyc
    byte-compiling C:\Python27\lib\encodings\euc_jisx0213.py to encodings\euc_jisx0213.pyc
    byte-compiling C:\Python27\lib\encodings\euc_jp.py to encodings\euc_jp.pyc
    byte-compiling C:\Python27\lib\encodings\euc_kr.py to encodings\euc_kr.pyc
    byte-compiling C:\Python27\lib\encodings\gb18030.py to encodings\gb18030.pyc
    byte-compiling C:\Python27\lib\encodings\gb2312.py to encodings\gb2312.pyc
    byte-compiling C:\Python27\lib\encodings\gbk.py to encodings\gbk.pyc
    byte-compiling C:\Python27\lib\encodings\hex_codec.py to encodings\hex_codec.pyc
    byte-compiling C:\Python27\lib\encodings\hp_roman8.py to encodings\hp_roman8.pyc
    byte-compiling C:\Python27\lib\encodings\hz.py to encodings\hz.pyc
    byte-compiling C:\Python27\lib\encodings\idna.py to encodings\idna.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp.py to encodings\iso2022_jp.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp_1.py to encodings\iso2022_jp_1.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp_2.py to encodings\iso2022_jp_2.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp_2004.py to encodings\iso2022_jp_2004.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp_3.py to encodings\iso2022_jp_3.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_jp_ext.py to encodings\iso2022_jp_ext.pyc
    byte-compiling C:\Python27\lib\encodings\iso2022_kr.py to encodings\iso2022_kr.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_1.py to encodings\iso8859_1.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_10.py to encodings\iso8859_10.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_11.py to encodings\iso8859_11.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_13.py to encodings\iso8859_13.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_14.py to encodings\iso8859_14.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_15.py to encodings\iso8859_15.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_16.py to encodings\iso8859_16.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_2.py to encodings\iso8859_2.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_3.py to encodings\iso8859_3.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_4.py to encodings\iso8859_4.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_5.py to encodings\iso8859_5.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_6.py to encodings\iso8859_6.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_7.py to encodings\iso8859_7.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_8.py to encodings\iso8859_8.pyc
    byte-compiling C:\Python27\lib\encodings\iso8859_9.py to encodings\iso8859_9.pyc
    byte-compiling C:\Python27\lib\encodings\johab.py to encodings\johab.pyc
    byte-compiling C:\Python27\lib\encodings\koi8_r.py to encodings\koi8_r.pyc
    byte-compiling C:\Python27\lib\encodings\koi8_u.py to encodings\koi8_u.pyc
    byte-compiling C:\Python27\lib\encodings\latin_1.py to encodings\latin_1.pyc
    byte-compiling C:\Python27\lib\encodings\mac_arabic.py to encodings\mac_arabic.pyc
    byte-compiling C:\Python27\lib\encodings\mac_centeuro.py to encodings\mac_centeuro.pyc
    byte-compiling C:\Python27\lib\encodings\mac_croatian.py to encodings\mac_croatian.pyc
    byte-compiling C:\Python27\lib\encodings\mac_cyrillic.py to encodings\mac_cyrillic.pyc
    byte-compiling C:\Python27\lib\encodings\mac_farsi.py to encodings\mac_farsi.pyc
    byte-compiling C:\Python27\lib\encodings\mac_greek.py to encodings\mac_greek.pyc
    byte-compiling C:\Python27\lib\encodings\mac_iceland.py to encodings\mac_iceland.pyc
    byte-compiling C:\Python27\lib\encodings\mac_latin2.py to encodings\mac_latin2.pyc
    byte-compiling C:\Python27\lib\encodings\mac_roman.py to encodings\mac_roman.pyc
    byte-compiling C:\Python27\lib\encodings\mac_romanian.py to encodings\mac_romanian.pyc
    byte-compiling C:\Python27\lib\encodings\mac_turkish.py to encodings\mac_turkish.pyc
    byte-compiling C:\Python27\lib\encodings\mbcs.py to encodings\mbcs.pyc
    byte-compiling C:\Python27\lib\encodings\palmos.py to encodings\palmos.pyc
    byte-compiling C:\Python27\lib\encodings\ptcp154.py to encodings\ptcp154.pyc
    byte-compiling C:\Python27\lib\encodings\punycode.py to encodings\punycode.pyc
    byte-compiling C:\Python27\lib\encodings\quopri_codec.py to encodings\quopri_codec.pyc
    byte-compiling C:\Python27\lib\encodings\raw_unicode_escape.py to encodings\raw_unicode_escape.pyc
    byte-compiling C:\Python27\lib\encodings\rot_13.py to encodings\rot_13.pyc
    byte-compiling C:\Python27\lib\encodings\shift_jis.py to encodings\shift_jis.pyc
    byte-compiling C:\Python27\lib\encodings\shift_jis_2004.py to encodings\shift_jis_2004.pyc
    byte-compiling C:\Python27\lib\encodings\shift_jisx0213.py to encodings\shift_jisx0213.pyc
    byte-compiling C:\Python27\lib\encodings\string_escape.py to encodings\string_escape.pyc
    byte-compiling C:\Python27\lib\encodings\tis_620.py to encodings\tis_620.pyc
    byte-compiling C:\Python27\lib\encodings\undefined.py to encodings\undefined.pyc
    byte-compiling C:\Python27\lib\encodings\unicode_escape.py to encodings\unicode_escape.pyc
    byte-compiling C:\Python27\lib\encodings\unicode_internal.py to encodings\unicode_internal.pyc
    byte-compiling C:\Python27\lib\encodings\utf_16.py to encodings\utf_16.pyc
    byte-compiling C:\Python27\lib\encodings\utf_16_be.py to encodings\utf_16_be.pyc
    byte-compiling C:\Python27\lib\encodings\utf_16_le.py to encodings\utf_16_le.pyc
    byte-compiling C:\Python27\lib\encodings\utf_32.py to encodings\utf_32.pyc
    byte-compiling C:\Python27\lib\encodings\utf_32_be.py to encodings\utf_32_be.pyc
    byte-compiling C:\Python27\lib\encodings\utf_32_le.py to encodings\utf_32_le.pyc
    byte-compiling C:\Python27\lib\encodings\utf_7.py to encodings\utf_7.pyc
    byte-compiling C:\Python27\lib\encodings\utf_8.py to encodings\utf_8.pyc
    byte-compiling C:\Python27\lib\encodings\utf_8_sig.py to encodings\utf_8_sig.pyc
    byte-compiling C:\Python27\lib\encodings\uu_codec.py to encodings\uu_codec.pyc
    byte-compiling C:\Python27\lib\encodings\zlib_codec.py to encodings\zlib_codec.pyc
    byte-compiling C:\Python27\lib\fnmatch.py to fnmatch.pyc
    byte-compiling C:\Python27\lib\ftplib.py to ftplib.pyc
    byte-compiling C:\Python27\lib\functools.py to functools.pyc
    byte-compiling C:\Python27\lib\genericpath.py to genericpath.pyc
    byte-compiling C:\Python27\lib\getopt.py to getopt.pyc
    byte-compiling C:\Python27\lib\getpass.py to getpass.pyc
    byte-compiling C:\Python27\lib\gettext.py to gettext.pyc
    byte-compiling C:\Python27\lib\glob.py to glob.pyc
    byte-compiling C:\Python27\lib\gzip.py to gzip.pyc
    byte-compiling C:\Python27\lib\hashlib.py to hashlib.pyc
    byte-compiling C:\Python27\lib\heapq.py to heapq.pyc
    byte-compiling C:\Python27\lib\hmac.py to hmac.pyc
    byte-compiling C:\Python27\lib\httplib.py to httplib.pyc
    byte-compiling C:\Python27\lib\importlib\__init__.py to importlib\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\importlib
    byte-compiling C:\Python27\lib\inspect.py to inspect.pyc
    byte-compiling C:\Python27\lib\io.py to io.pyc
    byte-compiling C:\Python27\lib\json\__init__.py to json\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\json
    byte-compiling C:\Python27\lib\json\decoder.py to json\decoder.pyc
    byte-compiling C:\Python27\lib\json\encoder.py to json\encoder.pyc
    byte-compiling C:\Python27\lib\json\scanner.py to json\scanner.pyc
    byte-compiling C:\Python27\lib\keyword.py to keyword.pyc
    byte-compiling C:\Python27\lib\linecache.py to linecache.pyc
    byte-compiling C:\Python27\lib\locale.py to locale.pyc
    byte-compiling C:\Python27\lib\logging\__init__.py to logging\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\logging
    byte-compiling C:\Python27\lib\mimetools.py to mimetools.pyc
    byte-compiling C:\Python27\lib\mimetypes.py to mimetypes.pyc
    byte-compiling C:\Python27\lib\ntpath.py to ntpath.pyc
    byte-compiling C:\Python27\lib\nturl2path.py to nturl2path.pyc
    byte-compiling C:\Python27\lib\numbers.py to numbers.pyc
    byte-compiling C:\Python27\lib\opcode.py to opcode.pyc
    byte-compiling C:\Python27\lib\optparse.py to optparse.pyc
    byte-compiling C:\Python27\lib\os.py to os.pyc
    byte-compiling C:\Python27\lib\os2emxpath.py to os2emxpath.pyc
    byte-compiling C:\Python27\lib\pdb.py to pdb.pyc
    byte-compiling C:\Python27\lib\pkgutil.py to pkgutil.pyc
    byte-compiling C:\Python27\lib\platform.py to platform.pyc
    byte-compiling C:\Python27\lib\plistlib.py to plistlib.pyc
    byte-compiling C:\Python27\lib\posixpath.py to posixpath.pyc
    byte-compiling C:\Python27\lib\pprint.py to pprint.pyc
    byte-compiling C:\Python27\lib\py_compile.py to py_compile.pyc
    byte-compiling C:\Python27\lib\quopri.py to quopri.pyc
    byte-compiling C:\Python27\lib\random.py to random.pyc
    byte-compiling C:\Python27\lib\re.py to re.pyc
    byte-compiling C:\Python27\lib\repr.py to repr.pyc
    byte-compiling C:\Python27\lib\rfc822.py to rfc822.pyc
    byte-compiling C:\Python27\lib\shlex.py to shlex.pyc
    byte-compiling C:\Python27\lib\shutil.py to shutil.pyc
    byte-compiling C:\Python27\lib\site-packages\_dummy_thread\__init__.py to _dummy_thread\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\_dummy_thread
    byte-compiling C:\Python27\lib\site-packages\_thread\__init__.py to _thread\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\_thread
    byte-compiling C:\Python27\lib\site-packages\builtins\__init__.py to builtins\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\builtins
    byte-compiling C:\Python27\lib\site-packages\click\__init__.py to click\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\click
    byte-compiling C:\Python27\lib\site-packages\click\_bashcomplete.py to click\_bashcomplete.pyc
    byte-compiling C:\Python27\lib\site-packages\click\_compat.py to click\_compat.pyc
    byte-compiling C:\Python27\lib\site-packages\click\_termui_impl.py to click\_termui_impl.pyc
    byte-compiling C:\Python27\lib\site-packages\click\_textwrap.py to click\_textwrap.pyc
    byte-compiling C:\Python27\lib\site-packages\click\_unicodefun.py to click\_unicodefun.pyc
    byte-compiling C:\Python27\lib\site-packages\click\_winconsole.py to click\_winconsole.pyc
    byte-compiling C:\Python27\lib\site-packages\click\core.py to click\core.pyc
    byte-compiling C:\Python27\lib\site-packages\click\decorators.py to click\decorators.pyc
    byte-compiling C:\Python27\lib\site-packages\click\exceptions.py to click\exceptions.pyc
    byte-compiling C:\Python27\lib\site-packages\click\formatting.py to click\formatting.pyc
    byte-compiling C:\Python27\lib\site-packages\click\globals.py to click\globals.pyc
    byte-compiling C:\Python27\lib\site-packages\click\parser.py to click\parser.pyc
    byte-compiling C:\Python27\lib\site-packages\click\termui.py to click\termui.pyc
    byte-compiling C:\Python27\lib\site-packages\click\types.py to click\types.pyc
    byte-compiling C:\Python27\lib\site-packages\click\utils.py to click\utils.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\__init__.py to ecdsa\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\ecdsa
    byte-compiling C:\Python27\lib\site-packages\ecdsa\_version.py to ecdsa\_version.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\curves.py to ecdsa\curves.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\der.py to ecdsa\der.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\ecdsa.py to ecdsa\ecdsa.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\ellipticcurve.py to ecdsa\ellipticcurve.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\keys.py to ecdsa\keys.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\numbertheory.py to ecdsa\numbertheory.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\rfc6979.py to ecdsa\rfc6979.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\six.py to ecdsa\six.pyc
    byte-compiling C:\Python27\lib\site-packages\ecdsa\util.py to ecdsa\util.pyc
    byte-compiling C:\Python27\lib\site-packages\enum\__init__.py to enum\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\enum
    byte-compiling C:\Python27\lib\site-packages\future\__init__.py to future\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future
    byte-compiling C:\Python27\lib\site-packages\future\backports\__init__.py to future\backports\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\backports
    byte-compiling C:\Python27\lib\site-packages\future\backports\datetime.py to future\backports\datetime.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\__init__.py to future\backports\email\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\backports\email
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\_encoded_words.py to future\backports\email\_encoded_words.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\_parseaddr.py to future\backports\email\_parseaddr.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\_policybase.py to future\backports\email\_policybase.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\base64mime.py to future\backports\email\base64mime.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\charset.py to future\backports\email\charset.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\encoders.py to future\backports\email\encoders.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\errors.py to future\backports\email\errors.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\feedparser.py to future\backports\email\feedparser.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\generator.py to future\backports\email\generator.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\header.py to future\backports\email\header.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\iterators.py to future\backports\email\iterators.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\message.py to future\backports\email\message.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\parser.py to future\backports\email\parser.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\quoprimime.py to future\backports\email\quoprimime.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\email\utils.py to future\backports\email\utils.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\http\__init__.py to future\backports\http\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\backports\http
    byte-compiling C:\Python27\lib\site-packages\future\backports\http\client.py to future\backports\http\client.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\http\cookiejar.py to future\backports\http\cookiejar.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\misc.py to future\backports\misc.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\__init__.py to future\backports\urllib\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\backports\urllib
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\error.py to future\backports\urllib\error.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\parse.py to future\backports\urllib\parse.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\request.py to future\backports\urllib\request.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\response.py to future\backports\urllib\response.pyc
    byte-compiling C:\Python27\lib\site-packages\future\backports\urllib\robotparser.py to future\backports\urllib\robotparser.pyc
    byte-compiling C:\Python27\lib\site-packages\future\builtins\__init__.py to future\builtins\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\builtins
    byte-compiling C:\Python27\lib\site-packages\future\builtins\iterators.py to future\builtins\iterators.pyc
    byte-compiling C:\Python27\lib\site-packages\future\builtins\misc.py to future\builtins\misc.pyc
    byte-compiling C:\Python27\lib\site-packages\future\builtins\newnext.py to future\builtins\newnext.pyc
    byte-compiling C:\Python27\lib\site-packages\future\builtins\newround.py to future\builtins\newround.pyc
    byte-compiling C:\Python27\lib\site-packages\future\builtins\newsuper.py to future\builtins\newsuper.pyc
    byte-compiling C:\Python27\lib\site-packages\future\moves\__init__.py to future\moves\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\moves
    byte-compiling C:\Python27\lib\site-packages\future\moves\dbm\__init__.py to future\moves\dbm\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\moves\dbm
    byte-compiling C:\Python27\lib\site-packages\future\moves\dbm\dumb.py to future\moves\dbm\dumb.pyc
    byte-compiling C:\Python27\lib\site-packages\future\moves\dbm\gnu.py to future\moves\dbm\gnu.pyc
    byte-compiling C:\Python27\lib\site-packages\future\moves\dbm\ndbm.py to future\moves\dbm\ndbm.pyc
    byte-compiling C:\Python27\lib\site-packages\future\moves\test\__init__.py to future\moves\test\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\moves\test
    byte-compiling C:\Python27\lib\site-packages\future\moves\test\support.py to future\moves\test\support.pyc
    byte-compiling C:\Python27\lib\site-packages\future\standard_library\__init__.py to future\standard_library\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\standard_library
    byte-compiling C:\Python27\lib\site-packages\future\types\__init__.py to future\types\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\types
    byte-compiling C:\Python27\lib\site-packages\future\types\newbytes.py to future\types\newbytes.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newdict.py to future\types\newdict.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newint.py to future\types\newint.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newlist.py to future\types\newlist.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newobject.py to future\types\newobject.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newrange.py to future\types\newrange.pyc
    byte-compiling C:\Python27\lib\site-packages\future\types\newstr.py to future\types\newstr.pyc
    byte-compiling C:\Python27\lib\site-packages\future\utils\__init__.py to future\utils\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\future\utils
    byte-compiling C:\Python27\lib\site-packages\future\utils\surrogateescape.py to future\utils\surrogateescape.pyc
    byte-compiling C:\Python27\lib\site-packages\pkg_resources\__init__.py to pkg_resources\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\pkg_resources
    byte-compiling C:\Python27\lib\site-packages\pkg_resources\extern\__init__.py to pkg_resources\extern\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\pkg_resources\extern
    byte-compiling C:\Python27\lib\site-packages\pkg_resources\py31compat.py to pkg_resources\py31compat.pyc
    byte-compiling C:\Python27\lib\site-packages\reprlib\__init__.py to reprlib\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\reprlib
    byte-compiling C:\Python27\lib\site-packages\serial\__init__.py to serial\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\serial
    byte-compiling C:\Python27\lib\site-packages\serial\serialcli.py to serial\serialcli.pyc
    byte-compiling C:\Python27\lib\site-packages\serial\serialjava.py to serial\serialjava.pyc
    byte-compiling C:\Python27\lib\site-packages\serial\serialposix.py to serial\serialposix.pyc
    byte-compiling C:\Python27\lib\site-packages\serial\serialutil.py to serial\serialutil.pyc
    byte-compiling C:\Python27\lib\site-packages\serial\serialwin32.py to serial\serialwin32.pyc
    byte-compiling C:\Python27\lib\site-packages\serial\win32.py to serial\win32.pyc
    byte-compiling C:\Python27\lib\site-packages\winreg\__init__.py to winreg\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\winreg
    byte-compiling C:\Python27\lib\site-packages\zipextimporter.py to zipextimporter.pyc
    byte-compiling C:\Python27\lib\socket.py to socket.pyc
    byte-compiling C:\Python27\lib\sre.py to sre.pyc
    byte-compiling C:\Python27\lib\sre_compile.py to sre_compile.pyc
    byte-compiling C:\Python27\lib\sre_constants.py to sre_constants.pyc
    byte-compiling C:\Python27\lib\sre_parse.py to sre_parse.pyc
    byte-compiling C:\Python27\lib\ssl.py to ssl.pyc
    byte-compiling C:\Python27\lib\stat.py to stat.pyc
    byte-compiling C:\Python27\lib\string.py to string.pyc
    byte-compiling C:\Python27\lib\stringprep.py to stringprep.pyc
    byte-compiling C:\Python27\lib\struct.py to struct.pyc
    byte-compiling C:\Python27\lib\subprocess.py to subprocess.pyc
    byte-compiling C:\Python27\lib\sysconfig.py to sysconfig.pyc
    byte-compiling C:\Python27\lib\tarfile.py to tarfile.pyc
    byte-compiling C:\Python27\lib\tempfile.py to tempfile.pyc
    byte-compiling C:\Python27\lib\test\__init__.py to test\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\test
    byte-compiling C:\Python27\lib\test\test_support.py to test\test_support.pyc
    byte-compiling C:\Python27\lib\textwrap.py to textwrap.pyc
    byte-compiling C:\Python27\lib\threading.py to threading.pyc
    byte-compiling C:\Python27\lib\token.py to token.pyc
    byte-compiling C:\Python27\lib\tokenize.py to tokenize.pyc
    byte-compiling C:\Python27\lib\traceback.py to traceback.pyc
    byte-compiling C:\Python27\lib\tty.py to tty.pyc
    byte-compiling C:\Python27\lib\types.py to types.pyc
    byte-compiling C:\Python27\lib\urllib.py to urllib.pyc
    byte-compiling C:\Python27\lib\urllib2.py to urllib2.pyc
    byte-compiling C:\Python27\lib\urlparse.py to urlparse.pyc
    byte-compiling C:\Python27\lib\uu.py to uu.pyc
    byte-compiling C:\Python27\lib\uuid.py to uuid.pyc
    byte-compiling C:\Python27\lib\warnings.py to warnings.pyc
    byte-compiling C:\Python27\lib\weakref.py to weakref.pyc
    byte-compiling C:\Python27\lib\webbrowser.py to webbrowser.pyc
    byte-compiling C:\Python27\lib\whichdb.py to whichdb.pyc
    byte-compiling C:\Python27\lib\xml\__init__.py to xml\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\xml
    byte-compiling C:\Python27\lib\xml\parsers\__init__.py to xml\parsers\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\xml\parsers
    byte-compiling C:\Python27\lib\xml\parsers\expat.py to xml\parsers\expat.pyc
    byte-compiling C:\Python27\lib\zipfile.py to zipfile.pyc
    byte-compiling build\lib\nordicsemi\__init__.py to nordicsemi\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\nordicsemi
    byte-compiling build\lib\nordicsemi\dfu\__init__.py to nordicsemi\dfu\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\nordicsemi\dfu
    byte-compiling build\lib\nordicsemi\dfu\crc16.py to nordicsemi\dfu\crc16.pyc
    byte-compiling build\lib\nordicsemi\dfu\dfu.py to nordicsemi\dfu\dfu.pyc
    byte-compiling build\lib\nordicsemi\dfu\dfu_transport.py to nordicsemi\dfu\dfu_transport.pyc
    byte-compiling build\lib\nordicsemi\dfu\dfu_transport_serial.py to nordicsemi\dfu\dfu_transport_serial.pyc
    byte-compiling build\lib\nordicsemi\dfu\init_packet.py to nordicsemi\dfu\init_packet.pyc
    byte-compiling build\lib\nordicsemi\dfu\intelhex\__init__.py to nordicsemi\dfu\intelhex\__init__.pyc
    creating C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7\nordicsemi\dfu\intelhex
    byte-compiling build\lib\nordicsemi\dfu\intelhex\compat.py to nordicsemi\dfu\intelhex\compat.pyc
    byte-compiling build\lib\nordicsemi\dfu\manifest.py to nordicsemi\dfu\manifest.pyc
    byte-compiling build\lib\nordicsemi\dfu\model.py to nordicsemi\dfu\model.pyc
    byte-compiling build\lib\nordicsemi\dfu\nrfhex.py to nordicsemi\dfu\nrfhex.pyc
    byte-compiling build\lib\nordicsemi\dfu\package.py to nordicsemi\dfu\package.pyc
    byte-compiling build\lib\nordicsemi\dfu\signing.py to nordicsemi\dfu\signing.pyc
    byte-compiling build\lib\nordicsemi\dfu\util.py to nordicsemi\dfu\util.pyc
    byte-compiling build\lib\nordicsemi\exceptions.py to nordicsemi\exceptions.pyc
    byte-compiling build\lib\nordicsemi\version.py to nordicsemi\version.pyc
    *** copy extensions ***
    copying C:\Python27\DLLs\_ctypes.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\_hashlib.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\_socket.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\_ssl.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\_testcapi.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\bz2.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\pyexpat.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\select.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\Python27\DLLs\unicodedata.pyd -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    *** copy dlls ***
    copying C:\WINDOWS\system32\CRYPT32.dll -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\collect-2.7
    copying C:\WINDOWS\system32\python27.dll -> C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\bundle-2.7
    setting sys.winver for 'C:\Python27\pc-nrfutil-0.3.0\build\bdist.win32\winexe\bundle-2.7\python27.dll' to 'nrfutil'
    copying C:\Python27\lib\site-packages\py2exe\run.exe -> C:\Python27\pc-nrfutil-0.3.0\0.3.0\nrfutil.exe
    Adding python27.dll as resource to C:\Python27\pc-nrfutil-0.3.0\0.3.0\nrfutil.exe
    The following modules appear to be missing
    ['Carbon', 'Carbon.Files', 'System', 'System.IO.Ports', '_datetime', '_imp', '_scproxy', '_sysconfigdata', 'colorama', 'dbm.dumb', 'dbm.gnu', 'dbm.ndbm', 'extern.six', 'gdbm', 'importlib.machinery', 'netbios', 'pkg_resources.extern.appdirs', 'pkg_resources.extern.packaging', 'pkg_resources.extern.six', 'pkg_resources.extern.six.moves', 'reprlib.recursive_repr', 'six.moves', 'test.support', 'win32pipe', 'win32wnet', '_thread.get_ident', 'winreg.CloseKey', 'winreg.HKEY_LOCAL_MACHINE', 'winreg.OpenKeyEx', 'winreg.QueryValueEx']
    PS C:\Python27\pc-nrfutil-0.3.0>

Related