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?


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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to