Aside from what Steve said, each of those Ubuntu distros use a different version of Python, and each will run a different version of Pyramid.
You should standardize your deployments (and dev) to only use virtualenv packages AND track/standardize which version of Python you use. IMHO, you should almost-never rely on a linux distro's package installers for Python library items -- spec and manage them with a requirements.txt and pip. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/e46faa0d-0459-4379-8269-a5914e85ff32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
