Re: python socket proxy

2006-06-07 Thread jstobbs
cool, nice one, thanks. Jeethu Rao wrote: > Simplest way would be to rename your python file with a .pyw extension > instead of a .py extension. > If you're looking for windows services, checkout > win32serviceutil.ServiceFramework in pywin32. > > Jeethu Rao > > [EMAIL PROTECTED] wrote: > > Hi >

Re: python socket proxy

2006-06-07 Thread jstobbs
Hi Thanks for the reply. I found a proxy that works for me. Now I would like to know if its possible to run a python script, so its not visible in the cmd window (windows, i know, its bad :-) ) Maybe run it as a windows service? Filip Wasilewski wrote: > [EMAIL PROTECTED] wrote: > > Hi all > >

python socket proxy

2006-06-06 Thread jstobbs
Hi all I am trying to create a lighweight tcp proxy server. I got this code from ActivePython documentation. What I am trying to accomplish, is I need to connect to local instance of the proxyserver (127.0.0.1). This server must then connect to a remote jabber server, send data, and listen to inc