assert fails: wxThePrintPaperDatabase should not be NULL
Brought to you by:
edloper
Hi,
I'm using version 3.0.1 on Windows XP, installed with the executable installer for Windows. I have Python 2.5.1 installed. When I try to generate html documentation using:
$ python c:/Program\ Files/Python25/Scripts/epydoc.py taskcoachlib taskcoach.py* -o website.out/epydoc
an assert fails:
10:43:40: Debug: ..\..\src\common\cmndata.cpp(648): assert "(wxThePrintPaperDatabase != (wxPrintPaperDatabase*) NULL)" failed in wxPageSetupDialogData::CalculatePaperSizeFromId(): wxThePrintPaperDatabase should not be NULL. Do not create global print dialog data objects.
and epydoc crashes. No documentation has been created.
Cheers, Frank