Skip to content

Python server for knime

knime-mpicbg edited this page Jun 7, 2011 · 15 revisions

Table of Contents

Preparation

install Python on the machine. Then install the following packages packages:


Installation

The latest stable mpicbg-python binaries are available here.

Alternatively, if you have access to the SWENG repository you can find the package under:

 svn+ssh://subversion-srv3/tds/utils/mpicbg-python

The latest binaries are also part of the repository, or you compile them yourself.


Launching

To start the python server, use the command

/etc/init.d/pyserver start 
To stop the python server, use the command
/etc/init.d/pyserver stop 

Debugging


Connecting

Go to KNIME > Preferences > KNIME > Python Scriping, to tell KNIME who to talk to.

 host: localhost (or whatever IP or DNS of the machine you installed the back-end on)
 port: 1198

Category:Knime Tools Public

Clone this wiki locally