Re: Dictonary persistance weirdness

2005-04-10 Thread Gonzalo Sainz-Trápaga (GomoX)
Hi John, Thanks for your reply, I was feeling pretty desperate already with no one talking to me :( On Mon, 11 Apr 2005 11:46:20 +1000, John Machin wrote: > Are you sure that is the code that you are executing? What is "x"? What is > "self.d"? "each" is not used. Even if "x" and "self.d" do exist,

Dictonary persistance weirdness

2005-04-10 Thread Gonzalo Sainz-Trápaga (GomoX)
ng nuts! Sorry for all the writing, but I really hope somebody can help me. Thanks in advance, Gonzalo Sainz-Trápaga (GomoX) -- http://mail.python.org/mailman/listinfo/python-list

Local module installation

2005-02-17 Thread Gonzalo Sainz-Trápaga (GomoX)
Hi, I'm starting to develop a Web application in Python for the first time. I am considering some modules like SQLObject and Validators (by Ian Bicking). The problem is, i'm planning to host the site on a shared hosting provider with mod_python, and therefore I can't install the modules site-wide.