This seems to bother the Debian and RPM builds: http://www.fraca7.net:8010/builders/ubuntu10-rel/builds/563/steps/deb/logs/stdio ... This seems to bother the...
Ah, the locale is probably C so locale.getlocale(locale.LC_TIME) returns None. I'll fix it. Thanks, Frank 2012/2/12 Jérôme Laheurte <fraca7@...> ... Ah,...
Frank, I see you tried to trigger a release build yesterday. The VMs were automatically paused because the disk was full :( It should work again now. Cheers ...
... I've signed up for jenkinshosting.com. It's free for open source projects and I know from experience that Hudson/Jenkins is a nice tool. Unfortunately, I...
... Interesting. Seems like they're running their own continuous integration software. Isn't there any "public" view for projects that use this ? They don't...
... The website is a bit low on information, indeed. I have only had an automated email after my request for an account. No credentials received yet... Cheers,...
... Okay, it's up again (and backuped this time :) ). Last build failed on Debian because I forgot to install epydoc. Cheers Jérôme Le 1 mars 2012 à 13:49,...
Hi all, It's only March and Task Coach has already been downloaded over 250K times. That's cool, but it also generates quite some bug reports, questions, etc....
1587
Kirill Müller
mail@...
Mar 21, 2012 8:26 am
Hi, when updating to the current tip of Task Coach (in branch Release1_3_Branch), I got several conflicts due to .pyc files in ...
... They got included by accident. I removed them from subversion again so I'm surprised you get a conflict. I'll check tonight. Cheers, Frank...
1589
Kirill Müller
mail@...
Mar 21, 2012 8:53 am
Thank you, Frank. This was a "contents" conflict -- modified (on my machine) vs. deleted (in Subversion). I see the deletion in the logs, too, so there should...
Hi Abinaya, This question is more suited for the taskcoach-dev mailinglist (see http://taskcoach.org/devinfo.html), so please subscribe to that mailinglist....
Hi, I need to know from where the parameter 'tasks' receive value in the following function taskcoachlib-> domain-> task-> filter.py-> line 62-> def...
Hi Abinaya, ... Note that the class ViewFilter is a subclass of domain.base.filter.Filter. There you can see that filter() is called by reset() which is called...
... The only explanation I see is that they actually take hours (I just launched them by hand to check). The buildbot kills the build if a step does not...
... The 'fr' tests for instance take 10.545 seconds to run on my iMac (Python 2.7.2 32 bits) but 76.287 seconds on the PC (Python 2.6.6 64 bits). And it's not...
... Mystery solved: accumulation of StreamHandlers in the scheduler, after r5282. I committed a fix. Dunno why unit tests weren't impacted. Cheers Jérôme Le...
It would be really useful to have Rich Text available for the Description Field It would make it much easier to organize & view I am migrating from my old...
Hi Phil, 2012/5/8 Phil <phil-hampson@...> ... Task Coach is open source, so go ahead and develop it :-) We would love contributions like this. Cheers,...
Hello! I am new to Python and I decided to try a small project using TaskCoach. It involves adding a text box on the main menu and it would take in a sentence...
Hi Frank I guess I put this post in the wrong Group - should have put it in the "taskcoach" - not "taskcoach-dev", which I now guess is for Developers. I have...
Hi Phil, 2012/5/9 Phil Hampson <phil-hampson@...> ... No problem. However, there's just two developers at the moment both with full time job, so our time...
Hi, ... You should really learn python and wxPython a bit. Python is many books and tutorials. Also, the wxPython demo is a good place to start. See...
... Thanks for the hint. I did lots of reading and finally able to put a text box on the main page (not the main menu) and got it to work. But I have a follow...
... Look at taskcoachlib/gui/uicommand.py. That module contains all "user actions". Whenever a user clicks a button or selects a menu item, one of these user...