Stephen Hansen suggests running this line before running or testing code:<br><br>python -m compileall -f .<br><br>Noted. Will do.<br><br>Stephen also mentions, along with many others, that using CGI these days is silly (my word). Noted. I'll switch over, but not today. Got other things more pressing ;)<br>
<br><br>DavidA corrects me:<br><br>> Since you didn't name your modules (what you persist in calling scripts), <br>> I can only guess their names from the import statements:<br>> e.g.:<br>>from New_Passengers_Curr_Customers import New_Passengers_Curr_Customers<br>
><br>>I don't see any case difference there.<br><br>Right. Gotcha. Started that because I saw others doing it. A bad habit? The file (in this case) New_Passengers_Curr_Customers.py has only one method, to wit, New_Passengers_Curr_Customers(). Not a good idea? Please clarify and if not, why.<br>
Thanks all,<br>beno