I didn't use the setup.py from appwizard since I only used some parts
from the generated code. I see that it is included in the setup from
appwizard.

The message shows when you try to run the standalone application.

-Simen

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Ed Leafe
Sent: 19. juni 2006 14:17
To: Dabo Users list
Subject: Re: [dabo-users] dabo and py2exe

On Jun 19, 2006, at 4:37 AM, Simen Haugen wrote:

> When I try to use py2exe with dabo applications, I get a missing  
> module
> - wx.lib.calendar.
>
> This happens even on small demos like simpledemo1.py
>
> I have to import this even though the application does not use it.

        It is used by the dDateTextBox class, allowing the user to set a

date by selecting from the popup calendar instead of having to type  
the date. The setup.py script that is created by the AppWizard  
explicitly adds wx.lib.calendar to the 'packages' value, to ensure  
that this package is added to the exe.

        Where does this error occur: when building with py2exe, or when

running the app created by py2exe?

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




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



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

Reply via email to