On Sun, Oct 5, 2008 at 8:49 PM, Emmett <[EMAIL PROTECTED]> wrote: > > Pylons newbie here. Followed the docs.pylonshq instructions and > therefore installed 0.9.7, learning rapidly in the past couple of > days. I like it. Especially the WSGI concept. I like Python a lot, > and now this framework (some of the code) has really opened my eyes to > how expressive and powerful Python can be. > > Today noticed that the tutorials dont work (Flickr and Quickwiki) > which need the javascript stuff in webhelpers < v0.6. To keep > learning I'll setup a python virtual env running 0.9.6.2 for the > tutorials. > yes they where removed due to being outdated, so all that js related code will have to be ported back to plain old javascript.
> Just wondering, should I be learning with 0.9.7 or 0.9.6? I notice > that most wiki site docs and examples are still 0.9.6 based, but I'd > like to work with 0.9.7 since it's the future and I like the idea of > changes to make the framework simpler and cleaner. > Yes indeed, 0.9.7 isn't still final and most of the docs are a bit outdated, now the biggest change is that webhelpers 0.6 was a big overhaul of the whole package. IMO it's better to learn 0.9.7 as it is not outdated, plus any fixs of the documentation will be appreciated :) > FYI: My goal is to create a PyAMF data server with a SA model. Running > "under apache" alongside a PHP website. I'll need to implement a HTML > login page, serve a Flash (Flex) app using SWFObject.js, then respond > to AMF/RTMP/HTTPS requests while maintaining state (session or cached > data - I'm not sure) in memory for active clients. > > Thanks for any tips. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
