On Thursday 08 September 2005 10:23 am, Ed Leafe wrote:
> On Sep 8, 2005, at 10:06 AM, Steve Litt wrote:
> > I downloaded dabo-0.4.1-mac-nix.tar.gz and tried to install it on
> > my Mandrake
> > 10.0 box by untarring it and running ./setup.py, as described in the
> > documentation.
>
>      Which documentation is that? It needs to be corrected if it says
> that.
>
>      The docs on the download page and the INSTALL file in the
> package both contain the info to run:
>
> python setup.py install
>
> in order to install Dabo.

Thanks Ed,

The command you quote above installed it. I'll try to find the documentation 
that led me astray.

Also, I tried your import wx and did not get an error, so wxpython is indeed 
installed. Thanks for the tip. I haven't used python in awhile, and am rusty.

I downloaded your dabodemo, and no matter which of the .py files I ran, I got 
errors griping about no attribute 'PlatformInfo', and from reading the docs I 
don't know where to get it. Here is the traceback from 
SimpleFormWithControls.py

[EMAIL PROTECTED] dabodemo]$ python SimpleFormWithControls.py            
Traceback (most recent call last):
  File "SimpleFormWithControls.py", line 15, in ?
    if not dabo.ui.loadUI(ui):
  File 
"/usr/lib/python2.3/site-packages/Dabo-0.4.1-py2.3.egg/dabo/ui/__init__.py", 
line 43, in loadUI
    exec("from %s import *" % mods[typ], globals())
  File "<string>", line 1, in ?
  File 
"/usr/lib/python2.3/site-packages/Dabo-0.4.1-py2.3.egg/dabo/ui/uiwx/__init__.py",
 
line 31, in ?
    _platform = wx.PlatformInfo[1]
AttributeError: 'module' object has no attribute 'PlatformInfo'
[EMAIL PROTECTED] dabodemo]$

I'm looking forward to having a rapid development environment for non-web 
apps. Thanks.

Steve

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to