[newbie] Writing to file : "name 'concat' is not defined"?

Fred nobody at nowhere.com
Wed Jul 21 12:35:17 EDT 2004


On Thu, 22 Jul 2004 01:26:02 +1000, Nigel Rowe
<rho at see.signature.invalid> wrote:
>The newer verions rewrite it as "PrivoxyWindowOpen(..." which is at least a
>bit more recognisable.

You guys are sharp :-) For those bitten by the same "feature", make
sure you download the latest release of Privoxy
(privoxy_setup_3_0_3-2.exe as of this writing). Do NOT copy/paster
your config/filter files, as those that come with Privoxy have
changed. Instead, you'll have to copy/paster your personal filters
into the latest versions of those files as installed by Privoxy.

Then, instead of seeing open() replaced with concat(), you'll see:

f=PrivoxyWindowOpen('/tmp/workfile', 'w')

MMmm :-)

Thx a bunch
Fred.



More information about the Python-list mailing list