I have tried to port two apps from bfg to pyramid
(and was successful with one):

While the bfg2pyramid worked fine for me in one case (and I decided to
go with a newer pyramid paster template in the other case), more
difficulties I had with some additional packages:

* One app depends on xmlrpc (formerly repoze.bfg.xmlrpc),
  luckily I found pyramid_xmlrpc
  (http://docs.pylonshq.com/pyramid_xmlrpc/dev/).
  Seems not to be yet on pypi - but I guess it will be
  uploaded there soon (?) - in the meanwhile I just
  installed pyramid_xmlrpc via git.

* What was preventing me from porting my other app
  though, was a lack of pyramid equivalent of 
  repoze.bfg.viewgroup for content-provider / viewlet
  style thingies. - Is there anything planned ? 
  Any advice?

- Andreas
  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to