Closed GoogleCodeExporter closed 8 years ago
If your py file name is calendar you would never make them work
Original comment by serv...@np-mag.ru
on 5 Aug 2012 at 9:50
It's unlikely to be a file name problem if it doesn't work using the python
command line..
Thanks for the reply though.
Original comment by lu...@hovo.id.au
on 5 Aug 2012 at 9:54
httplib2 uses the standard library calendar module, that's the 'import
calendar' line. But it ends up importing the calendar.py you have in your local
directory, which causes the stack trace you see.
Original comment by joe.gregorio@gmail.com
on 28 Aug 2012 at 3:13
Original issue reported on code.google.com by
lu...@hovo.id.au
on 31 May 2012 at 6:11