[Mailman-Users] Mailman install problems

Elvis Fernandes elvisfern at gmail.com
Wed Dec 7 02:09:40 CET 2005


Hi Mark,

Yes, that was a problem with my Python compiler.
I used another python compiler and I was successful.

Thanks!
Elvis


On 12/5/05, Mark Sapiro <msapiro at value.net> wrote:
>
> 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