Hi,

  Any help with the following would be greatly appreciated:
  
  I'm trying to install Mailman 2.1.1
  My python executable is in /usr/local/bin/python  
  I have configured with parameters: ./configure --prefix=/sw/mailman/2.1.1 
--with-mail-gid=mail --with-cgi-gid=www
  I am using solaris 8.
  
  When I run the command "make install" it gives the following:
....  
Creating language directory /sw/mailman/2.1.1/messages/ru/LC_MESSAGES
Creating language directory /sw/mailman/2.1.1/messages/sv/LC_MESSAGES
for f in ./test*.py ./*Base.py; \
do \
    /usr/local/bin/install -c -m 644 $f /sw/mailman/2.1.1/tests; \
        done
for f in ./onebounce.py ./fblast.py; \
do \
    /usr/local/bin/install -c -m 755 $f /sw/mailman/2.1.1/tests; \
        done
for d in bounces msgs; \
do \
    (cd $d; make install); \
done
for f in ./*.txt; \
do \
    /usr/local/bin/install -c -m 644 $f /sw/mailman/2.1.1/tests/bounces; \
        done
for f in ./*.txt; \
do \
    /usr/local/bin/install -c -m 644 $f /sw/mailman/2.1.1/tests/msgs; \
        done
/usr/local/bin/python -c 'from compileall import *; 
compile_dir("/sw/mailman/2.1.1/Mailman")'
  File "<string>", line 1
    from
       ^
SyntaxError: invalid syntax
*** Error code 1
make: Fatal error: Command failed for target `doinstall'

  
   I get the same syntax error if I run /usr/local/python -c 'from compileall import 
*'  at the command line.  This seems 
to indicate it's a problem with Python.  Any advice would be great.  
   
   Cheers.
 
 JB.
  



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to