On Sat, May 25, 2002 at 12:04:46PM -0400, Barry A. Warsaw wrote:
> DG> File "/usr/local/mailman/pythonlib/email/_compat22.py", line
> DG> 21 yield self ^
> | SyntaxError: invalid syntax
> | ^C [ I killed it at this point ]
> | interrupted
> | make[1]: *** [install-package
"Barry A. Warsaw" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> | Python 2.1.1
> Try upgrading to Python 2.1.3. It should go smoothly as it's only a
> bug fix release.
Got 2.2.1 ... seems to work fine so far.
david
___
> [qrunners]
> >You can start lots of them, even multiple ones to service the same
> >queue. They won't collide and don't need to lock any resource.
>
> So on a busy server, starting multiple qrunners from cron would help
> with the stale lockfile and associated issues?
Barry was speaking about
On Sat, May 25, 2002 at 04:39:28PM -0400, Barry A. Warsaw wrote:
> | done
> | File "/var/local/mailman/pythonlib/email/_compat22.py", line 21
> | yield self
> | ^
>
> This one you /should/ be able to ignore (I'm still trying to figure
> out how to get distutils
On May 25, 2002 at 15:59, Barry A. Warsaw wrote:
[qrunners]
>You can start lots of them, even multiple ones to service the same
>queue. They won't collide and don't need to lock any resource.
So on a busy server, starting multiple qrunners from cron would help
with the stale lockfile and associ
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> I just synced my tree, and:
| make[1]: Entering directory `/var/local/src/mailman-cvs/misc'
| for p in email-2.0.4 JapaneseCodecs-1.4.5 KoreanCodecs-2.0.4; \
| do \
| gunzip -c $p.tar.gz | tar xf -; \
| (c
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes:
| Python 2.1.1
Try upgrading to Python 2.1.3. It should go smoothly as it's only a
bug fix release.
-Barry
___
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailm
Hi,
These are my mm_cfg settings:
DEFAULT_EMAIL_HOST = 'lnx.p-s.nl'
DEFAULT_URL_HOST = 'www.p-s.nl'
DEFAULT_URL_PATTERN = 'http://%s:81/mailman/'
DEFAULT_HOST_NAME = DEFAULT_URL_HOST
DEFAULT_URL = DEFAULT_URL_PATTERN % DEFAULT_URL_HOST
VIRTUAL_HOST_OVERVIEW = 0
When i do creating a new list :
I just synced my tree, and:
make[1]: Entering directory `/var/local/src/mailman-cvs/misc'
for p in email-2.0.4 JapaneseCodecs-1.4.5 KoreanCodecs-2.0.4; \
do \
gunzip -c $p.tar.gz | tar xf -; \
(cd $p ; PYTHONPATH=/var/local/mailman/pythonlib /usr/bin/python setup.py --quiet
install --ins
At 01:53 PM 5/25/2002, Barry A. Warsaw wrote:
>You must use at least Python 2.1 (with 2.1.3 or 2.2.1 recommended).
>Still, something's weird because unittest came with Python 2.0 IIRC.
Gah! My bad. I have two pythons installed ... python, which a 1.x, and
python2, which is 2.1.
Here's the rea
> "NB" == Norbert Bollow <[EMAIL PROTECTED]> writes:
>> MM2.1's qrunner will take almost no resources to just leave it
>> running.
NB> Is there a way to start say a hundred of them on the same box
NB> (in order to service a hundred separate Mailman installations)
NB> so
[EMAIL PROTECTED] (Barry A. Warsaw) wrote on mailman-users:
> MM2.1's qrunner will take almost no resources to just leave it
> running.
Is there a way to start say a hundred of them on the same box
(in order to service a hundred separate Mailman installations)
so that most of the memory is share
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes:
DG> Got this ...
DG> [root@linux email-2.0.4]# pwd
DG> /root/mailman-2.1-beta/mailman/misc/email-2.0.4 [root@linux
DG> email-2.0.4]# PYTHONPATH=/usr/local/mailman/pythonlib python
DG> test.py Traceback (innermost last):
"Barry A. Warsaw" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Yup, it's part of the (in)compatibility hacks to make the email
> package work with both python2.1 and python2.2.
Ok
> Question: why did you "kill it at this point"? Did the installation
> proc
> "W" == Webmaster <[EMAIL PROTECTED]> writes:
W> Very critical does anyone know if Pytnon 2.1 will work with
W> mailman 2.0.11, (problems with my production mailing lists)
Yes, it definitely works. python.org/zope.org runs MM2.0.11 with
Python 2.1.3. It really looks like your Py
Bugs item #560127, was opened at 2002-05-24 10:29
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100103&aid=560127&group_id=103
Category: mail delivery
Group: 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Douglas Paul (dwpaul)
Assigned to: Nobody/An
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes:
DG> I just updated cvs and ran 'make install', and got the
DG> following error ...
DG> make[1]: Entering directory
DG> `/root/mailman-2.1-beta/mailman/misc' for p in email-2.0.4
DG> JapaneseCodecs-1.4.5 KoreanCodecs-2.0.4
I just updated cvs and ran 'make install', and got the following error ...
make[1]: Entering directory `/root/mailman-2.1-beta/mailman/misc'
for p in email-2.0.4 JapaneseCodecs-1.4.5 KoreanCodecs-2.0.4; \
do \
gunzip -c $p.tar.gz | tar xf -; \
(cd $p ; PYTHONPATH=/usr/local/mailman/python
18 matches
Mail list logo