try this http://lucasmanual.com/mywiki/DaboDesktopApplicationFramework
On Dec 30, 2007 9:58 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Dec 30, 2007, at 2:47 AM, Carl Karsten wrote: > > > I am trying to figure out how someone should install. > > > > http://dabodev.com/download says > > > > "Download, extract, and then issue (as root or administrator): > > python setup.py install" > > > > 1, where does that install the tools? > > It doesn't. It just installs the framework. The tools are in > subdirectories of the extracted file; you put them wherever you want. > > > 2. given that the install was done as root, when they run an app as > > a user and > > it sees updates, how is it going to update the files a user can't > > write to? > > It can't, of course. You would have to re-run the app as root. If > you try to update without sufficient privileges, the app will respond > with a dialog: > > dabo.ui.info(_("You do not have permission to update the necessary > files. " > "Please re-run the app with administrator privileges."), title=_ > ("Permission Denied")) > > > 3. I am guessing it installs an egg, so how does the egg get updated? > > Assuming you have privileges, the same way as anything else: the > files are copied to the correct location within the egg. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > [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/dabo-users/[EMAIL PROTECTED]
