Paul McNett wrote: >> WARNING: >> Your application uses SimpleCrypt, which is fine for testing but should >> not be used in production, because: >> >> 1) Anyone with a copy of Dabo could decrypt your password. >> >> 2) It isn't portable between 32-bit and 64-bit python. See the trac >> ticket at http://trac.dabodev.com/ticket/1179 for more information. >> >> """, UserWarning) > > This isn't a traceback, just a warning that you may want to (at some point) > put your > own crypt class in place of the one that ships with Dabo.
I didn't see this until I updated. >> When the app opens up I get the screen with no flash but there is no >> status bar. >> >> I added: >> def afterInitAll(self): >> self.statusar = dabo.ui.dStatusBar(self) >> and got a panel with no statusbar. >> > Are you sure you have no status bar, or just no text in the status bar? I > just > committed something that should help the latter case. > > Paul There is no sign of a status bar. If I add a panel there is no statusbar below the panel. -- Jeff Jeff Johnson [email protected] Phoenix Python User Group - [email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
