Roger Lovelock wrote: > Hi, > My little membership and accounting system is all finished and I am on to > packaging! I have a setup.py running py2exe ok and producing a working > windows exe. I am about to now use Inno Setup to create my installer. > Just one oddity! During development all my forms had a nice dabo icon up > in the top left hand corner. The exe produced by py2exe just has the default > windows icon (miniature screen with blue at the top). I tried copying a dabo > icon into my project directory (daboIcon016.png) and added this line into my > setup.py :- > _appIcon = "./daboIcon016.png" > in place of :- > _appIcon = None > The result of that was that halfway through running py2exe I got a windows > message python has encountered an error etc etc do you want to tell Microsoft > etc etc. > > I'd like to have the dabo icon on my screens - any advice on how to do it?
_appIcon = "./daboIcon.ico" 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]
