Hi all I am using Zope 2.5.1 and CMF-1.3b2. With the pages created using ZPT and python scripts I find that the behaviour of the site is erratic. The day I announced the site to a few people to test complaints flowed in. Following is the funny situation I am in: I can access the site from my Linux machine using mozilla. At the same moment I cannot do the same from the adjoining machine (running Win2k and using Mozilla/Netscape6/IE5.5 !!!!) I generally call a python script from the ZPT which calls a ZSQL method and sends back results in a dictionary after some processing. Nothing complicated there. The error message points to the first python script in the page. I have done some dirty-debugging (C-printf style with commenting out lines.) No clues. I have checked all normal things like cookie/proxy settings. This is getting very serious as the site has to be made available to a larger group pretty soon. Any comments ? Regards, Chetan
Chris Following behaviour was observed Time Action Behaviour 1 A on Machine 1 accesses site Fine 2 B on Machine 2 Error A on Machine 1 Error B on Machine 2 Fine 3 C on Machine 3 Fine C on Machine 3 Error All these errors pertain to the python script in the ZPT pages. Meaning no logic. Just temperamental I got to know that python 2.2 has some issues with Zope. At this moment I am installing python 2.1.3. I will compile all that is required with python 2.1.3 and see what happens. Hope it will be okay with python 2.1.3 Regards, Chetan
participants (2)
-
Chetan Kumar -
Chris Withers