Thanks - I'm doing that now. The reason I went down the other road was that 
the sample setup.py program I was starting from only copied .png files from 
the dabo icons directory - maybe I don't even need to load those in the 
setup.py if I have daboIcon.ico in my project directory?
Thanks
Rodgy
----- Original Message ----- 
From: "Paul McNett" <[email protected]>
To: "Dabo Users list" <[email protected]>
Sent: Friday, March 06, 2009 1:30 AM
Subject: Re: [dabo-users] py2exe


> 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
>
>
[excessive quoting removed by server]

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

Reply via email to