pylons icon indicating copy to clipboard operation
pylons copied to clipboard

Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.

Results 6 pylons issues
Sort by recently updated
recently updated
newest added

Trying to update the Fedora pylons package to 1.0.2 I'm getting: ``` ERROR: tests.test_units.test_basic_app.TestJsonifyDecorator.test_detect_lang ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/builddir/build/BUILD/Pylons-1.0.2/tests/test_units/test_basic_app.py", line...

The documentation pages at https://pylons-webframework.readthedocs.org/en/latest/index.html are served over https. They include the stylesheet http://static.pylonsproject.org/fonts/neuton/stylesheet.css using an http:// url, not an https:// one. In Chrome this means the file is not...

I'm sure it's not a deliberate attempt to haze total pylons n00bs like me... but the link to go-pylons.py appears to be broken in the Getting Started docs here: http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/gettingstarted.html...

With Pylons 1.0.1rc1 running nosetests on a Pylons project no longer works -- seems the nose plugin is no longer registered, and so nosetests fails saying "--with-nose" is not a...

Paster shell command always runs the python shell which comes complete with an interpreter (even if you have installed ipython). To my knowledge, this problem occurs only with ipython 0.11

recently we moved "ourproject.lib.base.py" to a sub-package inside the "ourproject.lib" package. This causes a "paster shell my.ini" to fail with: Traceback (most recent call last): File "/Users/deif/Library/VirtualEnv/sv11_py27/bin/paster", line 8, in...