Re: [pygtk] install pygtk from source with all its dependencies

2013-09-10 Thread Ogi Vranesic
Thank you Simon for your reply. I had a lot of other problems to install pygobject pygtk on suse (64 bit). Than I tried with installing of ActivePython-2.7.2.5-linux-x86_64 in the directory /opt. After it has been done succesfully I set all needed enviroment variables: (I'm not sure that this

Re: [pygtk] install pygtk from source with all its dependencies

2013-09-08 Thread Simon Feltman
Hi, A web search for PyUnicodeUCS4_DecodeUTF8 revealed the following: http://stackoverflow.com/questions/16871799/trying-to-import-a-module-undefined-symbol-pyunicodeucs4-decodeutf8 So, it looks like you need to build the extension with UCS-2 or build Python with UCS-4. The configure step for

[pygtk] install pygtk from source with all its dependencies

2013-09-06 Thread Ogi Vranesic
Hi dear users of pygtk I installed in linux (suse) python 2.7.5 from source in directory /usr/local/python. After installing of pygobject (as dependency for pygtk) and starting of python interpreter the following error message has been displayed: import gobject Traceback (most recent call