<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">When building spice-gtk after loading tons of MacPorts dependencies -- I was getting the following error.<div><br></div><div><div>make all-recursive</div><div>Making all in common</div><div>Making all in win</div><div>Making all in my_getopt-1.5</div><div>make[4]: Nothing to be done for `all'.</div><div>make[4]: Nothing to be done for `all-am'.</div><div>make[3]: Nothing to be done for `all-am'.</div><div>Making all in gtk</div><div> GEN spice-marshal.c</div><div> GEN spice-marshal.h</div><div> GEN generated_demarshallers.c</div><div>Traceback (most recent call last):</div><div> File "../spice_codegen.py", line 7, in <module></div><div> from python_modules import spice_parser</div><div> File "/Users/csharp/src/spice-gtk/spice-gtk-0.5/python_modules/spice_parser.py", line 1, in <module></div><div> from pyparsing import Literal, CaselessLiteral, Word, OneOrMore, ZeroOrMore, \</div><div>ImportError: No module named pyparsing</div><div>make[2]: *** [generated_demarshallers.c] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div><div><br></div><div>I could not find pyparsing in MacPorts via the port list command. I did find and load </div><div><div>py-parsing @1.5.1 python/py-parsing</div><div>py25-parsing @1.5.1 python/py25-parsing</div><div>py26-parsing @1.5.2 python/py26-parsing</div><div>py27-parsing @1.5.5 python/py27-parsing</div></div><div><br></div><div>But none of these resolved the issue.</div><div><br></div><div>So I downloaded <span class="Apple-style-span" style="font-family: Times; "><a href="http://distfiles.macports.org/python/pyparsing-1.5.5.tar.gz">pyparsing-1.5.5.tar.gz</a> from <a href="http://distfiles.macports.org/python/">http://distfiles.macports.org/python/</a></span></div><div>and installed it via "python setup.py install" which resolved the issue.</div></div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><br class="Apple-interchange-newline"><font class="Apple-style-span" color="#8CC63E">____</font></div><div><br></div><div><b><font class="Apple-style-span" color="#005581">Cliff Sharp</font></b><span class="Apple-converted-space"> </span>| <b><font class="Apple-style-span" color="#8CC63E"><a href="mailto:csharp@vbridges.com">csharp@vbridges.com</a></font></b></div><div><br></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></body></html>