Re: [Mailman-Users] No module named korean

2006-03-26 Thread Mark Sapiro
Bob Holden wrote: >Not sure if you're still working on this, but it's still happening on a >CentOS4.2 server with the latest tarball. The tarball contains misc/KoreanCodecs-2.0.5.tar.gz. The Makefile built by configure in the misc/ directory and run by the main Makefile should install the korea

[Mailman-Users] No module named korean

2006-03-26 Thread Bob Holden
Not sure if you're still working on this, but it's still happening on a CentOS4.2 server with the latest tarball. Installing Python-Devel fixed the problem. Bob Holden EAWF -- Mailman-Users mailing list Mailman-Users@python.org http://mail.py

Re: [Mailman-Users] No module named korean

2003-01-02 Thread Barry A. Warsaw
> "chaim" == <[EMAIL PROTECTED]> writes: chaim> Thank you. I downloaded the package from list.org and they chaim> didn't mention anything about it being pre-2.1 beta. Can chaim> you suggest where I can find the 2.1 final and what the chaim> exact size of the file should be?

Re: [Mailman-Users] No module named korean

2003-01-02 Thread Barry A. Warsaw
> "chaim" == <[EMAIL PROTECTED]> writes: chaim> Thank you for your help so far on this issue. Have you chaim> found anything new since your last email? This was resolved in 2.1 final. You must have the python -devel package installed, but the test for this was broken in the pre-2.

Re: [Mailman-Users] No module named korean

2003-01-02 Thread chaim
On 2 Jan 2003 at 11:27, Barry A. Warsaw wrote: > > > "chaim" == <[EMAIL PROTECTED]> writes: > > chaim> Thank you for your help so far on this issue. Have you > chaim> found anything new since your last email? > > This was resolved in 2.1 final. You must have the python -devel > p

Re: [Mailman-Users] No module named korean

2003-01-02 Thread chaim
Thank you for your help so far on this issue. Have you found anything new since your last email? thanx, chaim -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.o

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes: BAW> Thanks, I'm going to make this change to the 2.1 tarball. I've just uploaded a new tarball and am about to make the announcements. I've tested the new configure script as best I can on RH 7.3 and it seems to do the trick (I trie

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
Thanks, I'm going to make this change to the 2.1 tarball. -Barry -- 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: ht

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Warren Woodward
On Tue, Dec 31, 2002 at 03:23:28PM -0500, Barry A. Warsaw wrote: Content-Description: message body text > > Could folks who are having these "no korean package" problems please > try the following configure script? > > If I'm right about the problem, this should bomb out with an error > pretty ea

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
Could folks who are having these "no korean package" problems please try the following configure script? If I'm right about the problem, this should bomb out with an error pretty early on. If it does, please install the python-devel package and see if that fixes your problems. If we can resolve

Re: [Mailman-Users] No module named korean

2002-12-31 Thread chaim
On 31 Dec 2002 at 15:15, Barry A. Warsaw wrote: > > Thanks, that's actually very helpful. Okay, next, try this: > > % python > Python 2.2.2 (#1, Oct 14 2002, 19:51:36) > [GCC 2.96 2731 (Red Hat Linux 7.3 2.96-112)] on linux2 > Type "help", "copyright", "credits" or "license" for more infor

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "WW" == Warren Woodward <[EMAIL PROTECTED]> writes: WW> Hmm. I think I'm back to blaming Red Hat. Me too. See my followup to Chaim. I'm betting (hoping) that if you install the python-devel package, it'll work for you. Unfortunately, configure had a catch for this, but it looks lik

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
Thanks, that's actually very helpful. Okay, next, try this: % python Python 2.2.2 (#1, Oct 14 2002, 19:51:36) [GCC 2.96 2731 (Red Hat Linux 7.3 2.96-112)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.sysconfig >>> len(distutils.syscon

Re: [Mailman-Users] No module named korean

2002-12-31 Thread chaim
On 31 Dec 2002 at 14:39, Barry A. Warsaw wrote: > Okay so the distutils installation in the misc directory is failing. > The question is, why? Can you do the following: > > % make distclean > % configure (with whatever options you used) > % make install > > And send me the output. Hopefully th

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Warren Woodward
Hmm. I think I'm back to blaming Red Hat. _ [root@home email-2.4.3]# PYTHONPATH=/var/mailman/pythonlib /usr/bin/python setup.py install --install-lib /var/mailman/pythonlib --install-purelib /var/mailman/pythonlib --install-data /var/mailman/pythonlib running install Traceback (most recent

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "WW" == Warren Woodward <[EMAIL PROTECTED]> writes: >> - Do you see any other errors from a "make install" of Mailman >> 2.1? Look very carefully, especially where the distutils >> packages are being installed. WW> Not that I can see. Here's a tee of it: WW> http://h

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "chaim" == <[EMAIL PROTECTED]> writes: chaim> On 31 Dec 2002 at 12:29, Barry A. Warsaw wrote: >> Do you see any errors in the make output before the line about >> the korean package? chaim> No >> Also, look in /usr/local/mailman/pythonlib. You should see >> bot

Re: [Mailman-Users] No module named korean

2002-12-31 Thread chaim
On 31 Dec 2002 at 12:29, Barry A. Warsaw wrote: > Do you see any errors in the make output before the line about the > korean package? No > Also, look in /usr/local/mailman/pythonlib. You should see both a > korean subdir and a file called korean.pth. That directory is empty.

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Warren Woodward
On Tue, Dec 31, 2002 at 12:39:54PM -0500, Barry A. Warsaw wrote: > > - Are you using the standard Python from RH8 or did you build it from > source? Standard Python from RH 8.0. > > - If your Python comes from an RPM, did you install just the standard > package or did you also install the d

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "WW" == Warren Woodward <[EMAIL PROTECTED]> writes: WW> For the record, I am in the exact same bind... as are most WW> people with RH 8.0, I'd imagine. Is it really related to RH8.0? I've certainly never been able to reproduce it on RH7.3, which is all I have available at the mome

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Warren Woodward
On Tue, Dec 31, 2002 at 09:23:49AM -0800, [EMAIL PROTECTED] wrote: > On 31 Dec 2002 at 12:18, Barry A. Warsaw wrote: > > > What version of Python ar you using? > > Python 2.2.1 (#1, Aug 30 2002, 12:15:30) > [GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2 > Type "help", "copyright", "c

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
Do you see any errors in the make output before the line about the korean package? Also, look in /usr/local/mailman/pythonlib. You should see both a korean subdir and a file called korean.pth. Are they there? -Barry -- Mailman-Users mailing l

Re: [Mailman-Users] No module named korean

2002-12-31 Thread chaim
On 31 Dec 2002 at 12:18, Barry A. Warsaw wrote: > What version of Python ar you using? Python 2.2.1 (#1, Aug 30 2002, 12:15:30) [GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import distutils >>> distutils.__

Re: [Mailman-Users] No module named korean

2002-12-31 Thread Barry A. Warsaw
> "chaim" == <[EMAIL PROTECTED]> writes: chaim> I tried to track it down and although I am an experience chaim> developer/admin, I am fairly new to Python and Mailman. I chaim> am a bit confused about the comments concerning korea and chaim> korea.alias. Should I just commen

[Mailman-Users] No module named korean

2002-12-31 Thread chaim
Talk about being on the cutting edge. I was about 95% of the way finished installing v. 2.0 and following along with some docs on list.org when I got a 404 error at the list.org site. Turns out that while I was doing the install 2.1 was released and the list.org site was updated. Any who.. I