Re: SQLAlchemy tutorial split into 0.4 and 0.3 versions

2007-08-23 Thread Mike Orr
Hmm, I'd hesitate to put it in QuickWiki because people will learn database programming from that. At least mention it's an optional feature and point out what it's doing. I'm glad QuickWiki is being updated, thanks. --Mike On 8/22/07, Ches Martin [EMAIL PROTECTED] wrote: I noticed those

EOFError in production

2007-08-23 Thread Max Ischenko
Hi, About 1-3 times a day I receive the following worrying error on my production site deployment (traceback below). Any ideas what it may mean and how it could be fixed? (P.S.: I use sessions functionality, if modestly) Max. URL: http://www.developers.org.ua/ File

QuickWiki updated for 0.9.6

2007-08-23 Thread Ches Martin
I've updated the QuickWiki doc based on 0.9.6rc3 and SQLAlchemy 0.4.0 beta 3: http://wiki.pylonshq.com/display/pylonsdocs/QuickWiki+Tutorial I'm a relative noob to Pylons and Python, so please give this a good once-over to check for consistency, accuracy, broken links, and bits that may be just

Re: SQLAlchemy tutorial split into 0.4 and 0.3 versions

2007-08-23 Thread Jose Galvez
Thanks Mike, I'm glad its back in there Jose Mike Orr wrote: On 8/22/07, Jose Galvez [EMAIL PROTECTED] wrote: http://wiki.pylonshq.com/display/pylonscookbook/SQLAlchemy+0.4+for+people+in+a+hurry I was going through the 0.4 version of the tutorial today and saw that the reference to

functional units (aka components / modules / engines)

2007-08-23 Thread wolf
i have been writing my web application with Pylons for some time now and i'm, overall, quite happy with it. i managed to get mako working, the app uses unicode/utf8 throughout, routing works, mod_python under apache works (and reasonably fast), and so on. it was possible for me to get most

pylons crash

2007-08-23 Thread WSobczuk
I can't tell you how to get this error but somehow I got it. Pylons (version 0.9.6rc2) just displays 'Internal SErver Error' on the web and in the logs is the below: Exception happened during processing of request from ('127.0.0.1', 54930) Traceback (most recent call last): File

Re: pylons crash

2007-08-23 Thread Jens Hoffrichter
You might want to take a look here: http://groups.google.com/group/pylons-discuss/browse_thread/thread/4d944dc3c85346d5/70948f9c90994de0 This actually a quite common python problem, if this doesn't resolve your issues, you may look in the group for unicode or utf-8. It is almost certainly

Re: EOFError in production

2007-08-23 Thread Mike Orr
On 8/22/07, Max Ischenko [EMAIL PROTECTED] wrote: About 1-3 times a day I receive the following worrying error on my production site deployment (traceback below). Any ideas what it may mean and how it could be fixed?

Error upgrading application

2007-08-23 Thread Mike Orr
I finished upgrading my application from Pylons 0.9.5 to 0.9.6 and went to run it, and found a discrepency between myapp.make_app and myapp.config.middleware.make_app. The former is mentioned in myapp.egg-info/entry_points.txt and the latter in setup.py. Apparently an import had been removed in

Re: Error upgrading application

2007-08-23 Thread Mike Orr
On 8/23/07, Mike Orr [EMAIL PROTECTED] wrote: to install the application again. So I ran python setup.py develop and it says: File /usr/local/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/command/egg_info.py, line 179, in tags ): version += '-r%s' %

Re: Error upgrading application

2007-08-23 Thread Philip Jenvey
On Aug 23, 2007, at 12:04 PM, Mike Orr wrote: On 8/23/07, Mike Orr [EMAIL PROTECTED] wrote: to install the application again. So I ran python setup.py develop and it says: File /usr/local/lib/python2.5/site-packages/setuptools-0.6c6- py2.5.egg/setuptools/command/egg_info.py, line

Re: EOFError in production

2007-08-23 Thread Philip Jenvey
On Aug 23, 2007, at 11:06 AM, Mike Orr wrote: On 8/22/07, Max Ischenko [EMAIL PROTECTED] wrote: About 1-3 times a day I receive the following worrying error on my production site deployment (traceback below). Any ideas what it may mean and how it could be fixed?

Re: pylons crash

2007-08-23 Thread Philip Jenvey
On Aug 23, 2007, at 8:08 AM, WSobczuk wrote: python2.5/site-packages/Mako-0.1.8-py2.5.egg/mako/runtime.py, line 337, in _exec_template callable_(context, *args, **kwargs) File memory:0x28e5770, line 95, in render_body UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in

Re: Firefox crash reporting site memory issues

2007-08-23 Thread Philip Jenvey
On Aug 22, 2007, at 11:00 AM, morgamic wrote: On Aug 18, 11:09 am, Ben Bangert [EMAIL PROTECTED] wrote: Forgot to ask, what version of Beaker are you using? More version info: Beaker-0.7.3 python-psycopg2-2.0.4-1.el5.rf So far I've been unsuccessful in finding the leak -- but the main

Have Paster Generate Files Using Tabs

2007-08-23 Thread Mike Lewis
This might be a noob question, but is there a way to configure paster to generate files using the tabbing scheme you prefer? Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To

Session directories in 0.9.6

2007-08-23 Thread Mike Orr
What are the cache and session config variables in 0.9.6? I upgraded my application with paster create and it contained: beaker.session.key = ... beaker.session.secret = ... cache_dir = %(here)s/data cache_enabled = true cache.data = 3600 cache.static = 3600 I had

Pylons datagrid? And when will TG merge?

2007-08-23 Thread walterbyrd
Does Pylons have a datagrid component? Data laid out in a table, and click the column header to sort by that column. I am looking for something with basic CRUD, and a sort filter. Also something that can handle related data. Also, any idea when pylons merge with turbo-gears will be completed? I

PrefixMiddleware breaks setup-app (was Re: PrefixMiddleware breaks nosetests)

2007-08-23 Thread Peter Hansen
I'm encountering the same problem, under slightly different conditions that lead me to think this is a bug, possibly with paste.deploy.loadwsgi. I'm using ==dev release of pastescript and pastedeploy. I've got a pair of .ini files much like Laurent, with the only difference between them being

Re: PrefixMiddleware breaks setup-app (was Re: PrefixMiddleware breaks nosetests)

2007-08-23 Thread Peter Hansen
Peter Hansen wrote: I'm encountering the same problem, under slightly different conditions Uh, sorry for the lack of context there (side effect of posting through the web where the other messages are obviously right there in the thread). I was replying to a post by Ian in reply to a thread