Hi Henk-Jen,
I am sorry to have to ask you, but trying to run the new release, I am getting this message: “Setup program invalid or damaged.”
I am using the same configuration bots-2.0.RC.win32-py2.6 as before
By the way, does it work with Python 3.1.2 ?
Claudio

Algora Publishing
Tel: (212) 678-0232
Fax: (212) 666-3682
Hi Henk-Jan,
We still have some kind of problem here. Now, I can install 2.0 but when I try to run bots-webserver.exe it briefly runs and then it goes away. I tried to print the screen (see below) and it seems that it stops at the line AttributeError: Tree instance has no attribute “graft”.
Could you kindly look into it?
Thank you,
Claudio

For example, the "Routes" screen...
The Action dropdown is a standard looking control, with a standard Go
button next to it. Then the filter dropdown is a nice shaded menu (but
different to the menu-bar menus). Then the Add button is a rounded end
dark button that changes colour. Both the filter and add buttons are
right across on the right of screen.
I think (though not sure how easy it is to do) that Action, Go, Filter
and Add controls should all be next to each other and all in the same
style.
The various maintenance screens are similar, for example "Change
Route" has...
History button (rounded button, top right)
Delete (red X and text no actual button, bottom left)
Save as new, save and continue editing, standard looking buttons,
bottom right.
Save, a blue button with white text.
I think all these buttons should be grouped together in one location,
and the same style. Also it's a bit confusing having 3 different save
buttons, I don't understand the need for this.
Please don't take this as criticism of Bots, it is still perfectly
functional, but I think a consistent and clean looking user interface
is important too.
Kind regards,
Mike
yes, this is dreadful....
I worked on changing this, but ran into editing a lot of stuff.....
(this is the reason development of bots 2.0 took much more time than I
expected).
a lot can be changed in the default django interface, but this 'look and
feel' is not easy to change.
(change forms, html, css, javascript is interacting....)
So I decided to 'just' use the admin interface as a given thing.
henk-jan
That's ok, as I said it would be nice to make it all consistent, but
it works as-is.
I have another problem... Timezone. It looks like all reported times
are UTC. I remember Bots 1.x was originally like this and was fixed,
but can't remember what we did exactly, can we make this local time
somehow in Bots 2.0?
Kind Regards,
Mike
henk-jan
I added...
CREATE TRIGGER uselocaltime AFTER INSERT ON ta
BEGIN
UPDATE ta SET ts = datetime('now','localtime')
WHERE idta = new.idta ;
END
and it works now. Thankyou.
yes.
I can indicate the field that are used for the sorting...but the doc
says: only the first field is used, rest is ignored.
I really hate this, but for the moment....
henk-jan
kind regards,
henk-jan