Re: Pylons add-ons

2007-08-14 Thread Cezary Statkiewicz
2007/8/11, Alagu Madhu [EMAIL PROTECTED]: Hi * Reports * Barcode * Plotting Is it possible to add Pylons 1.0 (Pylons add-ons) ? Hi Pylons itself doesn't do such things. It is a web application framework. If you need tools for reports, charts and such, look for relevant python

Re: Pylons add-ons

2007-08-14 Thread Alagu Madhu
Thank You for the Information. On Aug 14, 9:57 am, Cezary Statkiewicz [EMAIL PROTECTED] wrote: 2007/8/11, Alagu Madhu [EMAIL PROTECTED]: Hi * Reports * Barcode * Plotting Is it possible to add Pylons 1.0 (Pylons add-ons) ? Hi Pylons itself doesn't do such things. It is

problem with nosetests, pylons 0.9.6rc2 and sqlalchemy

2007-08-14 Thread Cricket Geek
we are running Pylons 0.9.6rc2, nose 0.9.2 (because it seemed to be the only version we could get pylons 0.9.6rc2 working with),SqlAlchemy 0.3.8 After upgrading our Pylons app, the app works but nosetests bombs on any call that involves our models. We thought we had to put the following in our

Running script using SAContext and a project's model.

2007-08-14 Thread ltbarcly
In case anyone is interested, here is how you can do it: import sys import os import sqlalchemy as sa from paste.deploy import appconfig, config, CONFIG from myproject.config.environment import load_environment config_file = sys.argv[1] #development.ini for example #script needs to be in

Can't start pylons app

2007-08-14 Thread Matt Feifarek
Hello Pylons and Paste folks. I'm working on a project that is derived from paster create -t pylons_minimal. It runs great on my development box, but when I try and put it on another box, I get a traceback that ends in the following: File

Re: Can't start pylons app

2007-08-14 Thread Matt Feifarek
Interesting followup: running paster create -t pylons_minimal foo on both boxes yields different results... a recursive diff finds all kinds of things different. Looks like my eggs are not properly installed, or how else could I be getting different app skeletons from the same command?

Re: Are my Python/Pylons concerns justified?

2007-08-14 Thread iain duncan
On Sat, 2007-11-08 at 13:51 -0700, walterbyrd wrote: On Aug 9, 4:35 am, Marcin Kasperski [EMAIL PROTECTED] wrote: A lot of answers already, so just two points: a) There are plenty of cheap VPS hosting options (you get I guess it depends on what you call cheap. I can get php5

Re: [Paste] Can't start pylons app

2007-08-14 Thread Ian Bicking
Matt Feifarek wrote: Interesting followup: running paster create -t pylons_minimal foo on both boxes yields different results... a recursive diff finds all kinds of things different. Looks like my eggs are not properly installed, or how else could I be getting different app skeletons

Re: Can't start pylons app

2007-08-14 Thread emery_c
For what it's worth, I ran into troubles like this several times before I began using Ian's excellent workingenv.py [http:// cheeseshop.python.org/pypi/workingenv.py]. It takes an additional step or two for me to setup a new project (reinstalling pylons mostly), but it has worked wonders for