I think because python doesn't know what to do on importing the same library "name" ... it probably just "overwrites" it discarding the "old" one.... the point is that the datetime is both the name of the root module and the "child" one.
same thing should happen on web2py applications too, I think it's a general python problem rather than something scheduler specific. Il giorno giovedì 20 giugno 2013 13:09:21 UTC+2, Joe Barnhart ha scritto: > > I understand importing modules, or at least I thought I did... Why would > it affect scheduler.py if I Import datetime in a module of my own? I > haven't made mods to scheduler.py if that is what you meant. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

