On Jun 3, 9:01 pm, Mike Burrows <[email protected]> wrote: > Thanks Mike. > > I have no urgent need to upgrade but was happy to give it a whirl. > Unfortunately I ran straightaway into a version conflict! Will there > be a Pylons release soon that permits this version of WebHelpers? Or > is there some trick I don't know of to bypass the version checks?
Are you running into the error below? error: Installed distribution WebHelpers 1.0 conflicts with requirement WebHelpers>=0.6.1,<0.6.99 I had to remove the 'WebHelpers>=0.6,<=0.6.99' dependency from FormBuild to enable WebHelpers 1.0 in a Pylons 0.10 app. Cheers, Thijs -- 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.
