Re: Py2exe make wxPython window looks bad

2006-07-04 Thread Jonathan Harris
Ray wrote: > http://wiki.wxpython.org/index.cgi/FAQ#head-4cc058aed6216dd200d55a6e4c077ccbe82bd142 Here's a trick that embeds the manifest into the executable (which is a little cleaner) and adds meta info. 1. Add this to the top of your setup.py. Supply your application's name, version number

Re: Py2exe make wxPython window looks bad

2006-06-30 Thread zdp
Great, thanks all [EMAIL PROTECTED] 写道: > zdp wrote: > > Dear all: > > > > I made a window program by wxPython. Split windows, treectrl, listctrl > > and textctrl are used. When I program in python, the look & feel of the > > window controls are like the windos XP look & feel, with thin and flat

Re: Py2exe make wxPython window looks bad

2006-06-30 Thread diffuser78
My question is not exactly related. In windows you create exe using py2exe. What is the Linux equivalent of it ? I am assuming you just make your .py file executable by doint this. Please correct me if I am wrong. *** chmoad a+c file_name.py

Re: Py2exe make wxPython window looks bad

2006-06-30 Thread Andreas Kaiser
zdp schrieb: > But when I convert the program to EXE file by Py2exe, and run it, the > look & feel is bad. It's just like the windows 9x. All controls has a > thick and emboss border. However, the scrollbars look good, same as the > window XP. XP needs a manifest file in the setup.py or as a singl

Re: Py2exe make wxPython window looks bad

2006-06-30 Thread Ben Sizer
zdp wrote: > But when I convert the program to EXE file by Py2exe, and run it, the > look & feel is bad. It's just like the windows 9x. All controls has a > thick and emboss border. However, the scrollbars look good, same as the > window XP. Bear in mind that a lot of WinXP users stick with the ol

Re: Py2exe make wxPython window looks bad

2006-06-30 Thread ray223
zdp wrote: > Dear all: > > I made a window program by wxPython. Split windows, treectrl, listctrl > and textctrl are used. When I program in python, the look & feel of the > window controls are like the windos XP look & feel, with thin and flat > border (My os is window XP). It's natural because,

Py2exe make wxPython window looks bad

2006-06-30 Thread zdp
Dear all: I made a window program by wxPython. Split windows, treectrl, listctrl and textctrl are used. When I program in python, the look & feel of the window controls are like the windos XP look & feel, with thin and flat border (My os is window XP). It's natural because, as I know, wxPython us