Alberto Troiano wrote:
> These are the commands I need from datetime module. Is there another way to
> get this info
>
> hoy=datetime.datetime.now() # Today's date and time as a tuple
> dia=days[hoy.isoweekday()] # Today's dayweek as integer from 0 to 6
> grupo=datetime.datetime.today().strft
Hey everyone
I have a very big problem with two versions of Python (2.2.2 and 2.3.4) over
Linux Red Hat 9.0
I'll try to be as explicit as I can
In the version 2.2.2 I have the module MySQLdb running but not the datetime
module.
In the version 2.3.4 I have the module datetime running but not th