On Fri, 20 Dec 2002 14:16:06 -0500, Michael Engelhart <[EMAIL PROTECTED]> wrote: > >I'm running Webware 0.7 (apache + mod_webkit) and the latest version >of Cheetah and noticed something strange happen. > >If i have a document called Home.tmpl and it's resultant compiled >servlet Home.py, if go to a URL that ends with "home.py" >I get an error saying: >ImportError: No module named home > >I'm not sure that this is the expected behavior or not. Anyone know?
Except for the host name, URLs are always case sensitive. Thus, these: http://.../Home.py http://.../home.py represent two different URLs. -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ------------------------------------------------------- This SF.NET email is sponsored by: The Best Geek Holiday Gifts! Time is running out! Thinkgeek.com has the coolest gifts for your favorite geek. Let your fingers do the typing. Visit Now. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
