thank you steve! my comment regarding the complexity was not meant to be offending, but i am sure it actually offended you. i don't really know why its difficult to me. but actually i can only learn from thinks i don't understand properly.
Am Sonntag, 12. Januar 2014 21:13:08 UTC+1 schrieb Stephen McDonald: > > Thanks for the report. > > You've uncovered a conflict in the versions of dependencies, something > that has unfortunately occurred outside of Mezzanine's codebase itself. > > Mezzanine specifies it requires a particular version of html5lib, in this > case 0.95, and another of its dependencies, bleach, has recently been > updated to specify it requires a conflicting version of html5lib, in this > case >= 0.999. > > I'll be pushing a new version of Mezzanine shortly which should resolve > the issue. > > > On Mon, Jan 13, 2014 at 4:29 AM, Sebastian Heyden > <[email protected]<javascript:> > > wrote: > >> hey there, >> >> i just tried to start a mezzanine project by typing >> >> pip install mezzanine >> mezzanine-project myproject >> >> ... on ubuntu and fedora with python2.7 and python2.6 but always get this >> output from the last command: >> >> Traceback (most recent call last): >> >> File "/usr/local/bin/mezzanine-project", line 5, in <module> >> >> from pkg_resources import load_entry_point >> >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2809, in >> <module> >> >> parse_requirements(__requires__), Environment() >> >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 598, in >> resolve >> >> raise VersionConflict(dist,req) # XXX put more info here >> >> pkg_resources.VersionConflict: (html5lib 0.95 >> (/usr/local/lib/python2.7/dist-packages), >> Requirement.parse('html5lib>=0.999')) >> >> >> >> I forced pip to install html5lib 0.999 and then i get the following error >> message instead. >> >> Traceback (most recent call last): >> >> File "/usr/local/bin/mezzanine-project", line 5, in <module> >> >> from pkg_resources import load_entry_point >> >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2809, in >> <module> >> >> parse_requirements(__requires__), Environment() >> >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 594, in >> resolve >> >> raise DistributionNotFound(req) >> >> pkg_resources.DistributionNotFound: html5lib==0.95 >> >> >> >> Makes sense so far. But what am I supposed to do now? >> >> I have some experience with django projects and decided to take the >> learning curve for mezzanine. >> >> i had a successful installation of mezzanine from a template once on my >> development machine. when i wasn't able to deploy my project on the server >> due to my messy project structure, i decided to start from scratch and copy >> my code in piece for piece. i couldn't find the template anymore, and >> therefore i try to go down the route with mezzanine-project. is it just me >> or is setting up mezzanine slightly more complicated than average? >> > > That all depends on what your subjective experience of "average" is I > guess, but in my opinion Mezzanine actually goes to greater lengths than > usual in making the install process and "out of the box" experience easier > than usual. > > > >> >> >> cheers, >> sebastian >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Stephen McDonald > http://jupo.org > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
