it's so strange <div> when i input </div><div>hisroty</div><div><br><div> 506 cd /home/tiger/pygtk-2.24.0</div><div> 507 PYTHON=/usr/local/bin/python2.7 ./configure --prefix=/usr</div><div> 508 echo $? #i get 0 ,it means success??</div>
<div> 509 make</div><div> 510 echo $? #i get 0 ,it means success??</div><div> 511 make install</div><div> 512 echo $? #i get 0 ,it means success??</div><div><br></div><div>no wrong output can see .</div>
<div><br></div><div><div>root@ocean:~# python2.7</div><div>Python 2.7.3 (default, Jul 1 2012, 14:13:18) </div><div>[GCC 4.4.5] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div>
<div>>>> import gtk</div><div>Traceback (most recent call last):</div><div> File "<stdin>", line 1, in <module></div><div>ImportError: No module named gtk</div><div>>>> </div></div>
<div><br></div><div><br></div><div><br></div><div class="gmail_quote">2012/7/8 Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Jul 8, 2012 at 2:47 PM, contro opinion <<a href="mailto:contropinion@gmail.com">contropinion@gmail.com</a>> wrote:<br>
> 3.PYTHON=/usr/bin/python2.7 ./configure --prefix=/usr<br>
> 4. make<br>
> 5. make install<br>
<br>
</div>What happened when you typed these commands? Were there failure<br>
messages? As Benjamine suggested, do you need to become root to<br>
install?<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>