On Aug 30, 2005, at 6:16 PM, Paul McNett wrote:

I also reverted back to dabo revision 1205, with the same results. Let me just confirm, you are running:

python IDE.py

and you are not seeing a form pop up, and no terminal output either. When you click, you see a crosshair. Correct?

FWIW, if I run it on Ubuntu (that has wx 2.5.3.2-unicode), I get the main window without delay.

On the Mac under 2.6.1, I get the ReportLab info blurb, but then an error:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
[EMAIL PROTECTED] ~/projects/ide]$ pythonw IDE.py

The Dabo Report Writer has dependencies on libraries you
don't appear to have installed. You still need:

        reportlab
        PIL

You can still run Dabo, but any attempt to run reports
will fail.
Traceback (most recent call last):
  File "IDE.py", line 4, in ?
    import dEditor, FieldSpecEditor, CxnEditor, ReportDesigner
  File "/Users/ed/projects/ide/ReportDesigner.py", line 5, in ?
    from dabo.dReportWriter import ReportWriter
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/dabo/dReportWriter.py", line 1, in ?
    from dabo.lib.reportWriter import ReportWriter
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/dabo/lib/reportWriter.py", line 27, in ?
    import reportlab.pdfgen.canvas as canvas
ImportError: No module named reportlab.pdfgen.canvas
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

The ReportLab trap isn't catching the lack of dependency in the correct place. If I run code that actually requires it, it should trap that and exit.


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




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

Reply via email to