Re: mx Oddity in FC3/RedHat ES

2004-12-20 Thread Eric Azarcon
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

mx Oddity in FC3/RedHat ES

2004-12-20 Thread Eric Azarcon
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: '

newbie: Datetime module for Python 2.2.x

2004-12-16 Thread Eric Azarcon
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