On Jan 14, 2009, at 10:59 AM, chris mollis wrote:
I just tried it on Pylons.6.2 and it definitely fails.. has anyone
tried the SessionStore class that was posted on this group?
Currently, the Beaker tip is fixed to work against memcached. I'll be
putting out a release soon after a little m
On Jan 15, 2009, at 3:46 AM, mk wrote:
from helloworld.lib.base import BaseController
import pylons.decorators
class JsonIt(BaseController):
@pylons.decorators.jsonify
def __init__(self, objtojsonify):
return objtojsonify
As I explained in the other thread on where _py_objec
I've been reading the book today and really dig it. I recommend
picking it up and giving it a go.
Tom Longson
http://truefalsemaybe.com/
On Thu, Jan 15, 2009 at 11:19 PM, Mike Orr wrote:
>
> On Thu, Jan 15, 2009 at 10:47 PM, Steve wrote:
>>
>> I have python 2.5 installed on Vista and I want to
On Fri, Jan 16, 2009 at 4:50 AM, mk wrote:
>
> Mike Orr wrote:
>
>> Those are just toy sites for a hobbyist programming language, not big
>> mean serious e-commerce servers. And they're so inefficient they must
>> waste a huge number of bogomips!
>
> Somewhat off topic, where I work (software gr
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
Tomasz Narloch pisze:
> Tomasz Narloch pisze:
>
>> Hi,
>>
>> mod_wsgi: When I want to download a invoice in pdf I get: 404 Not Found
>> On paster server: I'm getting my invoice in pdf without any problem
>>
>> I generate invoice in pdf on the fly.
>> I use reportlab and my function is something
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
When paster is run, it looks for a .egg-info directory, and a
paster_plugins.txt file inside of that. That file defines plugins
that paster can utilize. The command "controller" is a plugin of the
pylons project. Paster should find the "controller" command in my
local Pylons installation. It i
Of course, all the available paster commands are in the "Commands"
section --
$ paster -h
Usage: paster [paster_options] COMMAND [command_options]
Options:
--version show program's version number and exit
--plugin=PLUGINS Add a plugin to the list of commands (plugins are
Egg
I am inside a Pylons project. The project is called jobtrax.
The shell session in my previous post all occurs in the jobtrax
project folder:
b...@brysrv:~/jobtrax$ paster controller home
Command controller not known
On Jan 13, 7:39 pm, Jorge Vargas wrote:
> On Thu, Jan 8, 2009 at 1:30 PM, Bry
Tomasz Narloch pisze:
> Hi,
>
> mod_wsgi: When I want to download a invoice in pdf I get: 404 Not Found
> On paster server: I'm getting my invoice in pdf without any problem
>
> I generate invoice in pdf on the fly.
> I use reportlab and my function is something like that:
>
> def getInvoice():
>
Hi Everyone
I am an absolute newbie to Pylons, frameworks and dynamic sites. I have
been trying to follow along with The Definitive Guide to Pylons and the
MyBlog online tutorial. I am making progress but I am getting tripped up
with stupid things like how to link in images. These sorts of thi
Hi,
mod_wsgi: When I want to download a invoice in pdf I get: 404 Not Found
On paster server: I'm getting my invoice in pdf without any problem
I generate invoice in pdf on the fly.
I use reportlab and my function is something like that:
def getInvoice():
[...]
buffer = StringIO.StringI
Mike Orr wrote:
> Those are just toy sites for a hobbyist programming language, not big
> mean serious e-commerce servers. And they're so inefficient they must
> waste a huge number of bogomips!
Somewhat off topic, where I work (software group at big IT corporation)
there is lots and lots of r
18 matches
Mail list logo