Hi, Had very similar issue the other day. Turns out incorrect dependency in my sites caused it. Trying creating fresh virtual environment and create new project in it. If it fails come back with full stack trace and list of packages (with versions) in your sites.
On Tuesday, 18 February 2014 14:54:11 UTC, Александр Орлов wrote: > > Hello. > I have > Python 3.3.3 > Try to run server > pserve development.ini > And have such error: > File > "C:\Python33\lib\site-packages\paste-1.7.5.1-py3.3.egg\paste\httpexceptio > ns.py", line 634 > except HTTPException, exc: > > As i understand Paste is not working with py 3 > But what have i do ? :) > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
