Forgive my ignorance, I have a question.
 
If I set the 'security' setting  in internet options :
 
'Open files based on content not file extension'   to Disable 
 
and the try to access a page rendered by python script then I get the following javascript error on the page:
 
"This content might not be displayed properly.The file was restricted because the content does'nt match its security information"
 
But if I enable the settings in Internet Options-->Security, ie  'Open files based on content not file extension'  then the above error does not occur 
 
There seems a conflict between the extension type set by Zope and the MIME in Internet Explorer as it is seeing it has a script.
 
How can I resolve the error , keeping the property  'Open files based on content not file extension'   to Disable  ?
 
Do I have to set the MIME types in every file or it could be set at a single location in some zope configuration file?
 
Any help would be appreciated.
 
Thanks
Sudesh
 
 
 
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Garito" <garito@sistes.net>
Cc: "Lista Zope Internacional" <zope@zope.org>
Sent: Friday, October 20, 2006 12:10 PM
Subject: Re: [Zope] How to do...

> Garito wrote at 2006-10-20 14:20 +0200:
>>Dieter Maurer escribió:
>>> You remember I have warned you: "__getattr__" is difficult and error prone!
>>>
>>>    Even me, I have spend hours to understand why I get occasional
>>>    "__getattr__" infinite loops...
>>>    And I know, in principle, all the potential caveats...
>>>
>>>  
>>Can you point me to some example/product to try to avoid this kind of
>>errors?
>
> It is quite difficult to learn all kinds of problems from an example.
>
> I think I already have publicly described my "__getattr__" problems.
> Thus, you can search the mailing list archive...
>
> An example product where "__getattr__" is used is "BTreeFolder2".
>
>
> --
> Dieter
> _______________________________________________
> Zope maillist  - 
Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )