<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>No module named ipaddress when I directly run nrfutil from source code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25880/no-module-named-ipaddress-when-i-directly-run-nrfutil-from-source-code</link><description>I want to run the nrfutil to do some test, after I clone the source code from github.com/.../pc-nrfutil 
 I run the nrftutil directly from the source code without installing it by executing: 
 python nordicsemi/ main .py 
 and then I get 
 Traceback</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Oct 2017 09:24:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25880/no-module-named-ipaddress-when-i-directly-run-nrfutil-from-source-code" /><item><title>RE: No module named ipaddress when I directly run nrfutil from source code</title><link>https://devzone.nordicsemi.com/thread/101927?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 09:24:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8debfd4-126e-4699-aa41-43445214f906</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please make sure that the following prerequisites are satisfied:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.python.org/downloads/"&gt;Python 2.7 (2.7.10 or newer, not Python 3)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pip.pypa.io/en/stable/installing.html"&gt;pip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;setuptools (upgrade to latest version): pip install -U setuptools&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, if you want to generate a self-contained executable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PyInstaller: pip install pyinstaller&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>