In article <[EMAIL PROTECTED]>, Steve Holden
<[EMAIL PROTECTED]> wrote:
>from anything import *
>
> is bad form for any module unless (like Tkinter, for example) it's been
Ah, I see. Thank you. Is there any reference, or way for me to
determine whether something can/should be imported in th
Hello!
I've installed the mx package from egenix, and I am experiencing pretty
odd behaviour.
If I launch python and run the following commands, I get an error:
>>> import mx
>>> from mx import *
>>> mx.DateTime.today()
Traceback (most recent call last):
File "", line 1, in ?
AttributeError: '
Hello!
I'm fairly new to Python, and was wondering if someone might be able to
help. I'm doing something that requires the datetime module released in
2.3. Unfortunately, the target machines are running 2.2.x and there is
no easy way that I know of to install 2.3/2.4 (RHEL ES).
I've done some lo