README.md
Python Extension Module for TN3270 Acess
Linux Installation repositories
You can find instalation repositories in SUSE Build Service:
- Linux (Many distributions): https://build.opensuse.org/package/show/home:PerryWerneck:pw3270/python-tn3270
Building the windows version With MSVC & Python SetupTools
Install pw3270 with remote control and sdk modules
Build and install the "glue" library
* Open a MSVC Native tools command prompt as administrator.
* git clone https://github.com/PerryWerneck/libipc3270.git ./ipc3270
* cd ipc3270
* install.bat
- Get python-tn3270 sources from git
* Open a MSVC Native tools command prompt.
* git clone https://github.com/PerryWerneck/python-tn3270.git ./python-tn3270
- Build the extension using setup.py
* cd python-tn3270
* python setup.py build
- Install extension
* python setup.py install
- Build windows installer (optional)
* python setup.py bdist_wininst