Tagged Questions

a set of utilities for web development in Python described as "a framework for web frameworks"

learn more… | top users | synonyms

8
votes
2answers
1k views

What is paste script?

I'm trying to understand what paste script and paster are. The website is far from clear. I used paster to generate pre-made layouts for projects, but I don't get the big picture. As far as I ...
6
votes
2answers
151 views

Connection resets on (large) file upload

So I'm having a rather vexing issue with file uploads in Pylons that I'm hoping someone might be able to assist me with. Originally I posted the issue here thinking this was an issue with Pylons, but ...
5
votes
1answer
225 views

Can I use paster on production site?

I am trying to set up Mediacore (which is a Pylons app) on a production server. The docs suggest either apache mod_fastcgi or mod_wsgi as webserver but I try to avoid apache at any cost because of its ...
5
votes
2answers
283 views

Getting a PasteScript error when I try to serve an existing Pylons app

I'm trying to serve an existing Python 2.5 Pylons application on OS X Snow Leopard. I've already installed Python 2.5 and set it as the default Python installation, installed paster, and installed ...
4
votes
2answers
530 views

Upgrading Pyramid/SQLAlchemy web apps

I've got a standard run of the mill Pylons Pyramid application, that uses SQLAlchemy for its database persistence. I have set up an SQLAlchemy-migrate repo and have it functioning, but I really want ...
4
votes
2answers
688 views

Is it possible to launch a Paster shell with some modules pre-imported?

Is it possible to run "paster shell blah.ini" (or a variant thereof) and have it automatically load certain libraries? I hate having to always type "from foo.bar import mystuff" as the first command ...
3
votes
1answer
182 views

Paster daemon won't shut down because can't read own pid file

TL;DR version: When I ask Paster to stop-daemon, it fails to read its own file that it uses to track its process id. Longer version: I am running Paster (pastescript 1.7.3) on Python 2.7.1 on ...
2
votes
1answer
57 views

Plone buildout error when using a package created with paster

I'm new to Plone (4.1) and following Martin Aspeli's Professional Plone 4 development book. While following the book to create a custom theme, named optilux.theme (chapter 8), I encounter the ...
2
votes
1answer
128 views

How to debug long running python scripts or services remotely?

Pretty much what the title says, I would like to be able to connect to a python process running under paster or uwsgi and utilize pdb functionality.
2
votes
1answer
305 views

Base path in paster configuration

I'm trying to deploy some Pyramid code to dotcloud. Unfortunately some paths are not mapped in the same way as in local paster deployment. When I'm running the development configuration with local ...
2
votes
1answer
203 views

When using paster web server, does it service requests by creating a new thread?

Does paster create a new thread per request? Can you set the maximum number of threads for paster to use i.e. a thread pool? How can you if this is possible?
2
votes
1answer
404 views

Pylons Uploading Distorted Images on Windows

I'm creating an web app in Pylons, and am working on an image upload action. This is currently running using egg:paste#http on my windows machine, in the basic development configuration described in ...
2
votes
2answers
678 views

Paste (Python) Web Server - Autoreload Problem

