Re: [Paste] Pyramid on Python 3.2

2011-09-26 Thread aod...@gmail.com
Hi

Tornado is ready for py3.

I checked out running pyramid py3 on tornado.

https://gist.github.com/1244224  


--  
aod...@gmail.com
Sent with Sparrow (http://www.sparrowmailapp.com)

日付:2011年9月26日月曜日、時刻:10:07、差出人:Rick Harding:

 On Mon, 26 Sep 2011, Sebastien Douche wrote:
  
  On Mon, Sep 26, 2011 at 02:45, Mike Orr sluggos...@gmail.com 
  (mailto:sluggos...@gmail.com) wrote:
   We need a standalone HTTP server of some sort to run out of the box.
   If not paste.httpserver, what then?
   
  gunicorn?[1]
   
   
  [1] http://gunicorn.org/
   
  --  
  Sebastien Douche sdou...@gmail.com (mailto:sdou...@gmail.com)
  Twitter : @sdouche
  
 I've used swanging for some wsgi testing when working in middleware before
 and seems to have worked well enough. It's in pypi.  
  
 http://pypi.python.org/pypi/Spawning/0.7
  
  
 --  
  
 Rick Harding
 @mitechie
 http://blog.mitechie.com
 http://lococast.net
  
 --  
 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 
 (mailto:pylons-discuss@googlegroups.com).
 To unsubscribe from this group, send email to 
 pylons-discuss+unsubscr...@googlegroups.com 
 (mailto:pylons-discuss+unsubscr...@googlegroups.com).
 For more options, visit this group at 
 http://groups.google.com/group/pylons-discuss?hl=en.


-- 
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 group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Re: Porting a restcontroller from pylons 1.0 to pyramid?

2011-05-15 Thread aod...@gmail.com
HI,

maybe routeshelper will be released including a feature of restful controller 
soon. 

https://github.com/Pylons/pyramid_routehelper/blob/master/pyramid_routehelper/__init__.py

-- 
aod...@gmail.com
Sent with Sparrow
On 2011年5月15日日曜日 at 17:33, He Shiming wrote: 
 Hi,
 
 I'm trying to port some restcontroller written in pylons 1.0 to
 pyramid. And I'm having trouble understanding the view configuration
 and routes. My restcontroller is originally generated with `paster
 restcontroller`, and routed via map.resource. It's already using a
 couple of formats, including 'html', 'json', and 'jpg' to render
 different content.
 
 I'm using the akhet template, because it looked more familiar compared
 to the pyramid default template.
 
 I'm wondering if there are any tutorials on this? Or is there a sample
 project I can consult? Thanks.
 
 Best regards,
 He Shiming
 
 -- 
 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 group, send email to 
 pylons-discuss+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/pylons-discuss?hl=en.
 

-- 
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 group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.