|
From: <bc...@wo...> - 2001-07-23 19:33:06
|
[Ype Kingma] >I solved the problem by removing all the $py.class files. Good. >After that I also noticed that 21a2 will not import *.PY modules (with >uppercase extension), so I had to change these to lower case. >Now 21a2 works beautifully. I think that is a bug. At least CPython only checks the case for the name part of the file. It doesn't check for the case of the extensions and I don't think Jython should either. I have comitted in a fix for it. Thanks for reporting this. regards, finn |