For an unknown reason, datetime.date.today() began throwing a cryptic
"AttributeError: time" exception. It took me a while to figure out
that this was caused by an accidental overriding of the built-in
'time' module.
Here's an example interactive session which shows the problem:
[tal ~]$ touch ti
Tal Einat wrote:
> For an unknown reason, datetime.date.today() began throwing a cryptic
> "AttributeError: time" exception. It took me a while to figure out
> that this was caused by an accidental overriding of the built-in
> 'time' module.
>
> Here's an example interactive session which shows th
Steve Holden wrote:
> Tal Einat wrote:
>> It this desired behavior?
>>
>> At the very least the exception should be more detailed, perhaps to
>> the point of suggesting the probable cause of the error (i.e.
>> overriding the time module).
>>
> How is this different from any other case where you imp
Thanks for getting back to this!
On Sun, Nov 16, 2008, Calvin Spealman wrote:
>
> ---
> Optionally using GMP to implement long if available
> ---
I'd combine the long optimization thread here -- I don'
On Sun, Nov 16, 2008 at 11:55 AM, Tal Einat <[EMAIL PROTECTED]> wrote:
> Steve Holden wrote:
>> Tal Einat wrote:
>>> It this desired behavior?
>>>
>>> At the very least the exception should be more detailed, perhaps to
>>> the point of suggesting the probable cause of the error (i.e.
>>> overriding
Hello to all,
I am writing a program in python to convert Indic true type fonts in
Unicode. I like to know is there any way to read the fonts and on the basis
of that i can use map file to convert the font in unicode.
Please help me.
regards,
Ginovation
___