Matthew Fairclough wrote:

Things seem to be coming together.  I have figured out many things with SQL,
reports and the like and I'm very impressed with the way Dabo fits together. At the initial stage my app looks pretty good (if I say so myself).

Great!!


I also think the work you and Ed have done on the designer is excellent.

The designer is all Ed, and I agree.


WRT the AppWizard:
1.  dabo on the svn has an error with relationSpecs and dbBackend (in case you
don't know), but 0.5a works.

I don't see this problem. Can you post the traceback?

2.  I can't get the buildwin to work:
  a. mx.DateTime produces an error with py2exe (I have to exclude it for py2exe
to work).

Interesting. I don't have mx installed on my Windows machine so I'm not seeing this. Do you think this is a problem with mx or with the setup.py?

  b. The home directory is 'dist\appname.exe' when it should be 'dist'.

I can't repro this. If I run my generated exe, then pull up the command window (Ctrl+D), and then type:

>>> print self.Application.HomeDirectory

it says something like "c:\\src\\webtest\\dist"

  c. The error log crashes the exe (because of the home directory)
  d.  The other errors I reported happen because of the home directory.

Ok, are you sure that some of your attempts to get around the problem before aren't still polluting your dabo working directory? Try:

cd dabo
svn status

If you see some M's or other indications that you have pending changes, perhaps the easiest thing to do would be to wipe your dabo working directory and get it again from svn using svn checkout.


I did this with both my app an with the MySQL webtest.  What am I doing wrong?

I don't know, but I just did a webtest exe from scratch using the latest dabo/daboide with no problems.

--
Paul McNett
http://paulmcnett.com
http://dabodev.com


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

Reply via email to