<br /><span>On 17.05.17 22:09, <b class="name">Don Walters via users </b> <users@lists.opencsw.org> wrote:</span><blockquote cite="mid:CAHdZX51YAta6fhZFLs6GXysm7Fh1udBBD2ngiDJJDctJ=u6wGw@mail.gmail.com" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimetype-text-html"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">I want to use openpyxl for writing excel files via python.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)"><br /></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">I've got 25 years unix shell scripting, but am green at python.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)"><br /></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">I did:</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">     pip install openpyxl</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">and received:</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">     Traceback (most recent call last):</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">       File "/usr/bin/pip", line 8, in <module></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">         from pkg_resources import load_entry_point</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">     ImportError: No module named pkg_resources</div><div><br /></div><div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">Oddly, I notice there _is_ a directory called "pkg_resources" located at:</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">     /opt/csw/lib/python2.6/site-packages</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)"><br /></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">​I'm sure there's a "python.cfg" file or something I need to edit to tell python where to look.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)"><br /></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)">Can someone please give me the hint?</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(102,102,102)"><br /></div></div></div></div></blockquote><span>First of all check which Python you use! If you run /usr/bin/pip than probably you use OS system Python at /usr not OpenCSW Python, so it can only use modules in /usr/lib/python*<br /></span>