I was never notified of existence of new releases.
I have untarred the sources in a dir under my home and put a dabo.pth in the
python site's folder, may be that this is the cause?

Looking at the preferences editor (Thanks Uwe, I was unaware of its
existence) I can see that
1) it is set to false
2) last check was done at 02/26/2009 09:29:34 AM (so I guess it was updated,
even if it's set to false)

I opened the web update page, but as soon as I try to write True I get this
error and the value reverts to False:

===================
python ./PrefEditor.py

Traceback (most recent call last):
  File
"/home/larzeni/progetti/ProgettiInterni/dabo/mainline/dabo/ui/uiwx/dPemMixin.py",
line 554, in __onWxKeyUp
    self.raiseEvent(dEvents.KeyUp, evt)
  File
"/home/larzeni/progetti/ProgettiInterni/dabo/mainline/dabo/ui/uiwx/dPemMixin.py",
line 944, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File
"/home/larzeni/progetti/ProgettiInterni/dabo/mainline/dabo/lib/eventMixin.py",
line 93, in raiseEvent
    bindingFunction(event)
  File "/tmp/tmpyPPtRq.py", line 606, in onKeyUp
    dabo.ui.callAfterInterval(250, self.Form.savePref())
  File
"/home/larzeni/progetti/ProgettiInterni/dabo/mainline/dabo/ui/uiwx/__init__.py",
line 248, in callAfterInterval
    if func.func_closure:
AttributeError: 'NoneType' object has no attribute 'func_closure'

===============

So, how can I enable the web update?  And what is not working in my
installation?

Luca

On Wed, Feb 25, 2009 at 10:20 PM, Ed Leafe <[email protected]> wrote:

> On Feb 25, 2009, at 2:48 PM, Luca Arzeni wrote:
>
> > For the bug: I got the tar (0.9.1) from the web site, but I did
> > never update
> > it.
> > I didn't use setup, and I didn't write sources in my site's dir,
> > because I
> > feel the need to explore them (ed eventually change them) so I keep
> > them in
> > my home dir, and I don't know how to use web update in this situation.
>
>         It should run automatically on startup, as long as you haven't
> disabled it.
>
> > Anyway, beside this, I don't like the idea of having (unconscious)
> > changes
> > to my codebase, to avoid the "Now it's working differently, but I
> > didn't
> > change anything!" syndrome...
>
>         Nothing is ever updated in the background. You will always be
> notified of updates, and can choose not to update when you don't want
> to update your system.
>
> > Is there any way to have a list of changes from web updates, review
> > them and
> > applying them only after a review?
>
>         That's something that I'd love to add, but it's pretty far down on
> my
> list of things to do. My philosophy on this is that I never push a Web
> Update while we are changing things, but only after we've got the bugs
> worked out. This way you're getting the latest version of the code,
> with all the bug fixes and efficiency improvements, but without having
> to live on the bleeding edge.
>
> > I'm setting up a local svn server and I could use it to keep track
> > of the
> > patches, if it's needed.
>
>
>         You can always find the latest revision number in Web Update for
> the
> framework as well as all the tools by going to:
>
> http://dabodev.com/wiki/FAQs#LatestWebUpdateRevisionNumber
>
>        You could run svn log between that revision and your current one, or
> browse the changes on Trac: http://trac.dabodev.com/log/
>
>
> -- Ed Leafe
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to