-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02/18/2014 09:54 AM, Александр Орлов 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 ? :) > Please show the whole traceback. Something in your application is depending on Paste, which pyramid does not use at all (because of its lack of maintenance / Py3k support).
If you are using a middleware from Paste, you may find that there are ported versions available which do support Py3k (e.g., I forked the 'paste.urlmap' middleware to a project called 'rutter': - https://pypi.python.org/pypi/rutter - https://github.com/tseaver/rutter Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlMSJm0ACgkQ+gerLs4ltQ7yngCg1RYM+RxsFyELBsGkC+1Xj5EO OBcAoKIax2DVWCWXKDsck/q+ESiVwm/j =tssW -----END PGP SIGNATURE----- -- 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.
