python socket proxy

Jeethu Rao jeethu at tachyontech.net
Wed Jun 7 09:23:05 EDT 2006


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
 
jstobbs at gmail.com wrote:
> 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:
>   
>> jstobbs at gmail.com wrote:
>>     
>>> Hi all
>>>
>>> I am trying to create a lighweight tcp proxy server.
>>>       
>> [...]
>>
>> There is a bunch of nice recipies in the Python Cookbook on port
>> forwarding. In the [1] and [2] case it should be fairly simple to add
>> an extra authentication step with pyOpenSSL.
>>
>> [1] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483730
>> [2] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114642
>> [3] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483732
>>
>> best,
>> fw
>>     
>
>   




More information about the Python-list mailing list