Re: Must WSGI Applications Respond to Requests?

2007-11-12 Thread Philip Jenvey
. push_thread_config is just an alias for push_object, to be compatible with the older paste.deploy.config (which wasn't a SOP). -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: Reloading on changes to i18N *.po/*.mo files..

2007-11-08 Thread Philip Jenvey
do when you visit them via your web app. I haven't seen any solutions for that, but it could be done -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: WSGIController.__call__ and error handling

2007-11-07 Thread Philip Jenvey
that), or a typical WSGI response. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send

Re: xml-rpc, authentication and sessions

2007-11-05 Thread Philip Jenvey
on how to combine xml-rpc with authenticated session management in the docs. Best, Oscar Täckström -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: Having pylons.render() to return Unicode

2007-11-05 Thread Philip Jenvey
. The plans for an updated buffet are to advocate that plugins should return unicode. That new buffet was scheduled to ship with Pylons 0.9.7, but there's no concrete implementation yet. There has been some talk about it on pylons-devel -- Philip Jenvey

Re: The routes prefix?

2007-10-30 Thread Philip Jenvey
://wiki.pylonshq.com/display/pylonsdocs/Configuration +Files#prefixmiddleware -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: 'MySQL server has gone away' with pool_recycle=1 , what's wrong here?

2007-10-30 Thread Philip Jenvey
using using the latest version of MySQLdb? I recall version 1.2.1 not handling this situation correctly. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Confluence email should be back up

2007-10-25 Thread Philip Jenvey
Now hopefully Alberto and everyone else can finally retrieve their lost passwords =] Sorry it was down for so long. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: Reducing pylons app memory usage?

2007-10-18 Thread Philip Jenvey
/ So OS X, at least with my macports binary, isn't a great platform for analyzing this. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Why no cache_max_age for StaticJavascripts?

2007-10-17 Thread Philip Jenvey
On Oct 16, 2007, at 4:45 AM, Marcin Kasperski wrote: I think that it would be nice, if StaticJavascripts constructor passed any obtained named parameters to StaticUrlParser... Sounds good, I've added that in rev d323f70212a1 Thanks! -- Philip Jenvey

Re: calling render within a generator

2007-10-17 Thread Philip Jenvey
stream() This brings tears to my eyes, we need a better way of doing this! -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Sessions access

2007-10-17 Thread Philip Jenvey
. Sweeping through the filesystem every once in a while probably won't be too big of a deal either. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send

Re: Understanding caching

2007-10-17 Thread Philip Jenvey
(line)? What should I return then? Currently I'm using StringIO to avoid making too many changes to the method until I find the ideal way to structure it. response.write is fine. You can simply return (None). -- Philip Jenvey --~--~-~--~~~---~--~~ You received

Re: Shouldn't default find_controllers use pkg_resources?

2007-10-14 Thread Philip Jenvey
for every request. It could avoid rereading from the zip when responding with 304 not modified, but even with that, that's still a lot of unzipping. A lot of Java app servers do automatically extract .war when they're deployed (though I don't know if that's on by default nowadays). -- Philip

Re: Can't get redirect_to working

2007-10-02 Thread Philip Jenvey
) result._exception = True return result result = httpe.response (pylons.request.environ) type 'exceptions.AttributeError': 'HTTPFound' object has no attribute 'response' This means your version of Paste is way out of date. -- Philip Jenvey

Re: internationalization, how to change character set?

2007-09-28 Thread Philip Jenvey
I doing something wrong? For those interested this was due to a Babel bug -- it wasn't recognizing the charset in the catalogs. Serves him right for not using utf-8! Just kidding, thanks for finding this Jose. This is fixed in babel SVN. -- Philip Jenvey

Re: Other form attributes in request.params

2007-09-24 Thread Philip Jenvey
')): -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: accessing _action awith -action

2007-09-23 Thread Philip Jenvey
a special meaning in the url.. ? Woops, this is definitely a bug (a nice little security hole in fact). This has been fixed on trunk (so accessing /-a should result in a 404 like /_a); this will warrant a 0.9.6.1 release sooner than later (maybe tomorrow). -- Philip Jenvey

Re: how to delete a controller?

2007-09-23 Thread Philip Jenvey
forget the accompanying test. And FYI, if you don't want a test for the controller in the first place, paster controller accepts a --no-test option. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Pylons on Jython

2007-09-23 Thread Philip Jenvey
for jython irc://irc.freenode.net/#jython -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Re: why does pylons depends on nose=0.9.9

2007-09-10 Thread Philip Jenvey
to find the beta it if you explicitly ask for it, via nose==0.10.0b1 -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Routes config error

