CC; the list as it seems you forgot that. On Mon, Oct 6, 2008 at 6:15 AM, Emmett <[EMAIL PROTECTED]> wrote: > Thanks Jorge, > > I actually gave up on 0.9.6.2 and the tutorials because easy_install > downloaded WebHelpers-0.6.2-py2.5.egg in any case. So I got a similar > error to what I had under 0.9.7. > you can force that to an older webhelpers by doing easy_install =U WebHelpers==0.5 or whichever you need, but as Mike posted better go on to 0.9.7
> So I've moved on the docs and learning. I've no idea how to quickly > handcraft the javascript, and I need to eventually learn other stuff > like getting pyAMF working after authentication and over https. > well the JS bits in those tutorials shouldn't stop you, as that is totally independent of core pylons. > If I believe I find an error or room for improvement in the 0.9.7 > docs, then would you like me to post a message to the discussion list, > or to convey it via some other method? > if they are the official docs, then yes as you will need an account on the wiki for it, what I normally do is post a comment on the page and if it's important enough post to the mailing list, with a link and explanation. > Emmett > > > On Oct 6, 11:05 pm, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: >> 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 -~----------~----~----~----~------~----~------~--~---
