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?

Thanks

Rodgy

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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/13d374741821493799bd35646b5dc...@roger

Reply via email to