Hi, On Thu, May 3, 2012 at 2:10 PM, Cem Ikta <[email protected]> wrote: > Has anyone installed pyramid 1.3 with python 3.2.x? ez_setup.py not > installed on python 3. > > File "ez_setup.py", line 106 except pkg_resources.VersionConflict, e: > > how can i install pyramid 1.3 with python 3.2.x any suggestion? >
Try to install distribute first: http://pypi.python.org/pypi/distribute#installation-instructions If you still have problems after that then post the full traceback > thanks. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pylons-discuss/-/KjFqg_pHGTwJ. > 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. -- 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.
