⇤ ← Revision 1 as of 2013-09-24 04:49:17
Size: 472
Comment:
|
← Revision 2 as of 2013-09-26 08:58:31 ⇥
Size: 661
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
#pragma page-filename DEV/versions/16941079 | #pragma page-filename DEV/versions/16941077 |
Line 10: | Line 10: |
Now, if you get weird errors, remove the --system-site-packages from your virtualenv and try again. I guess depending on how your system is setup, it may or may not work with that option. |
It looks like bootstrap.py was removed in late July, marked as obsolete. I followed these instructions to get mailman and postorious running, except I replaced the bootstrap.py step with the following:
virtualenv --system-site-packages /path/to/your/installation $ source /path/to/your/installation/bin/activate $ python setup.py install
Now, if you get weird errors, remove the --system-site-packages from your virtualenv and try again. I guess depending on how your system is setup, it may or may not work with that option.