On Dec 13, 2010, at 3:15 PM, Christian Schmitt wrote:

> After having successfully created the skeleton for the recipe app from 
> the pycon tutorial via the App Wizard, I wanted to go ahead and execute 
> the recipes_aw.py via daborun. Nothing happened. I checked the error log:
> 
> Traceback (most recent call last):
>      File "daborun.py", line 262, in <module>
>      File "daborun.py", line 252, in run
> AttributeError: 'module' object has no attribute 'last_traceback'


        That's my fault - I assumed that if an error was caught, that 
sys.last_traceback would be available, but it's only defined once an uncaught 
error happens.

> Sorry that I can't provide more information, but I tried to find the 
> "daborun.py" file to check what those lines supposedly do - I couldn't 
> find it either in my installation folder (must be contained in the 
> corresponding .exe, don't know how to get to it) or in the installation 
> files for *nix OSes I downloaded in the hope that they would be there in 
> "raw" form.

        Well, that's the point of the exe: to compile the necessary parts into 
an inscrutable binary. ;-)

        'daborun.py' is only used to generate the runtime exe under windows. 
It's not part of Dabo itself.

> Then I remembered about the Web Update feature. DaboDemo did not ask me 
> to set my Web Update preferences after launch as it supposedly should 
> have (according to http://wiki.dabodev.com/WebUpdate), so I went ahead 
> and tried to initiate it manually by going to "Edit -> Preferences"). 
> Nothing happened (except for the DaboDemo window no longer being the 
> active window).

        Web Update is unfortunately broken in 0.9.2; we fixed it shortly after 
the release, but it's a Catch-22: you can't update until you install the 
update. 

> Any help on updating to the most current version of Dabo and/or getting 
> the app created via App Wizard to run would be greatly appreciated!

        I really wish I had more time to work on these things, but as usual 
I've been very busy with work. I'll add it to my to-do list and with any luck 
I'll get to it over the holidays.

> Is the binary package not the preferred way to go or should I switch to 
> another platform (Ubuntu) for development?

        The binary package was intended as a convenient way to try out Dabo 
without having to install a bunch of stuff on your machine. It was never 
intended to be the permanent development system; if you tried Dabo and liked 
it, it is strongly recommended that you make sure you have Python, wxPython, 
reportlab, and whatever database adapters you need installed on your machine, 
and then you can install the current source release of Dabo.



-- 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]

Reply via email to