Hi all, Yes, I know, I'm speaking of an ancient Pylons version there, but it is what we are using for running two of our major applications.
The major changes in Pylons >= 0.9.7 have put us off migrating to a newer Pylons, as it would just quite risky doing that on a live service (not to mention expensive, a work we probably wouldn't get paid). So we are using WH 0.3.4 at the moment. So we are stuck with 0.9.6.2 for the time being, but we wanted to introduce FormAlchemy in one of that projects, which turned out to be a major hurdle. FA just has a dependency on WebHelpers in general, but not on a specific version, which isn't correct. It definitely doesn't run with 0.3.4, the reason there are major differences from where to import stuff (which I had already fixed), but also differences in the calling of certain functions (like for generating selects). WebHelpers 1.0 is a no go, as Pylons just doesn't run with it (there are imports deep in the Pylons code from wh parts that just don't exist anymore). So I tried WH 0.6.4, but that version feels really "unfinished" - the imports to the main wh module aren't existent, and it isn't really clear what to import from where. So is there a WebHelpers version >0.3.4 still compatible with 0.9.6.2, which I hopefully could get to run with FA. It would be a big plus if the rails helpers would still be there in that version (like form_remote), so I don't need to code them again. Thanks in advance, Jens -- 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.
