Ed Leafe wrote: > On Jul 2, 2008, at 5:25 PM, Paul McNett wrote: > >> That problem is something in dSizerMixin. > > > It's the line that does the slight-of-hand to the __doc__ for that > class: > > appendItems.__doc__ += _doc_additions > > Apparently the __doc__ attribute isn't working the same in the > compiled form.
Why wouldn't I be seeing this I wonder. Mike, what version of python and py2exe are you using? Open up an interpreter to find out. >>>import py2exe >>>print py2exe.__version__ 0.6.6 Someone else had this problem, too. I don't remember the resolution or if it was resolved. Paul _______________________________________________ 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]
