[Mailman-Users] Mailman install problems

Mark Sapiro msapiro at value.net
Tue Dec 6 07:12:38 CET 2005


Elvis Fernandes wrote:
>
>I tried manually running:
>
>isd80{mailman}8: /opt/local/bin/python -c 'from compileall import *;
>compile_dir("/mailman/mailman/Mailman")'
>  File "<string>", line 1
>    from
>       ^
>SyntaxError: invalid syntax
>isd80{mailman}9:
>
>Still no go.

It seems something is wrong with Python or with the shell. I still have
no idea what, but try running it interactively. I.e.,

/opt/local/bin/python
...banner from python...
>>> from compileall import *
>>> compile_dir("/mailman/mailman/Mailman")



Actually, this whole step strictly isn't required as each module will
be compiled when first imported anyway, but pre-compiling will speed
up the initial operation of Mailman a bit.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list