[Mailman-Users] Broken links in administrative interface

2003-10-29 Thread Jonathan Bentley
Hi,

  I've successfully installed mailman on our server and have created a test list 
or two.  While I can access the list through the web interface, all the links in 
the main menu have the wrong url, so I cannot modify any of the list settings.
  
  For us, mailman is accessed through a url resembling:
  
  http://www.aaa.bbb.gov.au/cgi-bin/mailman
  
  However, for some unknown reason the links on the mailman admin page point to:

  http://www.aaa.gov.au/cgi-bin/mailman, which happens to be another of our web 
servers.

  I have grepped all the files in the mailman tree to find any references to 
www.aaa.gov.au and none were found.  I am mystified.  Where can this URL be 
coming from?

  For reference, the mm_cfg.py file has had the following added to it:
  
---
# Put YOUR site-specific settings below this line.
DEFAULT_URL_HOST = 'www.aaa.bbb.gov.au'
DEFAULT_HOST_NAME= 'www.aaa.bbb.gov.au'

DEFAULT_EMAIL_HOST = 'ccc.aaa.gov.au'

add_virtualhost('www.aaa.bbb.gov.au', 'ccc.aaa.gov.au')

  
  I've waded through a mountain of mailman posts/documentation/FAQs and cannot 
find a solution to this problem, let alone anyone with a similar problem.
  
  Any assistance would be greatly appreciated.
  
  Cheers,
  
Jon.


--
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


[Mailman-Users] Syntax error encountered on install

2003-04-06 Thread Jonathan Bentley
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