[Mailman-Users] Mailman install problems

Elvis Fernandes elvisfern at gmail.com
Tue Dec 6 03:29:39 CET 2005


Hi Mark,

Thanks for responding.

I tried the following:

isd80{mailman}2:
isd80{mailman}2: /opt/local/bin/python
Python 2.2.2 (#1, Jun  5 2003, 12:34:45)
[GCC 3.2.1] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> from compileall import *
>>>
>>>
>>> ^D
isd80{mailman}3:
isd80{mailman}3:


The python complier did not report any errors.

Regards
Elvis



On 12/5/05, Mark Sapiro <msapiro at value.net> wrote:
>
> Elvis Fernandes wrote:
> >/opt/local/bin/python -c 'from compileall import *;
> >compile_dir("/mailman/mailman/Mailman")'
> >  File "<string>", line 1
> >    from
> >       ^
> >SyntaxError: invalid syntax
> >*** Error code 1
> >make: Fatal error: Command failed for target `doinstall'
>
>
> Presumably your MUA split
> >/opt/local/bin/python -c 'from compileall import *;
> >compile_dir("/mailman/mailman/Mailman")'
> It should be one line.
>
> Your Python interpreter at /opt/local/bin/python doesn't seem to
> recognize 'from'.
>
> What happens if you interactively give the command
>
> /opt/local/bin/python
>
> and then in response to the '>>>' prompt, type
>
> from compileall import *
>
> If you get an error, something is seriously wrong with your Python
> installation.
>
> --
> 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