<div dir="ltr">Thanks so much Chris. This is part of a super computer and I am afraid I don't have access to a machine with sudo permissions and similar architecture & OS.<div><br></div><div>Is there any way to active higher level of verbosity during the build process to identify what is failing? Or anything specifically I should watch for?</div>
<div><br></div><div style>James,</div><div style><br></div><div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 17, 2013 at 9:59 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Apr 18, 2013 at 8:39 AM, James Jong <<a href="mailto:ribonucleico@gmail.com">ribonucleico@gmail.com</a>> wrote:<br>
> I managed to compile sqlite with:<br>
><br>
> CPPFLAGS='-I/path_to_sqlite-3.7.16.2/include -I/path_to_tk8.6.0/include'<br>
><br>
> DFLAGS='-L/path_to_sqlite-3.7.16.2/lib -L/path_to_tk8.6.0/lib/'<br>
><br>
> ./configure --prefix=/path_to_python-2.7.4 --enable-shared<br>
><br>
> However, _tkinter is still failing. I don't know what else to try. Any<br>
> thoughts?<br>
<br>
</div>Can you build Python on a different system (to which you have admin<br>
rights), then deploy the binary to the one where you don't? Then you<br>
could do a much more standard compilation process. As long as the two<br>
systems are broadly similar, it should work.<br>
<br>
ChrisA<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br></div>