Re: [Mailman-Users] Hello Question about compile error under OS X10.4.2

2005-09-12 Thread Jakko Westerbeke
According to Mark Sapiro, on 11-9-05 21:23 the word on the street was...

 See
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.021.htp
 and in particular the linked post at
 http://mail.python.org/pipermail/mailman-users/2005-July/045693.html

Thanks, but I already found those articles and followed their 
instructions -- they work well until I run make install and encounter 
this error :(

 I think you can simply edit /usr/local/mailman/bin/paths.py

That was the first thing I tried, without success ...

And as I'm trying again now, I've just completed the make step, but can 
only find paths.py in /usr/local/mailman-2.1.6/misc/ (which is the dir 
I'm installing from, not to). *some waiting later* Strangely, but 
happily, it worked now. I have no idea what I did wrong first time 
round, but make install just exited without errors.

Thanks :) Time to get on with the rest of the install :)

-- 
Jakko Westerbeke [EMAIL PROTECTED]
http://www.xs4all.nl/~gurth/afv
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Hello Question about compile error under OS X10.4.2

2005-09-11 Thread Mark Sapiro
Jakko Westerbeke wrote:

But: I wouldn't have joined this list if I didn't have a problem with
Mailman that I can't figure out the solution to ... I'm trying to set up
Mailman 2.1.6 on a Mac running OS X 10.4.2, with Apple's default
installation of Python 2.3.5. The system is pretty much clean out of the
box (literally) and has Apple's developer tools installed in order to
get gcc.



See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.021.htp
and in particular the linked post at
http://mail.python.org/pipermail/mailman-users/2005-July/045693.html


Anyway, the problem is that I get an error during the make install
phase of installation, to be precise:

   Compiling /usr/local/mailman/Mailman/versions.py ...
   Traceback (most recent call last):
 File bin/update, line 46, in ?
   import paths
 File /usr/local/mailman/bin/paths.py, line 55, in ?
   import japanese
   ImportError: No module named japanese
   make: *** [update] Error 1

./configure and make both work without errors, but things stop at
this point during make install every time. I've traced this back to
the installation of the Japanese codecs that are supplied with Mailman,
because these refuse to install as well -- both when trying to make
Mailman itself, and when trying to install the codec separately using
the instructions provided with it. Is there a quick fix that I can't see?

FWIW, I couldn't care less about Japanese codecs due to the fact that I
don't speak Japanese and seriously don't expect to ever run a
Japanese-language list, which makes it annoying that I can't find a way
to simply skip this whole step ... 


I think you can simply edit /usr/local/mailman/bin/paths.py and comment
out

import japanese

and also

import korean
import korean.aliases

if they are a problem too.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp