Hallo Freunde,
ich versuche auf Solaris den Mailman zu installieren
phyton 2.4 installiert
Jedoch kann ich den mailman nicht zu ende compilieren. Er bricht mit der Meldung:
PHP-Code:
Traceback (most recent call last):
File "bin/update", line 46, in ?
import paths
File "/usr/local/mailman/bin/paths.py", line 60, in ?
import korean
ImportError: No module named korean
gmake: *** [update] Error 1
Beim compilieren ist mir noch ein Fehler aufgefallen.
PHP-Code:
/usr/local/lib/python2.4/distutils/dist.py:222: UserWarning: 'licence' distribution option is deprecated; use 'license'
warnings.warn(msg)
src/hangul.c:33: error: syntax error before numeric constant
src/hangul.c:34: error: syntax error before numeric constant
error: command 'gcc' failed with exit status 1
gmake[1]: *** [install-packages] Error 1
Es fehlt im wohl das Modul korean. Hat jemand eine Idee?