No, I am not running Linux to any extent. But I am very strict about case. There is not a single instance of "se.py" or "sel.py" anywhere on my system. You' ll have to find out where lower case sneaks in on yours. The zip file preserves case and in the zip file the names are upper case. I am baffled. But I believe that an import tripping up on the wrong case can't be a hard nut to crack.
Frederic ----- Original Message ----- From: "DH" <[EMAIL PROTECTED]> Newsgroups: comp.lang.python To: <python-list@python.org> Sent: Saturday, August 26, 2006 5:47 AM Subject: Re: Taking data from a text file to parse html page > Yes I know how to import modules... I think I found the problem, Linux > handles upper and lower case differently, so for some reason you can't > import SE but if you rename it to se it gives you the error that it > can't find SEL which if you rename it will complain that that SEL isn't > defined... Are you running Linux? Have you tested it with Linux? > -- http://mail.python.org/mailman/listinfo/python-list