Roundup Tracker - Issues

Message2305

Author midtoad
Recipients
Date 2006-10-12.23:52:09
Message-id
In-reply-to
There's a bug in the date.py module, so you can't run
the demo site or install Roundup v.1.2.1 (at least, *I*
can't :-) 

I've looked in date.py and the Python documentation but
at first glance I can't see what you're trying to do in
that module so I can't suggest a fix. 


Here's the exception I get when I run "python demo.py":

C:\Documents and
Settings\smidwint\Desktop\roundup-1.2.1.tar\roundup-1.2.1>python
demo.py
Traceback (most recent call last):
  File "demo.py", line 14, in ?
    from roundup import configuration
  File "C:\Documents and
Settings\smidwint\Desktop\roundup-1.2.1.tar\roundup-1.2.1\roundup\configurat
ion.py", line 15, in ?
    import roundup.date
  File "C:\Documents and
Settings\smidwint\Desktop\roundup-1.2.1.tar\roundup-1.2.1\roundup\date.py",
line 62, in ?
    UTC = pytz.utc
AttributeError: 'module' object has no attribute 'utc'

C:\Documents and
Settings\smidwint\Desktop\roundup-1.2.1.tar\roundup-1.2.1>
History
Date User Action Args
2009-02-03 14:21:52adminlinkissue1576294 messages
2009-02-03 14:21:52admincreate