0
votes
1answer
11 views
Pylons howto get windows user
Is it possible to get the current windows user from with in pylons?
I am starting a pylons app that is going to be used from within a controlled Windows domain.
Is it possible t …
0
votes
1answer
26 views
Who’s Online in Pylons
I currently have a Pylons application running with a basic user system set-up. I want to try and create a widget that shows the users that are currently logged on to the website. I …
0
votes
1answer
46 views
Pylons and Memcached
Anyone happen to use this combination in their web application? I'm having a bit of trouble finding some sort of tutorial or guideline for configuring this. Also seeing as how I st …
2
votes
1answer
61 views
Can SQLAlchemy update the table structure ?
Hello,
I am working on my first pylons + SQLAlchemy app (I'm new to both).
As I change my mind on the table structure, I wish there was a similar function to metadata.create_all( …
0
votes
1answer
34 views
Customize login page template for Authkit with Pylons?
I'm new to both Pylons and AuthKit. I have basic authentication via AuthKit working in my application, but I don't know how to customize the template for the login page. The one …
0
votes
4answers
62 views
How do you serve vanilla/custom pages in an MVC based site?
Let's say you've setup your site using Pylons, Django and most of the site runs fine and according to the framework used. However, what if you had a custom section that was entirel …
0
votes
2answers
19 views
python paste using global egg instead of local one
I'm using Paste to run a Pylons application. Is there a way to specify in my paste config file to use the egg from the current directory (the same dir as the config file) instead …
0
votes
0answers
21 views
Windows with Plesk Panel installs ActiveState Python 2.5.0 - any thoughts?
I expect to run Pylons on a Windows Server 2003 and IIS 6 on a Virtual Private Server (VPS). Most work with the VPS is done through the Plesk 8.6 panel. The Plesk panel has a lot o …
0
votes
1answer
36 views
Pylons deployment questions
I'm a beginner with Pylons and I've mostly developed on my localhost using the built-in web server. I think it's time to start deployment for my personal blog, I have a Debian Lenn …
0
votes
2answers
56 views
Why does Pylons use StackedObjectProxies instead of threading.local?
It seems like threading.local is more straightforward and more robust.
0
votes
1answer
55 views
sqlalchemy: AttributeError: ‘tuple’ object has no attribute ‘insert’
I was playing around making a simple haiku site using sqlalchemy and pylons. It basically takes a haiku, writes it to a database, and displays the haiku. The problem appears when I …
0
votes
1answer
43 views
How to run code on Pylons startup
I have a Python 2.6 web app built on Pylons 0.9.7. The code in my controller only runs the first time a client requests it, which is fair enough, but is there any way I can run som …
0
votes
3answers
54 views
starting my own threads within python paste
I'm writing a web application using pylons and paste. I have some work I want to do after an HTTP request is finished (send some emails, write some stuff to the db, etc) that I don …
1
vote
1answer
32 views
SQLAlchemy: relation in mappers compile result of function rather than calling the function when the relation is queried
I have a number of mappers that look like this:
mapper(Photo,photo_table, properties = { "locale": relation(PhotoContent, uselist=False, primaryjoin=and_(photo_content_table.c.pho …
0
votes
1answer
31 views
ToscaWidgets CalendarDatePicker pylons
How does one set the date on the CalendarDatePicker. i.e. it defaults to current date and I want to display it with another date which I will set from my controller.
I am displayi …
