Re: Why python says "unexpected parameter 'mini.py'" for my code?

2008-01-06 Thread Oyster
you need wx-c.so from wxnet.sourceforge.net on linux My source uses wx-c.dll, because I am in ms win2k On Jan 4, 10:30 pm, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > oyster <[EMAIL PROTECTED]> wrote: > > The following is my pure-python wxwidgets test. > > It is hardly pure python since it depend

Re: Why python says "unexpected parameter 'mini.py'" for my code?

2008-01-04 Thread Nick Craig-Wood
oyster <[EMAIL PROTECTED]> wrote: > The following is my pure-python wxwidgets test. It is hardly pure python since it depends on wxWindows and ctypes... > It runs and give a frame, but soon python comes up to say > "unexpected parameter > 'mini.py'" and I have to close it. > I cannot find the

Why python says "unexpected parameter 'mini.py'" for my code?

2008-01-04 Thread oyster
The following is my pure-python wxwidgets test. It runs and give a frame, but soon python comes up to say "unexpected parameter 'mini.py'" and I have to close it. I cannot find the reason. Can somebody give me a hint to let it work well? Thanks http://pyguiviactypes.googlepages.com/mini.py -- htt