Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
share /
doc /
alt-python27-pycairo /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2026-05-01 04:22
AUTHORS
178
B
-rw-r--r--
2009-01-09 05:44
COPYING
621
B
-rw-r--r--
2004-11-30 05:26
COPYING-LGPL-2.1
25.91
KB
-rw-r--r--
2004-11-30 05:27
COPYING-MPL-1.1
25.15
KB
-rw-r--r--
2004-11-30 05:27
ChangeLog
97.78
KB
-rw-r--r--
2009-06-25 13:14
INSTALL
801
B
-rw-r--r--
2009-01-01 09:15
NEWS
12.83
KB
-rw-r--r--
2009-06-25 13:06
README
3.09
KB
-rw-r--r--
2009-01-01 08:36
faq.rst
1.35
KB
-rw-r--r--
2009-06-20 12:19
overview.rst
1.05
KB
-rw-r--r--
2009-06-20 12:20
Save
Rename
Install method1 - preferred method --------------- Using the same install method of install as cairo - GNU autotools. $ python -c "import sys; print sys.prefix" # make a note of the python prefix $ ./configure --prefix=<python_prefix> $ make $ make install # may require superuser access To build from CVS, use this line instead of the configure line above: $ ./autogen.sh --prefix=<python_prefix> If you're installing to another prefix than the one where Python is installed Python will not be able to find the cairo module until you add $prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable. Install method2 - alternative install method --------------- 1. Untar the .tar.gz file 2. cd into the resulting directory 3. python setup.py install