On Mar 20, 2007, at 6:52 PM, Ken Dibble wrote:
> I've got 0.7.1.0 on Win 2000. It won't run anything at all, at
> least, not
> via its file picker. It displays the file picker, I pick a .py file
> (like
> the main.py in the recipes demo, for instance), and both the file
> picker
> and console windows disappear and nothing else happens.
That was a bug in that version. One of the problems in creating a
runtime engine is resolving all the pathing issues so that all the
pieces know where each other are.
> I'd like to get 0.7.2.0, but executing "svn up" in the folder where
> the
> runtime was installed won't do it (though I did update all the bits
> in the
> other folders).
There is no subversion checkout information, so of course svn won't
update it.
If you want to stay current, you can check out the subversion
repositories, replacing that "dabo", "demo" and "ide" folders.
> So I assume the only way to do so is to download the whole
> 7.x MB windows installation file and run it and let it overwrite my
> current
> installation, after which, I presume, I'll have to re-update
> everything
> from svn again. Seems like a lot to do for a 23 kb .exe file--
> unless there
> are other important dependencies.
The exe is just the wrapper code. The bulk of the file is Python,
all the required Python libraries, wxPython, Dabo, the database
connectors, and a couple of other goodies that enable you to run Dabo
without having to install the dependencies. If you plan on doing more
than casually reviewing some of the stuff, you might want to consider
ditching the runtime engine approach, which is always behind the
times by definition, and install the dependencies. You can find
instructions at: http://dabodev.com/wiki/InstallationOnWindows
> In any case, current download speed from dabodev.com is about 56
> kbps--too
> slow for me unless you tell me this is the only way to get that
> update.
That's odd; I haven't had much traffic lately, and that's when I
usually get complaints about slowness (RoadRunner has a much slower
upload speed than download for residential accounts like mine).
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.