Pylons / extjs / ajax presentation uploaded

2008-06-27 Thread Andrew Smart
Hi everybody, I did a short presentation (30m) about Pylons, extjs and Ajax for the PyCologne user group. Part of the presentation was source, so there is not much extjs / ajax stuff. I uploaded the presentation to the pylons-hq-wiki.

AW: per request template path modification

2008-06-12 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von kai Gesendet: Mittwoch, 11. Juni 2008 14:40 An: pylons-discuss@googlegroups.com Betreff: per request template path modification Hi All, How do I modify the mako template

AW: How to pass image?

2008-06-03 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von deezee Gesendet: Dienstag, 3. Juni 2008 23:05 An: pylons-discuss Betreff: How to pass image? Hello everybody! I'm pretty new in Pylons world - today i downloaded and

AW: Pylons Doc as compiled windows help file (chm)

2008-06-01 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ben Bangert Gesendet: Sonntag, 1. Juni 2008 06:33 An: pylons-discuss@googlegroups.com Betreff: Re: Pylons Doc as compiled windows help file (chm) On May 31, 2008, at 6:03 PM,

AW: AW: Pylons Doc as compiled windows help file (chm)

2008-06-01 Thread Andrew Smart
question - are you using eypdoc to generate you docs by parsing your python source files, or are you writing your own docs and them processing them with eypdoc? I've used eypdoc in the past, but only to parse my python souce files. I took a look at Sphinx and it looks like you have to

Pylons Doc as compiled windows help file (chm)

2008-05-28 Thread Andrew Smart
Hi folks, after playing around with epydoc and a epydoc-to-chm conversion script for my own projects (and getting acceptable results) I tried the same without any further preperation for the Pylons 0.9.6.1 / Webhelpers 0.3.2 versions I currently use. I also did a try with paste but the

AW: AW: Re: Crash after coockie expired

2008-04-30 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ben Bangert Gesendet: Dienstag, 29. April 2008 22:12 An: pylons-discuss@googlegroups.com Betreff: Re: AW: Re: Crash after coockie expired On Apr 29, 2008, at 9:18 AM, Andrew

AW: Re: Crash after coockie expired

2008-04-29 Thread Andrew Smart
Today I have massive troubles with the crashes. Nearly every 5m. It's not the same error as Jonathan experiences (object has no attribute...). The error is raised from the cPickle class: ValueError: could not convert string to float Since I don't have any floats in my classes I would guess

AW: Crash after coockie expired

2008-04-28 Thread Andrew Smart
Hi, I still experience those crashes. I didn't change the class spec or did make any other major changes while restarting (I'm working only on small javascript details). I'm using Python 2.4 which is kind of integrated into a Python 3D Lib (panda3d). But that's normal Python 2.4, just installed

Crash after coockie expired

2008-04-25 Thread Andrew Smart
Hi, I have trouble with beaker/pylons crashes after server restarts (error list see down). After I delete the cookie the problem disappears. I'm not sure where to start the problem diagnostic. The error happens inside my development environment - I use paster serve --reload development.ini, so

AW: Re: Problems making Routes Subdomains work on Pylons

2008-01-24 Thread Andrew Smart
Hi Pavel, just to be sure: your entries in the drivers/etc/hosts - file must look like normal DNS entries, means: two dots! like: 127.0.0.1 www.mydomain.local 127.0.0.1 server.mydomain.local If you just add something like www.mydomain this won't work. Routes expects two dots at least.

AW: Routes user survey

2007-11-24 Thread Andrew Smart
, 'HTTP_X_FORWARDED_HOST) or - mapper.sub_domain = (False, None) to enable subdomain support and to indicate the related HOST-var. I could also do apply a different implementation if requested - I have all related LOCs identified where the related var needs to be used. Kind Regards, Andrew Smart

Integration of TIBCO AJAX Framework

2007-11-20 Thread Andrew Smart
Hi folks, TIBCO offers a rich open source AJAX framework. I'm interested into integrating this stuff into a Pylons application. See: http://www.tibco.com/devnet/gi/product_resources35.jsp?tab=downloads Does somebody have experience with the TIBCO framework? Interested in joining? Regards,

AW: Routes: Subdomain won't work with referers (bug?)

2007-11-17 Thread Andrew Smart
If you plan to run the *same* web application for different entities - thus you need different data (icons, templates, db...) in your app - maybe it's better to check for environ['HOST'] in your controllers explicitly, and act acordingly? - The subdomain chooses the controller which

AW: Routes: Subdomain won't work with referers (bug?)

2007-11-12 Thread Andrew Smart
Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ian Bicking Gesendet: Montag, 12. November 2007 19:28 An: pylons-discuss@googlegroups.com Betreff: Re: Routes: Subdomain won't work with referers (bug?) Andrew Smart wrote: Hi folks, I have

AW: Routes: Subdomain won't work with referers (bug?)

2007-11-12 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von zunzun Gesendet: Montag, 12. November 2007 19:25 An: pylons-discuss Betreff: Re: Routes: Subdomain won't work with referers (bug?) On Nov 12, 5:11 am, Andrew Smart [EMAIL

AW: Routes: Subdomain won't work with referers (bug?)

2007-11-12 Thread Andrew Smart
_ You also turned on the sub_domains option on the mapper? Yes, I did. http://wiki.pylonshq.com/display/routes/Manual#sub-domain-support BTW, I'm not entirely sure why you need to use the sub-domain option at all. The sub_domain option is so that a Pylons app can decide to respond

Domain based template/static file lookup behaviour

2007-11-09 Thread Andrew Smart
Hi folks, I have the following issue: my webapp is used as a kind of backoffice app for various frontside websites. Each website has different basic layout, both in templates as well as in the used static files. The integration is done with subdomains. Each frontside website has a subdomain

Q: different servers, routing and subdomains

2007-10-24 Thread Andrew Smart
Hi folks, I have a question regarding a specific server setup and the routing rules: There are two servers: one is the official server which holds the domain (www.somewilddomain.com) and the official, static website and a second server which will hold the Pylons application. The second server

AW: Displaying page elements based on AuthKit authentication?

2007-09-26 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Mittwoch, 26. September 2007 16:40 An: pylons-discuss Betreff: Displaying page elements based on AuthKit authentication? Hello, Hi Wayne,

AW: Displaying page elements based on AuthKit authentication?

2007-09-26 Thread Andrew Smart
-Ursprüngliche Nachricht- Von: pylons-discuss@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Mittwoch, 26. September 2007 16:40 An: pylons-discuss Betreff: Displaying page elements based on AuthKit authentication? Hello, Maybe I am

AW: Conceptual question for navigation / site structuring

2007-09-19 Thread Andrew Smart
Hi Uwe, yes, nobody replied - unfortunatly. Maybe the question was too focused on conceptual stuff (not enough source in it, dude) ;-) I've already done something - I give you a short draft: - I implemented a class called NavLink - it stores a Titel, and the tripple controller, action, id. -