When I start the `Paste' web server in daemon mode, it seems to kill off it's ability to reload when the timestamp of a source file is updated. Here is how I start the daemon... cd ${project} ...
1
vote
1answer
48 views

any way to composite configuration/.ini files in pylons?

We're running a pylons app with multiple ini files (production, staging, development, etc). When a new setting is added that can be the same in all environments, it would be great to be able to set ...
1
vote
1answer
35 views

how to manage pylons/paster config file in a cluster?

I have 4 nodes running paster app, once I change the config, I need to change config files on the 4 nodes. It will be a headache if the nodes number growing. I believe it should be a common problem ...
1
vote
1answer
115 views

Pylons Paster not reloading code

I have a pylons app in development. I start the app with paster serve --reload --daemon development.ini. I have apache in front of the app using ProxyPass. Since this site is in dev i want the code ...
1
vote
1answer
338 views

Pylons helloworld - “Expected version spec in…” error

I'm trying to start new project using this doc: http://pylonshq.com/docs/en/1.0/gettingstarted/ (download go-pylons, make virtualenv with it, etc). But when I'm trying to start helloworld app it ...
1
vote
2answers
326 views

How do I get paster serve to serve both HTTP and HTTPS requests at the same time?

For now I have the following lines in a project configuration on pylons: [server:main] ... ssl_pem = /path-to-pem/file-name.pem so paster serves only HTTPS requests but not HTTP. Any HTTP request ...
1
vote
1answer
57 views

Pylons 1.0 - c.id no longer being automatically set on python v2.6.2 and 2.7

I am at a loss on this one, I intalled a SSD on my dev box today and started with a fresh development environment. In short, pylons no longer sets the c.id based on the id passed to the action. ...
1
vote
3answers
252 views

Django equivalent to paster for backend processes

I use pylons in my job, but I'm new to django. I'm making an rss filtering application, and so I'd like to have two backend processes that run on a schedule: one to crawl rss feeds for each user, and ...
1
vote
2answers
391 views

Where did Pylons beautiful error handling go? Using Nginx + Paster + Flup#fcgi_thread

I need to run my development through nginx due to some complicated subdomain routing rules in my pylons app that wouldn't be handled otherwise. I had been using lighttpd + paster + Flup#scgi_thread ...
1
vote
1answer
96 views

How to get “paster request” to use config host value instead of localhost?

I'm trying to access my pylons application via cron job to send notifications to my users. The way I'm doing this is by running the application using something like: paster request myconfig.ini ...
1
vote
3answers
238 views

paster errors after installing distribute 0.6.10

Been working on a Plone site for the last few weeks, it's the first time I've worked on one using buildout for recipes and paster for template generation, and it's been a learning curve. two days ...
1
vote
3answers
286 views

How do I profile `paster serve`'s startup time?

Python's paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...
1
vote
1answer
326 views

Paster cannot stop daemon

I'm using the following command in my pylons app in an attempt to stop the daemon on the server: paster serve --daemon dev.ini stop This is the error I get: No PID file exists in paster.pid Could ...
1
vote
2answers
956 views

Deploying Pylons with Nginx reverse proxy?

Is there a tutorial on how to deploy Pylons with Nginx? I've been able to start nginx and then serve pylons to :8080 with paster serve development.ini However, I can't seem to do other stuff as ...
0
votes
0answers
8 views

Get Dreamweaver to highlight .mako files as .html

Ideally, I would like to be able to treat a site built using Mako templates in Dreamweaver, as I'm merely working on the design aspect. I imagine the work will go much faster if I could edit .mako ...
0
votes
1answer
12 views

Grok DistributionNotFound: grokcore.startup

Used grokproject Sample as in the grok homepage tutorial to simultaneously create a new project and install the grok framework. cd Sample then ran bin/paster serve parts/etc/deploy.ini as in tutorial ...
0
votes
1answer
56 views

Pyramid-debugging a resource cannot be found error

What are possible causes of "The resource could not be found" error in Pyramid? From my limited exeperiece debugging my Pyramid app, errors with routes and Python syntax error trigger a more explicit ...
0
votes
1answer
76 views

inheriting config file settings in pyramid

Is a setup like this not possible? production.ini file: [app:main] use = egg:my_project ... various settings ... [server:main] ... development.ini file: [app:main] use = ...
0
votes
1answer
85 views

paster quickstart not an option

I am just installing TurboGears2 on Windows 7 running a virtual environment (python 2.7). I am not seeing the paster quickstart option when I run paster --help Instead, here's that output: ...
0
votes
0answers
52 views

Python paste script commands getting stuck without error thrown

I am using paste script in python to create my own commands. I have defined the entry points for two commands. These created commands used to work correctly. I created another web based project on ...
0
votes
2answers
80 views

How do I create a project without the project folder?

I'm new to pyramid and paster, just reading the docs for now. I use virtualenv and inside the virtualenv dir I want to start a pyramid project. The problem is that I would like for paster to not ...
0
votes
0answers
90 views

Connection time out with large file uploads in Pylons

I'm working on a pylons (1.0) project in which there exists a form containing a file field. This file is to be uploaded to the server. The form code is something like: <form ...
0
votes
1answer
60 views

Automatically Generate Python Egg from Python PasteScript

So I'm using PasteScript's paster, and I'm trying to automate egg creation. My first step is to get a template of a Python egg. I noticed that PasteScript's paster has one built in, so I've been ...
0
votes
1answer
152 views

Syntax Error When Running paster?

No idea what happened, but all of a sudden, paster stopped working on my server (working with virtualenv and pyramid). Tried reinstalling everything but didn't work - same error again: Traceback ...
0
votes
1answer
206 views

Avoid session expires after transaction.commit in pyramind paster pshell

Seems tansaction.commit() is the only way I have to make a commit in pyramid paster pshell. I understand it's good in serving webpages but in shell, after that, on next SQLAlchemy MyModel.my_attribute ...
0
votes
0answers
51 views

GROK and Windows: paster and “Cannot load command serve”

I instaled GROK framework according to instructions from official webpage. I want use paster command but I have this errors: (grok) C:\VIRTUAL\VIRTUAL\NES\grok\Scripts>paster --help usage: ...
0
votes
0answers
122 views

Paste -event 'empty' when using jQuery with Chrome, Safari. Works with Firefox/IE

The Social Media tool "seReive | 1-2-all" (http://seReive.com) is using the jQuery JavaScript framework. Also JQtouch involved partly. Problem: Paste does not work when using Chrome or Safari based ...
0
votes
0answers
128 views

Python AuthKit authentication problem with form, cookie

I'm trying to use AuthKit to provide user authentication. I followed the simple example from http://pylonsbook.com/en/1.1/authentication-and-authorization.html (under 'Authentication Middleware'). ...
0
votes
0answers
30 views

Does paster have a good security reputation?

I am considering using Paster (i.e. the server bundled with Paste Script) in production to run a simple Pylons site for the pure simplicity of not having to configure Apache. This question is about ...
0
votes
1answer
81 views

how to serve downloadable PDF using pylons and paste server

I have a directory of .pdf files and I want a user to click on name of a file and have it downloaded. How can I do that with paste server in pylons?
0
votes
1answer
73 views

Problems running paster shell example.ini in Ubuntu while trying to install reddit

When I try to run paster shell example.ini, I run into: connection failure: TLEngine(postgres://reddit/password@127.0.0.1/reddit) followed by a laundry list of traceback. At the end, I get: ...
0
votes
2answers
251 views

How should I host multiple Pylons websites on the one server?

I currently have one Pylons website running on my server that is setup using nginx as a proxy to Paster. In the near future, I plan to host another Pylons site on the same server. If I were to go the ...
0
votes
1answer
67 views

Modifying The Template For New Pylons Controllers

I'm at a point in my Pylons projects where I end up creating and deleting controllers often (probably more often than I should). I grow tired of adding my own imports and tweaks to the top of every ...
0
votes
3answers
295 views

Using Microsoft SQL through python on a webserver

I'm trying to run some queries to a database from a pylons (paster-based) webserver and every time I try to import the pymssql Library I'm using (its this one by the way) I keep getting this error: ...
0
votes
1answer
126 views

Enable gzip compression in a Grok - Zope - PasteScript environment

I am trying to make my server send gzipped data. I have a grok application that runs over Paste (Paste-1.7.2-py2.4.egg) I have been trying to google how to make all that environment to serve data in ...
0
votes
1answer
449 views

What is paster and how do I install it?

I am installing an application and have installed python and easy_install. I now have two steps to complete: 5. Make a config file as follows:: paster make-config openbiblio development.ini 6. ...
0
votes
1answer
350 views

Pylons: question about websetup.py use

reading pylons documentations I did understand that websetup:setup_app is only called when the application is setup at first time by paster script. But, I found now, setup_app is call every time that ...
0
votes
2answers
250 views

Losing 'post' requests sent to Pylons paster server

I'm sending post requests to a Pylons server (served by paster serve), and if I send them with any frequency many don't arrive at the server. One at a time is ok, but if I fire off a few (or more) ...

1 2