This is still an outstanding for me! Does anyone have a sample setup.py for 
py2exe that gets the dabo icon onto the top left hand side of windows forms 
running from the windows executable? I'd really like to get this one cleared 
up before I 'Inno-Setup' my application

Thanks,  Roger
.
----- Original Message ----- 
From: "Roger Lovelock" <[email protected]>
To: "Dabo Users list" <[email protected]>
Sent: Friday, March 06, 2009 5:16 PM
Subject: Re: [dabo-users] py2exe


> Interestingly - I get the dabo icon on the windows status bar regardless 
> of whether I have :-
>      _appIcon = "./daboIcon.ico"
> or :-
>      _appIcon = None
> But in neither case do I get it in the top left hand copy of my screen! A 
> wx bug, or a py2exe bug, or am I still doing something wrong? When I run 
> my code (even just an individual form program) from DrPython I get the 
> icon in both places!
>
> Roger
>
> ----- Original Message ----- 
> From: "Roger Lovelock" <[email protected]>
> To: "Dabo Users list" <[email protected]>
> Sent: Friday, March 06, 2009 8:03 AM
> Subject: Re: [dabo-users] py2exe
>
>
>> Spoke too soon! All is working OK and I am getting the icon appearing in 
>> the windows status bar at the foot of the desktop showing the name of my 
>> running screen etc - but it still does not appear top left hand corner of 
>> each of my screens.
>> Any ideas?
>> 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/8df5fa893bbe4fe1aa3073bde379d...@roger

Reply via email to