Hi all,
First, I do not know what is the appropriate forum, here or in Python forum!!
I am new user in Ubuntu and I want install Python to complete installation other program.
After I downloaded Python version 2.7.5 , and uncompress the file in the my folder, I go to it with the terminal:
$ cd Python-2.7.5
and run the setup script using
…/Python2.7.5] $ python setup.py install
But I got multi-comments and errors in gcc, and the final thing is the error::
error: /home/abeer/HIC/Modules/_ctypes/libffi: No such file or directory
What is the proposed solution?
Thank you..