2007-09-06 Thread Philip Jenvey
'] = ${package}.lib.helpers config['routes.map'] = make_map() Try moving the make_map line before Globals(). The default template should probably do the same. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: EOFError in production

2007-09-02 Thread Philip Jenvey
On Sep 2, 2007, at 5:59 AM, Max Ischenko wrote: On 8/23/07, Philip Jenvey [EMAIL PROTECTED] wrote: I assume it's a concurrency issue, but I don't see why this part of the site would have greater concurrency than elsewhere. This issue was reported recently, and Ben committed a fix

Re: why does pylons depends on nose=0.9.9

2007-09-02 Thread Philip Jenvey
nor the actual Pylons tests, that's why we restricted the versions to 0.10. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons

Re: pyorbited tutorial error

2007-09-02 Thread Philip Jenvey
httpserver because it doesn't doesn't support the chunked transfer-coding (that's why it's still HTTP 1.0). Cherrypy server is HTTP 1.1 out of the box, and does chunking. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: unit tests with Windows

2007-08-27 Thread Philip Jenvey
? If procurable I'd be happy to help fixing the problem(s). I'm pretty sure this is no longer true, I believe James Gardner fixed the issues with Windows a long time ago. James, is that definitely the case? Can this warning be removed? -- Philip Jenvey

Re: Pylons paste monitor switch

2007-08-27 Thread Philip Jenvey
it then be possible to modify things like controllers actually restarting the server? The --restart option has always done this. The --monitor (or is it --monitor-restart) option does something else. It restarts the server if it dies. -- Philip Jenvey

Re: Pylons paste monitor switch

2007-08-27 Thread Philip Jenvey
On Aug 27, 2007, at 3:02 PM, Philip Jenvey wrote: The --restart option has always done this. Er, I meant --reload of course -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss

Re: implementing a scalable (to multiple processors and multiple servers) Pylons webapp

2007-08-24 Thread Philip Jenvey
access each session's data. For this we plan to store the session data to the database and reduce its overhead using memcached. Beaker has support for using a database or a memcached backend, though the docs on how to do this seem to be currently lacking. -- Philip Jenvey

Re: Error upgrading application

2007-08-23 Thread Philip Jenvey
to subversion that haven't been committed yet. It's been reported a couple times, I think I had a patch to setuptools to fix it somewhere on the pastebin. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: EOFError in production

2007-08-23 Thread Philip Jenvey
investigation before upgrading Beaker. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Re: pylons crash

2007-08-23 Thread Philip Jenvey
in position 56: ordinal not in range(128) http://wiki.pylonshq.com/pages/viewpage.action?pageId=5439551 -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send

Re: Firefox crash reporting site memory issues

2007-08-23 Thread Philip Jenvey
(), and prints out the contents of gc.garbage. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com

Re: turning binary data into a file.

2007-08-17 Thread Philip Jenvey
is open a new file with a junk filename. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Re: iframe issue

2007-08-16 Thread Philip Jenvey
to the example provided in its docstring to enable it. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com

Re: ProxyPass and authkit

2007-08-11 Thread Philip Jenvey
when authkit is disabled? It's possible the issue is on the apache side. What does your ProxyPass configuration look like? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: Pylons 0.9.6rc2 - mimetype

2007-08-04 Thread Philip Jenvey
is always taken into account. I think I like not having any properties, though, requiring someone to set the full header themselves -- it's arguably cleaner. What does everyone else think? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because

Re: Building a QuickWiki egg

2007-08-04 Thread Philip Jenvey
a MANIFEST.in file recursively-including the public and templates dirs -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: getting the IP address of the requester.

2007-08-01 Thread Philip Jenvey
=] -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

Re: 0.9.6rc2 templates

2007-07-23 Thread Philip Jenvey
default templating engine to genshi, but you're referring to the template via a URI (with a proceeding slash). You can't use that notation with genshi, so you want: return render('serverinfo.html') -- Philip Jenvey --~--~-~--~~~---~--~~ You received

Re: stripping the cgi part in h.url_for and others helpers

2007-07-23 Thread Philip Jenvey
__call__(self, environ, start_response): environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'].replace('/dispatch.cgi','') app = self.app(environ,start_response) return app Paste's PrefixMiddleware can also force a script name for your app -- Philip Jenvey

Re: using the Global config object

2007-07-23 Thread Philip Jenvey
. Can someone show me how to do this? [app:main] is typically where your own custom config options should go. If not in app:main, where are you trying to put them in the config file? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because

Re: Pylons 0.9.6rc1 fails to start helloworld project: Lookup error

