Name Last Update
.vscode Loading commit data...
debian Loading commit data...
rpm Loading commit data...
src Loading commit data...
testprograms Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
LICENCA Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
gitsync.sh Loading commit data...
pushtag.sh Loading commit data...
py3270.cbp Loading commit data...
run.bat Loading commit data...
setup.py Loading commit data...
test.sh Loading commit data...

README.md

Python Extension Module for TN3270 Acess

Linux Installation repositories

You can find instalation repositories in SUSE Build Service:

Building the windows version With MSVC & Python SetupTools

  1. Install pw3270 with remote control and sdk modules

  2. 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
  1. Get python-tn3270 sources from git
* Open a MSVC Native tools command prompt.
* git clone https://github.com/PerryWerneck/python-tn3270.git ./python-tn3270
  1. Build the extension using setup.py
* cd python-tn3270
* python setup.py build
  1. Install extension
* python setup.py install
  1. Build windows installer (optional)
* python setup.py bdist_wininst