본문 바로가기

공부/프로그래밍

Using 4suite with Python 2.6

4suite installers don't support Python 2.6 and here's a way to build and install 4suite for your Python 2.6 (or higher).

1. Download 4suite source code (for now source code for Python 2.5 is the latest)
2. Run below commands:
 C:\4Suite-XML-1.0.2>python setup.py build
C:\4Suite-XML-1.0.2>python setup.py install