D
D
dikkini2012-10-04 07:58:16
linux
dikkini, 2012-10-04 07:58:16

Has anyone installed pyramid NOT in virtualenv?

actually a subject

The fresh version means.
For any OS (Linux, Windows, Mac).

What's the point:
According to my experiments, the current pyramid works correctly only in virtualenv and nothing else. Just installing along the normal system paths to python does not work.

What exactly did not work for me without virtualenv:
pserve developer.ini
It is on this command that the same error is issued on all OSes if virtualenv is not used.
Actually error: dpkg.DistrbutionNotFound: YourProject.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cancel, 2012-10-06
@dikkini

Why without virtualenv? After running python setup.py develop, for example, your system turns from a solid system to a pumpkin. In some debian, you can try to build packages with pypi into distribution packages, but this does not always work. And centralized updating of libraries is fraught with inexplicable and elusive bugs, and virtualenv allows you to isolate sets of libraries.
There are no problems with its use in production at all.

D
dikkini, 2012-10-05
@dikkini

Right now I've radically changed the templates (from mako to jinja2) and got this error. I don’t know how to solve this problem, and the worst thing is, I can’t understand the nature of this error ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question