2007-07-23 Thread Philip Jenvey
the old directory with the new one and show us the output: diff -ruN helloworld.egg-info.orig helloworld.egg-info -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post

Re: Using genshi temlates

2007-07-23 Thread Philip Jenvey
of Genshi probably didn't setup Genshi/setuptools correctly. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Getting Started document

2007-07-19 Thread Philip Jenvey
On Jul 16, 2007, at 1:50 PM, Chris Perkins wrote: On Jul 16, 1:47 pm, Philip Jenvey [EMAIL PROTECTED] wrote: On Jul 15, 2007, at 2:26 PM, Chris Perkins wrote: On Jul 15, 4:57 pm, Ben Bangert [EMAIL PROTECTED] wrote: This is a strange issue that appears to happen on windows, go

Re: XML-RPC

2007-07-19 Thread Philip Jenvey
-pylons.controllers.XMLRPCController.html and the accompanying Pylons tests can provide you with an example: http://pylonshq.com/project/pylonshq/browser/Pylons/trunk/tests/ test_units/test_xmlrpc.py -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: button_to_remote

2007-07-18 Thread Philip Jenvey
On Jul 18, 2007, at 7:03 PM, Jose Galvez wrote: should class_ work with button_to_remote? I used it today and noticed that the class attribute was not set in the resulting html. I don't see a button_to_remote function in WebHelpers, do you mean link_to_remote? -- Philip Jenvey

Re: Pylons 0.9.6 Release Candidate 1

2007-07-17 Thread Philip Jenvey
someone will make a pure python version. I'm sure there's GUI apps that can do what sdiff does (if not vimdiff or kompare, I'm not sure what they provide). Allowing a custom diff would at least let you use any one of these -- Philip Jenvey

Re: Getting Started document

2007-07-16 Thread Philip Jenvey
)? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: where is with_ documented?

2007-07-12 Thread Philip Jenvey
-- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

Re: Pagination problems using SQLAlchemy MSSQL in Pylons - no OFFSET

2007-07-10 Thread Philip Jenvey
, they continued the email thread on their list, it's available here: http://groups.google.com/group/sqlalchemy/browse_frm/thread/ e0a1a2579c21826b -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons

Re: Future of serving static content with pylons

2007-07-10 Thread Philip Jenvey
for more information. import os os.getcwd() 'C:\\Python24' os.path.join(os.getcwd(), 'static') 'C:\\Python24\\static' You said your entire app was located on the D:, if that's the case, aren't the other paths working ('templates' for example would be utilized by buffet)? -- Philip Jenvey

Re: Unable to send a file to an update ressource with a restcontroller.

2007-07-07 Thread Philip Jenvey
') % % h.submit(Send file 2) % % h.end_form() % Funny that you just ran into this, as this is a Routes bug that was just reported a few days ago: http://routes.groovie.org/trac/routes/ticket/55 It's fixed in Routes' trunk: easy_install -U Routes==dev -- Philip Jenvey

Re: The Confluence wiki is back up

2007-07-02 Thread Philip Jenvey
On Jul 2, 2007, at 11:10 AM, David Niergarth wrote: On Jul 2, 12:30 pm, Philip Jenvey [EMAIL PROTECTED] wrote: pythonweb.org is having some DNS issues. So the wiki is now available athttp://wiki.pylonshq.cominstead. The links to it onhttp://pylonshq.comhave been updated FWIW, I'm

Re: SAContext 0.2.0

2007-07-01 Thread Philip Jenvey
myclass.q.filter_by(foo)? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email

Re: Mako unicode problems.

2007-06-24 Thread Philip Jenvey
() if __name__ == __main__: main() The foo.txt file is written as follows: # -*- coding: utf-8 -*- Jesús Antonio Any help will be very appreciated. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: deploying pylons

2007-06-24 Thread Philip Jenvey
). Those warnings should be going out to stderr, but I don't know if your CGI is capturing stderr as well as stdout. You could certainly try disabling them (see the warnings module docs on filtering) -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message

Re: Pylons, Zope, Plone, MoinMoin

2007-06-22 Thread Philip Jenvey
it courtesy of Graham Higgins: http://docs.pythonweb.org/display/pylonscookbook/A+Pylons+controller +with+MoinMoin+as+a+WSGI+callable -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss

Re: using decorators with controllers

2007-06-18 Thread Philip Jenvey
/python/documentation.html I'll also note that Pylons uses Michele's decorator package for its own decorators. Since it's a required dependency it's already installed and available for you: import decorator -- Philip Jenvey --~--~-~--~~~---~--~~ You received

Re: Caching problems

