Changeset 99 for pykoticon/trunk/README
- Timestamp:
- 01/27/06 13:19:55 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/README
r95 r99 36 36 37 37 $ python setup.py install 38 $ pykoticon pykota_server_ip_address local_tcp_port38 $ pykoticon pykota_server_ip_address 7654 39 39 40 on the pykota server :40 on the pykota server, in pykota.conf, just set : 41 41 42 $ ./tests/test.py client_ip_address client_tcp_port 42 --- CUT --- 43 overwrite_jobticket: /home/jerome/pykoticon/tests/test.py $PYKOTAJOBORIGINATINGHOSTNAME 7654 44 --- CUT --- 45 46 NB : here we arbitrarily chose 7654 as the TCP port, please choose 47 any unused port for testing. The TCP port on client and server's 48 command line MUST be identical, however on the client (pykoticon) 49 side, the first parameter to pykoticon MUST be the print server's ip 50 address or hostname : this allows PyKotIcon to only accept requests 51 coming from your print server. In the future it will be possible to 52 do better filtering to allow several print servers for example. 43 53 44 NB : You need wxPython for PyKotIcon to work.54 NB2 : You need wxPython for PyKotIcon to work. 45 55 46 NB 2: Don't expect too much yet ! This release is for developpers only.56 NB3 : Don't expect too much yet ! This release is for developpers only. 47 57 48 58 ====================================================================