[Bug 1302963] Re: Calendar() class can not be initialized
Greg Lutostanski
1302963 at bugs.launchpad.net
Mon Apr 21 16:24:54 UTC 2014
parsedatetime has an optional dependency on a specific version python-
pyicu, which is not documented -- it seems that the current trusty
version 1.5-2ubuntu4 does not play nice.
Workaround is to explicity disable pyicu, for example use:
import parsedatetime.parsedatetime as pdtal = pdt.Calendar()
cal = pdt.Calendar(pdt.Constants(usePyICU=False))
I'll dig and see if I can come up with the exact pyicu version
dependency parsedatetime expects.
** Changed in: parsedatetime (Ubuntu)
Importance: Undecided => Medium
** Changed in: parsedatetime (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to parsedatetime in Ubuntu.
https://bugs.launchpad.net/bugs/1302963
Title:
Calendar() class can not be initialized
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1302963/+subscriptions
More information about the Ubuntu-server-bugs
mailing list