Chilkat v9.1.0 for Linux – Python 2.5, 2.6 ready for Beta testing

Download

64-bit Python 2.5: chilkat-9.1.0-Python-2.5-x86_64-linux.tar.gz

64-bit Python 2.6: chilkat-9.1.0-Python-2.6-x86_64-linux.tar.gz

32-bit Python 2.5: chilkat-9.1.0-Python-2.5-i686-linux.tar.gz

32-bit Python 2.6: chilkat-9.1.0-Python-2.6-i686-linux.tar.gz

Install Instructions

Login as root and decompress and unpackfrom the root (“/”) directory.

su
cd /
gzip -dc
chilkat-9.1.0-python-2.5-linux-x86_64.tar.gz | tar -xof -

That’s all.  However, please read the information below to find out where the files are unpacked. If your Python install prefix is different (sys.prefix) you may need to copy the files to the correct directory matching your install prefix.

Unpack Directories
The x86_64 distribution for Python 2.5 unpacks to:

/usr/lib/python2.5/site-packages/_chilkat.so
/usr/lib/python2.5/site-packages/chilkat.py
/usr/lib/python2.5/site-packages/chilkat.pyc
/usr/lib/python2.5/site-packages/chilkat-9.1.0.egg-info

The i686 distribution for Python 2.5 unpacks to:

/usr/local/lib/python2.5/site-packages/_chilkat.so
/usr/local/lib/python2.5/site-packages/chilkat.py
/usr/local/lib/python2.5/site-packages/chilkat.pyc
/usr/local/lib/python2.5/site-packages/chilkat-9.1.0.egg-info

The i686 and x86_64 distributions for Python 2.6 unpack to:

/usr/local/lib/python2.6/site-packages/_chilkat.so
/usr/local/lib/python2.6/site-packages/chilkat.py
/usr/local/lib/python2.6/site-packages/chilkat.pyc
/usr/local/lib/python2.6/site-packages/chilkat-9.1.0.egg-info

Examples

Online examples are located at http://www.example-code.com/python/default.asp

Tags :