looping wrote:
On Mar 6, 9:51 am, "looping" <[EMAIL PROTECTED]> wrote:
Hi,
Why this error ?
from pytz import timezone
eastern = timezone('US/Eastern')
Traceback (most recent call last):
File "", line 1, in
File "C:\Python25\lib\site-packages\pytz-2007c-py2.5.egg\pytz
\__init__.py", line
En Tue, 06 Mar 2007 06:41:59 -0300, looping <[EMAIL PROTECTED]> escribió:
> On Mar 6, 9:51 am, "looping" <[EMAIL PROTECTED]> wrote:
>>
>> >>> from pytz import timezone
>> >>> eastern = timezone('US/Eastern')
>>
>> I'm running python 2.5 on WinXP French with the egg from CheeseShop.
>>
>> Same erro
On Mar 6, 9:51 am, "looping" <[EMAIL PROTECTED]> wrote:
> Hi,
> Why this error ?
>
> >>> from pytz import timezone
> >>> eastern = timezone('US/Eastern')
>
> Traceback (most recent call last):
> File "", line 1, in
> File "C:\Python25\lib\site-packages\pytz-2007c-py2.5.egg\pytz
> \__init__.py"
Hi,
Why this error ?
>>> from pytz import timezone
>>> eastern = timezone('US/Eastern')
Traceback (most recent call last):
File "", line 1, in
File "C:\Python25\lib\site-packages\pytz-2007c-py2.5.egg\pytz
\__init__.py", line 93, in timezone
File "C:\Python25\lib\site-packages\pytz-2007c-py2