Closed GoogleCodeExporter closed 9 years ago
I see this problem when running the validator or schedule viewer exe when I'm
building 1.1.8. There is no warning about pytz not being installed. Running the
schedule view outputs:
Enter Feed Location: H:\src\transitfeed-1.1.8\python\test\data\good_feed
Loading data from feed "H:\src\transitfeed-1.1.8\python\test\data\good_feed"...
(this may take a few minutes for larger cities)
Invalid value America/Los_Angeles in field agency_timezone
"%s" isn't a recognized time zone
To view, point your browser at http://localhost:8765/
Running on the same machine, also with python2.5 directly as
H:\src\transitfeed-1.1.8\python>c:\Python25\python.exe schedule_viewer.py test\d
ata\good_feed
doesn't output the warning
Original comment by tom.brow...@gmail.com
on 21 Nov 2008 at 10:01
literal is an easy fix. py2exe not including America/Los_Angeles is different
and hard.
Original comment by tom.brow...@gmail.com
on 23 Nov 2008 at 4:31
fixed literal %s problem with r1052.
py2exe complaining about America/Los_Angeles doesn't reproduce any longer.
Original comment by tom.brow...@gmail.com
on 21 May 2009 at 6:33
Original issue reported on code.google.com by
tom.brow...@gmail.com
on 21 Nov 2008 at 9:47