Routes and REST controller (map.resource)

2008-06-01 Thread Nick
Ive just started using map.resource, but im having a few problems determining what is actually being generated. Anyone give me a quick pointer on how to look into the data structs generated by routes? Basically i've got this: map.resource('user', 'users', controller='wusers') And when i do this

Dynamically Choosing A Rendering Engine

2008-06-26 Thread Nick
So, I'm sure this is just downright silly and has been done before, but I'm a relative newbie to python and especially pylons (working with it for 3 days now), so even the small accomplishments make me very happy. On the off chance that nobody's done anything like this before, I thought I'd post

Insecure Default Testing Setup?

2008-07-12 Thread Nick
f I'm not, shouldn't this be changed? Thanks for your help, Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegr

Re: Insecure Default Testing Setup?

2008-07-13 Thread Nick
r" <[EMAIL PROTECTED]> wrote: > On Sat, Jul 12, 2008 at 10:55 PM, Ben Bangert <[EMAIL PROTECTED]> wrote: > > On Jul 12, 2008, at 9:34 PM, Nick wrote: > > >> I'll start by saying that I could very well be wrong about this, but > >> this looks like a secu

Re: Where to post job opportunities?

2009-06-27 Thread Nick
know about? Thanks for your help, Nick Daly --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this

Re: session data cached

2008-05-05 Thread Nick Jensen
Restarting the app should do it. Sent from my iPhone. On May 5, 2008, at 6:23 PM, Chris Curvey <[EMAIL PROTECTED]> wrote: > > Hi all, I hope someone can help me. > > I've written a nifty application using Pylons with Genshi and Elixir. > But I'm having one crucial problem -- I seem to keep gett

Pylons 0.9.7rc2 and SQLAlchemy

2008-10-16 Thread Nick Martin
Hi, Is the standard practice to still add "sqlalchemy.url" to your ini file? I remember reading something about changes to the way connections are specified for 9.7 and just wanted to clarify. Thanks, Nick. --~--~-~--~~~---~--~~ You received th

Re: EuroPython sprints

2009-06-26 Thread Nick Martin
Sounds good Steve, but I doubt I can get the company to extend my stay. Here is the current roadmap to version 1.0 http://wiki.pylonshq.com/display/pylonscommunity/Pylons+Roadmap+to+1.0 In case anyone isn't aware of Pylons, check out http://pylonshq.com/ Cheers, Nick On Jun 26, 9:

Where to post job opportunities?

2009-06-27 Thread Nick Daly
_ Hotmail® has ever-growing storage! Don’t worry about storage limits. http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009 --~--~-~--~~~---~--~~ You received

How can you tell if the user is uploading a file?

2009-11-09 Thread Nick Retallack
There are plenty of examples of how to upload files in Pylons, but none of them check if the user actually put a file in the form or not. If they don't, the application breaks. Wonderful. So, how do you check? Well, I'd expect this to work: if not request.params['file']: return "No file

[pylons-discuss] Live event notification through ASGI / websockets

2020-09-25 Thread Nick Beeuwsaert
Hello, I was wondering if anyone had any experience / ideas regarding using Pyramid and ASGI to deliver live notifications through a websocket stream? I've followed the info here , regarding getting ASGI

Re: [pylons-discuss] Live event notification through ASGI / websockets

2020-09-25 Thread Nick Beeuwsaert
- getstream.io provides activity feed tyle notifications as a SaaS > service. I think they started as an open source Python project long time > ago, but now have only Saas model https://getstream.io/ > > Br, > Mikko > > On Fri, 25 Sep 2020 at 10:39, Nick Beeuwsaert > wro

[pylons-discuss] Dependency injection in pyramid views

2021-03-23 Thread Nick Beeuwsaert
Hi all, I just published my first package to PyPI-- its a viewmapper to inject dependencies into views. I have it published as a prerelease since I'd like feedback on the API before fully releasing it Heres the links: PyPI: https://pypi.org/project/pyramid-autowire/ Github: https://github.co

[pylons-discuss] pyramid_simpleform gives error @ import

2021-09-24 Thread Nick Victor
t importing just making a module content available in the current namespace?? So how can I fix this problem? Any hint appreciated. Thanks. Nick -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop

Re: [pylons-discuss] pyramid_simpleform gives error @ import

2021-09-24 Thread Nick Victor
est/ > > --steve > > > On 9/23/21 11:30 PM, Nick Victor wrote: > > > > Hi, > > newbie to Pyramid I have tried to use the pyramid_simpleform but already > fail when I only try to run the example on > > > > https://docs.pylonsproject.org/projects/