When I press "New task", I get the following error message in console:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/uicommand.py", line 138, in onCommandActivate
self.doCommand(event)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/uicommand.py", line 1266, in doCommand
bitmap=self.bitmap)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 924, in init
bitmap, args, kwargs)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 858, in init
args, **kwargs)
File "/usr/lib/pymodules/python2.5/taskcoachlib/widgets/dialog.py", line 41, in init
self.fillInterior()
File "/usr/lib/pymodules/python2.5/taskcoachlib/widgets/dialog.py", line 79, in fillInterior
self.addPages()
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 885, in addPages
self.addPage(item)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 928, in addPage
self._settings)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 705, in init
self.AddPage(BudgetPage(self, theTask),
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/editor.py", line 474, in init
self._hourlyFeeEntry = entry.AmountEntry(revenueBox, theTask.hourlyFee())
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/entry.py", line 76, in init
self._entry = self.createEntry(amount)
File "/usr/lib/pymodules/python2.5/taskcoachlib/gui/dialog/entry.py", line 88, in createEntry
if ord(groupChar) >= 128:
TypeError: ord() expected a character, but string of length 2 found
Hi,
What language (locale) is your system using? Apparently, the thousands separator in your locale consists of more than one char, which Task Coach isn't prepared for.
Thanks, Frank
A fix was made and checked into the source code repository of Task Coach. The fix will be part of the next release. You will get another notification when that release is available with the request to install the new release and confirm that your issue has indeed been fixed.
If you like, you can download a recent build from http://www.fraca7.net/TaskCoach-packages/latest_bugfixes.py to test the fix.
Because a fix has been made for this bug report, the priority of this report has been lowered to 1 and its resolution has been set to 'Fixed'.
Thanks, Task Coach development team
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
2553 works fine
Last edit: Anonymous 2013-10-13
Thank you for taking the time to check the bug fix and reporting back to us.
Regards, Task Coach development team
This bug should be fixed in the latest release of Task Coach. Can
you please install the latest release of Task Coach and confirm
that this bug has indeed been fixed?
Thanks, Task Coach development team
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).