Simple web proxy - help needed

John J. Lee jjl at pobox.com
Sat Jan 31 15:20:05 EST 2004


forshtat at hotmail.com (Ziv Forshtat) writes:
[...]
> Problem is - I don't have to much background in writing proxies, nor
> in writing plugins.
[...]

Plugins:

For MSIE, all the docs are on MSDN.  Try a Google search for "MSDN
reusing webbrowser control".  Get Hammond and Robinson's book on
Python & win32.

For Konqueror, start here:

http://www.boddie.org.uk/david/Projects/Python/KDE/

http://www.boddie.org.uk/david/Projects/Python/KDE/Docs/

Warning: plugin support for PyKDE is quite new.

For Mozilla, MozPython might set you off in the right direction.
Building PyXPCOM is a pain.  BTW, Mozilla doesn't seem to want to
build on Debian woody, so don't do that.  Read the installation
instructions for the MozPython & PyXPCOM binaries on that page
carefully (so as not to piss off Thomas when you get it wrong ;-)

http://www.thomas-schilz.de/MozPython/README.html


(BTW, you're probably NOT interested in "Netscape plugins")


John



More information about the Python-list mailing list