2007-06-12 Thread Philip Jenvey
I have to set the HTTP headers manually? Browsers will always check back to make sure a etag/lastmodified cache page hasn't expired. You want to also use the Expires header which tells the browser when it actually needs to check back -- Philip Jenvey

Re: beaker 0.8 DeprecationWarning

2007-06-08 Thread Philip Jenvey
:// docs.pythonweb.org/dashboard.action -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group

Re: Subdirectories and resource paths in Mako

2007-06-07 Thread Philip Jenvey
such as image_tag as they will always prefix urls with the appropriate SCRIPT_NAME value. Then when deployed on a subdir behind a reverse proxy, use PrefixMiddleware: http://pylonshq.com/docs/0.9.5/ application_configuration.html#prefixmiddleware -- Philip Jenvey

Re: Pylons Logo Design

2007-06-04 Thread Philip Jenvey
but an interesting design -- not a mundane Pylon =] -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com

Re: redirect bug for __before__ methods in controllers

2007-05-30 Thread Philip Jenvey
this out -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: CONFIG and logging problems

2007-05-30 Thread Philip Jenvey
initializing CONFIG (not any of your project's code), and we forgot to update paster shell's version of CONFIG to use the new style merged config dict. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: CONFIG and logging problems

2007-05-30 Thread Philip Jenvey
On May 30, 2007, at 4:43 PM, Mike Orr wrote: On 5/30/07, Mike Orr [EMAIL PROTECTED] wrote: On 5/30/07, Mike Orr [EMAIL PROTECTED] wrote: On 5/30/07, Philip Jenvey [EMAIL PROTECTED] wrote: On May 30, 2007, at 3:27 PM, Mike Orr wrote: My app can find paste.deploy.CONFIG

Re: Pylon's integration of SQLAlchemy config extremely broken

2007-05-25 Thread Philip Jenvey
along to create_engine with python code. Maybe with a setuptools entry point? I've been avoiding any big changes to the SQLAlchemy support stuff until it's fully sorted out. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you

Re: Trouble Getting Started With Pylons

2007-05-21 Thread Philip Jenvey
. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Issues with @validate decorator

2007-05-19 Thread Philip Jenvey
the MultiDict itself. But as I said in another email, that doesn't get htmlfill working with non variable_decode style multiples. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: ImportError: cannot import name SessionMiddleware

2007-05-19 Thread Philip Jenvey
Beaker==0.6.3 -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email

Re: setting download name with paste.fileapp

2007-05-17 Thread Philip Jenvey
also work return fapp(request.environ, self.start_response) Also I'll point out that FileApp uses the mimetypes module to guess the content-type. In this case it would have guessed 'text/plain' for 'foo.txt'. -- Philip Jenvey

Re: Issues with @validate decorator

2007-05-17 Thread Philip Jenvey
On May 16, 2007, at 3:00 PM, Ian Bicking wrote: Philip Jenvey wrote: On May 16, 2007, at 7:51 AM, Graham Stratton wrote: Hi all, I see there's discussion about the issues with the @validate decorator in the tracker. I've come across a few problems myself in the last few weeks, so

Re: Using Mako 2

2007-05-16 Thread Philip Jenvey
: ordinal not in range(128) Does someone have an idea on the workflow of constructing templaters for mako from plain HTML from designers? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons

Re: Issues with @validate decorator

2007-05-16 Thread Philip Jenvey
)) You're right, in fact this should probably be a getall() instead of a normal get() (depending on how we solve variable_decode issue anyway). Regards, Graham -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Error with myghty request processing unicode

2007-05-16 Thread Philip Jenvey
() mapper.encoding = None - switch the encoding off for the particular route: map.connect('*url', controller='template', action='view', _encoding=None) I've logged a ticket for it here: http://pylonshq.com/project/ pylonshq/ticket/242 -- Philip Jenvey

Re: import _ fails?

2007-05-12 Thread Philip Jenvey
with pylons.util? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email

Re: authentication api in Pylons

2007-05-09 Thread Philip Jenvey
://www.authkit.org -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email

Re: [RFC] Alternative paginator

2007-05-09 Thread Philip Jenvey
On May 8, 2007, at 12:14 AM, Christoph Haas wrote: On Mon, May 07, 2007 at 02:49:24PM -0700, Philip Jenvey wrote: On May 5, 2007, at 1:07 PM, Christoph Haas wrote: as some of you already know I have never been very happy with Webhelpers' built-in pagination module. So I wrote my own

Re: Unicode trouble with formencode, Mako and UTF8

2007-05-08 Thread Philip Jenvey
'] = 'UTF-8' tmpl_options['mako.default_filters'] = ['decode.utf8'] === Help! :) -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss

