Aaron Hunter | 14 Jul 18:25
Gravatar

Taskcoach won't start, both .69.1 and .70.1

I installed the source version, ran python setup.py install --force as
root. When I try to run taskcoach, I receive the error below. The same
thing happens when I try to run version 0.69.1 

I have wxPython version '2.8.8.0 (gtk2-unicode)' and python 2.5.1. I'm
running Ubuntu Feisty.

I also received an error when trying to install the .deb file on
Ubuntu, saying 'Error: Dependency is not satisfiable: python-support'

Maybe it's just time to upgrade to Hardy Heron:-/ Thanks for any help :)

Traceback (most recent call last):
  File "taskcoach.py", line 53, in <module>
    start()
  File "taskcoach.py", line 43, in start
    app = application.Application(options, args)
  File
"/home/aaron-m405/TaskCoach-0.70.1/taskcoachlib/application/application.py",
line 39, in __init__
    self.init(**kwargs)
  File
"/home/aaron-m405/TaskCoach-0.70.1/taskcoachlib/application/application.py",
line 60, in init
    from taskcoachlib import gui, persistence, meta
  File
"/home/aaron-m405/TaskCoach-0.70.1/taskcoachlib/gui/__init__.py", line
20, in <module>
    from mainwindow import MainWindow
  File
(Continue reading)

Jerome Laheurte | 15 Jul 11:09
Favicon

Re: Taskcoach won't start, both .69.1 and .70.1

On Mon, 14 Jul 2008, Aaron Hunter wrote:

> I installed the source version, ran python setup.py install --force as
> root. When I try to run taskcoach, I receive the error below. The same
> thing happens when I try to run version 0.69.1
>
> I have wxPython version '2.8.8.0 (gtk2-unicode)' and python 2.5.1. I'm
> running Ubuntu Feisty.

This is a bug in wxPython that I myself noticed two days ago. I've put 
a workaround in place, which will be part of next release.

In the mean time, you can fix this quickly by editing 
taskcoachlib/widgets/__init__.py and replacing the following line:

     from wxaddons import sized_controls

with this one:

     from wx.lib import sized_controls

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach/

<*> Your email settings:
    Individual Email | Traditional
(Continue reading)

Aaron Hunter | 16 Jul 04:28
Gravatar

Re: Taskcoach won't start, both .69.1 and .70.1

--- In taskcoach@..., Jerome Laheurte <fraca7@...> wrote:

> This is a bug in wxPython that I myself noticed two days ago. I've put 
> a workaround in place, which will be part of next release.
> 
> In the mean time, you can fix this quickly by editing 
> taskcoachlib/widgets/__init__.py and replacing the following line:
> 
>      from wxaddons import sized_controls
> 
> with this one:
> 
>      from wx.lib import sized_controls
>
Thanks, that got it working again. Why do you think the version 0.69
stopped working? I thought it had been working previously. Just
wondering if you had any ideas.

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach/join
(Continue reading)

Jerome Laheurte | 16 Jul 06:11
Favicon

Re: Re: Taskcoach won't start, both .69.1 and .70.1

On Wed, 16 Jul 2008, Aaron Hunter wrote:

> --- In taskcoach@..., Jerome Laheurte <fraca7@...> wrote:
>
>> This is a bug in wxPython that I myself noticed two days ago. I've put
>> a workaround in place, which will be part of next release.
>>
>> In the mean time, you can fix this quickly by editing
>> taskcoachlib/widgets/__init__.py and replacing the following line:
>>
>>      from wxaddons import sized_controls
>>
>> with this one:
>>
>>      from wx.lib import sized_controls
>>
> Thanks, that got it working again. Why do you think the version 0.69
> stopped working? I thought it had been working previously. Just
> wondering if you had any ideas.

Did you upgrade wxPython in the mean time ? Version 2.8.8 is pretty 
recent (released June 23rd).

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach/

(Continue reading)

Aaron Hunter | 16 Jul 16:26
Gravatar

Re: Taskcoach won't start, both .69.1 and .70.1

--- In taskcoach@..., Jerome Laheurte <fraca7@...> wrote:
>
> Did you upgrade wxPython in the mean time ? Version 2.8.8 is pretty 
> recent (released June 23rd).
>
I think I did upgrade wxPython. I guess I must not have checked to see
if taskcoach worked after that. Could have sworn I would have done
that but oh well. Maybe I was preoccupied playing around with the code
examples that come with wxPython 2.8 lol. 

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:taskcoach-digest@... 
    mailto:taskcoach-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    taskcoach-unsubscribe@...
(Continue reading)


Gmane