Just wanted to mention that I saw http://www.mail-archive.com/[email protected]/msg03366.html. The relevant part is shown below. Why is that not possible? What is wrong with it, or what is missing to make it valid? Thanks again for any help.
> You can't do something like: > > from dabo.dReportWriter import dReportWriter > from myReports import getReportCursor > > myCursor = getReportCursor() > rw = dReportWriter(ReportFormFile="path/to/your.rfxml", > OutputFile="/tmp/out.pdf", > Cursor=myCursor) > rw.write() Kyle Stevens wrote: > Dabo looks great, but I have some wxPython applications and I would like > to try just using Dabo's report designer for now. I created an > application using the AppWizard, along with a sample report. I tried > running FrmReportSample.py, hoping it would be that simple, but I > received the error below. Has this ever been tried before? Any hints > to help me figure this out? Thanks for any help. > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\kyle.NEPCO2>"C:\Program Files\Dabo > Runtime\ide\wizards > \AppWizard\Estimate\ui\FrmReportSample.py" > Traceback (most recent call last): > File "C:\Program Files\Dabo > Runtime\ide\wizards\AppWizard\Estimate\ui\FrmRepor > tSample.py", line 11, in <module> > from FrmReportBase import FrmReportBase > File "C:\Program Files\Dabo > Runtime\ide\wizards\AppWizard\Estimate\ui\FrmRepor > tBase.py", line 7, in <module> > class FrmReportBase(dabo.ui.dDialog): > AttributeError: 'module' object has no attribute 'dDialog' > > C:\Documents and Settings\kyle.NEPCO2> > > -- Kyle Stevens The Northeast Group 12 Nepco Way Plattsburgh, NY 12901 Phone: (518) 563-8214 Ext. 126 Fax: (518) 563-3320 Web: http://www.thenortheastgroup.com _______________________________________________ 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]
