Hi, I’m trying to install DropBox 0-6-1 on Centos 5.3 x86_64 reading your guide but the configure script exit after this error:
checking for pygtk… Traceback (most recent call last): File “”, line 6, in ? TypeError: ’str’ object is not callable no configure: error: couldn’t find pygtk
This is the result of -> rpm -qa |grep pygtk pygtk2-codegen-2.10.1-12.el5 pygtk2-devel-2.10.1-12.el5 pygtk2-libglade-2.10.1-12.el5 pygtk2-devel-2.10.1-12.el5 pygtk2-2.10.1-12.el5 というコメントがあり、自分も全く同じエラーに遭遇して、pygtkでぐぐるとpython 関係のプログラムであることがわかり、 ttp://www.hyk-home.com/blog/infra/archives/2009/05/05-202601-137.html によれば >Dropboxインストールに必要なスクリプトは、Python 2.5以上が必要ですが、 >CentOSではPython 2.4系までしか用意されていません。 >そのため、ここではPython 2.6をインストールします