On Apr 26, 2011, at 7:01 AM, Adrian Klaver wrote:
>> The problem is that if I then follow exactly the same procedure, I get
>> exactly the same results (i.e. the same updates are still available).
>
> Let me guess. The following files:
>
> settings.py
> ui/uiwx/dDateTextBox.py
> ui/uiwx/dSizerMixin.py
Thanks - that was the clue I needed.
It turns out that WebUpdate has rev. 6450 as its current state, but in
rev. 6450, dabo/__version__.py reports rev. 6449. Those three files are what
changed between those two commits. The reason that the __version__ file is out
of sync is due to our post-commit-hook practice of bumping the number in that
file.
So the good news is that the WebUpdate cycle can be fixed by simply
editing your __version__.py and change the line:
_approximateRevision = "~6449"
to read:
_approximateRevision = "~6450"
The bad news is that this won't fix Pete's problem:
> (I was hoping that this would fix the problem in which, when I switch to
> the \ide directory and try to run ClassDesigner.py, I get the response
> "AttributeError: 'module' object has no attribute 'dPageStyled')
This is most likely due to an older version of wxPython. My guess is
that your version is older than 2.8.4, which is the version that introduced
that class. To check, run any Dabo app (DaboDemo is fine), and open the
Help/About menu. The dialog that comes up has all the version info, as well as
a button to allow you to easily copy that and paste it into an email.
-- Ed Leafe
_______________________________________________
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]