Create Secured PDF Files Now !! Download free AdobeĀ® ReaderĀ® 8 software

2007-06-20 Thread niku
Hi, :: Download Latest Version of Adobe Reader 8.0 :: Use Reader 8 to help control confidential information, share files, control deployments, and simplify integration and hosting.Add more security to your documents, forms, and drawings with digital signatures.

[ANN] Babel 0.8 released

2007-06-20 Thread Pedro Algarvio, aka, s0undt3ch
Quoting Christopher Lenz: -8-8-8-8-8-8-8- Babel 0.8 - Jun 20, 2007 We're proud to present the latest release of the Babel: 0.8. Babel is a Python library that provides an integrated collection of utilities

@validate referring to form in another controller

2007-06-20 Thread Brendan Arnold
Hi there, Is there a way to get the validate decorator to refer to an action that displays the form in a _different_ controller? the form option seems only to allow the listing of an action name Brendan --~--~-~--~~~---~--~~ You received this message because

beaker session problem

2007-06-20 Thread Anil
File 'C:\\Documents and Settings\\anilj\\workspace\\Entic.net\\trunk\\Site\\entic\\controllers\\access.py', line 48 in check session.save() File 'c:\\python25\\lib\\site-packages\\beaker-0.7.4dev_r126-py2.5.egg\\beaker\\session.py', line 216 in save self.load() File

Re: @validate referring to form in another controller

2007-06-20 Thread Graham Stratton
On Jun 20, 2:46 pm, Brendan Arnold [EMAIL PROTECTED] wrote: Is there a way to get the validate decorator to refer to an action that displays the form in a _different_ controller? the form option seems only to allow the listing of an action name Does this work for you?

Re: @validate referring to form in another controller

2007-06-20 Thread Brendan Arnold
yah it does, after 'from myapp.controllers.person import PersonController' thanks! brendan On 6/20/07, Graham Stratton [EMAIL PROTECTED] wrote: On Jun 20, 2:46 pm, Brendan Arnold [EMAIL PROTECTED] wrote: Is there a way to get the validate decorator to refer to an action that displays the

Re: @validate referring to form in another controller

2007-06-20 Thread Brendan Arnold
i said that it worked since it seemed to move onto another error however it appears that the value for the 'form' key needs to be a string as it throws an error about the passed function not having the 'replace' method. I tried passing as a string but no dice. brendan On 6/20/07, Brendan

New songs, New pictures

2007-06-20 Thread N. Kumar
LISTEN HIT HINDI SONGS LIVE , SEE HOT BOLLYWOOD ACTRESS or ENJOY FUNNY JOKES . everything is free , so plz visit my new site to have fun--- http://kumar.neerava.googlepages.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Refreshing the g global

2007-06-20 Thread voltron
I am storing my site links in a XML file. This file is parsed and put in g global variable as : g.link_list. I modified this list just to test and I noticed that it has no effect on the site, the values first read in when starting up the server ere still used. How do I reset or refresh the g

Re: Session Issue

2007-06-20 Thread Ben Bangert
On Jun 20, 2007, at 8:00 AM, Owen Davis wrote: Module beaker.session:216 in save Module beaker.session:183 in load Module beaker.container:668 in __init__ Module beaker.util:32 in verify_directory Module os:163 in makedirs Module os:166 in makedirs OSError: [Errno 13] Permission denied:

Re: beaker session problem

2007-06-20 Thread Ben Bangert
On Jun 20, 2007, at 7:15 AM, Anil wrote: File 'C:\\Documents and Settings\\anilj\\workspace\\Entic.net\\trunk\\Site\\entic\ \controllers\\access.py', line 48 in check session.save() File 'c:\\python25\\lib\\site-packages\\beaker-0.7.4dev_r126- py2.5.egg\\beaker\\session.py', line 216 in

Re: Encoding dictionary like structure as http post/get parameters

2007-06-20 Thread Ben Bangert
On Jun 18, 2007, at 3:40 PM, m h wrote: If I have a python object like above I can pass in this python object to my template and create an analogous javascript version pretty easily. My question has to do with sending this data back in a form. One way to do it is create a form parameter for

Re: Pylon's integration of SQLAlchemy config extremely broken

2007-06-20 Thread Ben Bangert
On May 25, 2007, at 10:23 AM, Michael Bayer wrote: Forgive my attention grabbing headline but I think Pylons integration with create_engine() needs a serious overhaul, small as it may be. Agreed, and I'm working on that. :) which would at best be a horrible kludge to get this working, as i

Re: Pylon's integration of SQLAlchemy config extremely broken

2007-06-20 Thread Mike Orr
On 6/20/07, Ben Bangert [EMAIL PROTECTED] wrote: Fixed in latest Pylons trunk with new pylons.config object (there when the app is initialized and not running, AND there when the app is running). Now you see it, now you do. design changes i would make: - definite: have just *one*

Re: Session Issue

2007-06-20 Thread xlyz
However, when beaker attempts to write session data, it is always attempting to create the directory None\n to no avail. If I run the application with the paster server, on my local machine, with the default ini settings, a None directory is created in my current working directory

Re: beaker session problem

2007-06-20 Thread Anil
I am using: ./pylons-0.9.5-py2.5.egg ./mako-0.1.7-py2.5.egg ./nose-0.9.3-py2.5.egg ./decorator-2.0.1-py2.5.egg ./simplejson-1.7.1-py2.5.egg ./formencode-0.7.1-py2.5.egg ./myghty-1.1-py2.5.egg ./pastescript-1.3.4-py2.5.egg ./pastedeploy-1.3-py2.5.egg ./paste-1.3-py2.5.egg

Mako unicode problems.

2007-06-20 Thread [EMAIL PROTECTED]
Hello guys, I'm trying to use mako with unicode, but I get the following error: mako.exceptions.CompileException: Unicode decode operation of encoding 'utf-8' failed in file 'foo.txt' at line: 0 char: 0 I read the mako documentation and tried the following example: # -*- coding: utf-8 -*-

Re: Pylon's integration of SQLAlchemy config extremely broken

2007-06-20 Thread Ben Bangert
On Jun 20, 2007, at 6:12 PM, Mike Orr wrote: Michael and I are still planning on a SAContext object which will make the model metadata-centric rather than sessioncontext-centric, while still dispensing sessions as needed. I guess this can go on top of your multi-engine config-parsing code. It