Re: [RFC] Alternative paginator

2007-05-07 Thread Philip Jenvey
://workaround.org/pylons/paginator/ and let me know what you think. Some of the features: Without having compared your paginator and WebHelpers', would it be possible to rewrite the WebHelpers' paginator to use your code (maintaining the old API)? -- Philip Jenvey

Re: A pylons social network

2007-05-07 Thread Philip Jenvey
On May 6, 2007, at 3:50 PM, [EMAIL PROTECTED] wrote: Hot social network http://teenwag.com/profile?friendid=641 http://teenwag.com/profile?friendid=720 a/s/l/text editor? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you

Re: myghty: Error(UnicodeDecodeError): 'ascii' codec can't decode byte 0xc3

2007-04-05 Thread Philip Jenvey
objects. The other option is to disable unicode support in Myghty, via the global 'disable_unicode' option, or on a template by template basis by passing disable_unicode=True to Pylons' render function. -- Philip Jenvey --~--~-~--~~~---~--~~ You received

Re: pasterscript-1.3.1 Error on Windows XP Using Python Version 2.5

2007-04-02 Thread Philip Jenvey
. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: multiple database connections?

2007-04-02 Thread Philip Jenvey
would ask first. Yes =] -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group

Re: Help! Ajax in webhelpers broken with mootools

2007-04-01 Thread Philip Jenvey
? Specifying builtins=True to javascript_include_tag will cause it to be included (as well as scriptaculous). -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: bug with select multiple field ?

2007-03-28 Thread Philip Jenvey
of MultiDicts. Does FormEncode handle multiple values in MultiDicts correctly during validation? Maybe the validate decorator needs to pass formencode request.params.mixed() and then create a MultiDict from the results for form_result. -- Philip Jenvey

Re: XMLRPCController and None values

2007-03-26 Thread Philip Jenvey
this, but as an option: http://pylonshq.com/project/pylonshq/changeset/1916 It defaults to False like dumps. Thanks! -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post

Re: www.OutpatientSurgicare.com/video/

2007-03-12 Thread Philip Jenvey
. def hold_pee(f): def gusset(*args, **kargs): while leaking: absorb() f(*args, **kargs) return gusset Don't forget to flush() your SQLAlchemy session when you're done -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message

Re: redirect_to

2007-02-24 Thread Philip Jenvey
project, is trying to import a non- existent 'content' module -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Wiki preview broken

2007-02-17 Thread Philip Jenvey
that must have been annoying =] Sorry about that, it looks to be working ok now. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: WSGIRequest.charset and WSGIRequest.defaults

2007-02-14 Thread Philip Jenvey
. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

Re: So may ways to get config values

2007-02-14 Thread Philip Jenvey
that config wiki page: http://pylonshq.com/project/pylonshq/wiki/CodeRecipes/ ExtractingConfigurationData to reflect all this =] -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss

Re: Customizing SQLAlchemy connections

2007-02-10 Thread Philip Jenvey
via the config file, such as the the 'pool' keyword argument -- it takes an instance of a Pool object. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: Odd behavior with mapped relations ...

2007-01-30 Thread Philip Jenvey
model.session_context.current -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email

Re: session_context and multiple SA databases

2007-01-17 Thread Philip Jenvey
at the QuickWiki's websetup.py. It has examples of both setting up the CONFIG object and using metadata.create_all. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post

Re: Pylons website problems

2007-01-17 Thread Philip Jenvey
/AjaxGettingStarted This is now fixed (thanks Ben), sorry about that. -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: session_context and multiple SA databases

2007-01-16 Thread Philip Jenvey
']['sqlachemy.dburi2'] session_context2 = sessioncontext.SessionContext(lambda: make_session (dburi2), scopefunc=app_scope) -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you

Re: Problems with mod_fcgi and paste

2007-01-16 Thread Philip Jenvey
to the '/usr/lib/ python2.4/site-packages/paste' you're seeing. Otherwise I'm stumped =] -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Frustrated with setup.py

2007-01-10 Thread Philip Jenvey
wouldn't hurt as it looks like there's just been a new one released. I haven't personally tried it yet. but it does not work. How do I force setup.py to use 0.9.3??? -- Philip Jenvey --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: [ROUTES] map.resource and method case

2007-01-05 Thread Philip Jenvey
., input type='hidden' name='_method' value='post' Should actually convert the environ['REQUEST_METHOD'] to 'POST'. However the helpers that aren't generating uppercase methods should still be changed to generate uppercase anyways. -- Philip Jenvey

<    1   2   3   >