You cannot post messages because only members can post, and you are not currently a member.
Description:
Pylons is a Python Web Framework aimed at making development, distribution, and deployment faster and easier.
|
|
|
question about variables in paster templates
|
| |
i'm prepping something for release, and have a question...
how can i address both the camelcase and lowercase versions of
"MyAppName" using the paster templating system ?
according to docs, {{package}}(contents) and +package+(directory) will
become myappname . but how can i name files or contents "MyAppName"... more »
|
|
Another asyncronous io engine.
|
| |
Hello.
I have put up my work on io/event-scheduled coroutines for Python at
[link]
I'm using this right now to power small Pylons apps (postgres
+memcache), and a template is included in the repository.
--
./lxnt
|
|
Pylons @ Dreamhost?
|
| |
Hi All, I'm evaluating the possibility to use Pylons for developing a new web application (no legacy code/db) that is planned to be deployed on a standard Dreamhost host (see here for its features: [link]). Googling around, I found a few documents describing the deployment of a... more »
|
|
Auth with apache for public area
|
| |
Imagine I've a pylons app, with the static content served by apache. I want that some public content can only be viewed if the user is authorized by it's profile in the pylons app. What's the best way to accomplish this? Greetings.
|
|
jpeg fails to display in pylons
|
| |
Hello,
I have a simple html page with an image:
<IMG SRC="add.jpg" ALT="Add">
It fails to display the add.jpg image, the ALT value is displayed. Is
there a repository
to keep the images in pylons? I have the webpage and image within the
same directory.
Do I have to specify a complete path?... more »
|
|
How do I install dlls and exes for libtidy and others?
|
| |
Well, I'm going to go ahead and apologize for sending this off-topic message here, but I just don't know who else to ask. I tried the Python forums - no response. I tried the general Python mailing list - no useful info or no response. I don't know whether my problem is a silly mistake on my part or some weird problem that only a few people may know how to solve (thus the lack of response I'm getting). However, the problem is a real show-stopper for me. I can't use a lot of libraries or get anything done because of it....... more »
|
|
Syndication
|
| |
I'm adding a syndication feed to a site. It's a read-only series of "articles", without comments. Is there any reason to prefer RSS 2.01 r2, Atom, or RSS 0.9.1? Are they all equally compatible with most users' software? I'm inclined to go with RSS 2.01 because it's the latest "simple" format supported by webhelpers.feedgenerator, and we... more »
|
|
Repeating elements and htmlfill
|
| |
Hi,
htmlfill.render() doesn't seem to handle repeating elements as I
expect. I've boiled my code down to this example:
import formencode.htmlfill as htmlfill
template = '<input id="weightings-0.weight"
name="weightings-0.weight" type="text" value="" />'
print htmlfill.render(template, defaults={'weightings':... more »
|
|
Standard Deploy
|
| |
I want to create a RPM package for my pylon app. Exists any document / proposal about put the pylons tree as a system-wide package, in a standard way. For example, my pylon app is a blog, the next tree can be deploy after install it: /etc/myblog/myblog.ini /etc/myblog/myblog.wsgi -> link to apache2/site-enabled for (mod_wsgi)... more »
|
|
External link for form action
|
| |
Dear all,
I'm going crazy but I'm unable to find how can I set an external link
for a form action.
In my Pylons application I created a form that have to be processed
by a credit card security site.
So in <form action="..."> I had put the external link directly. But it
doesn't work. When I click on the submit button, nothing happen.... more »
|
|
|