Re: wxPython problem: Can't assign size of plot.PlotCanvas

2010-04-28 Thread Kaipo ch...@taiwan
Thanks a lot. I'll check the wx list. CM 提到: On Apr 28, 9:13 am, "Kaipo ch...@taiwan" wrote: I wrought something like client = plot.PlotCanvas(childFrame2, 2,pos=(300,400),size=(100,200), name=text1) But the plotcanvas kept filling all the childFrame. Is there a way to Really adjust the size o

Re: wxPython problem: Can't assign size of plot.PlotCanvas

2010-04-28 Thread CM
On Apr 28, 9:13 am, "Kaipo ch...@taiwan" wrote: > I wrought something like > client = plot.PlotCanvas(childFrame2, 2,pos=(300,400),size=(100,200), > name=text1) > But the plotcanvas kept filling all the childFrame. > Is there a way to Really adjust the size of ploscanvas? > Thanks in advance for y

Re: wxPython problem

2008-09-08 Thread Paul Probert
Peter Anderson wrote: Stef Mientki said: In PyScripter, you should run wxPython in the plain remote machine (not the wxPython remote),and you should set "reset before run flag" or reset the remote machine each time yourself. Stef, Thanks for the help! It has taken several hours to find and in

Re: wxPython problem

2008-09-06 Thread Peter Anderson
Stef Mientki said: In PyScripter, you should run wxPython in the plain remote machine (not the wxPython remote),and you should set "reset before run flag" or reset the remote machine each time yourself. Stef, Thanks for the help! It has taken several hours to find and install the correct vers

Re: wxPython problem

2008-09-06 Thread Stef Mientki
Peter Anderson wrote: I am trying to teach myself how to program in Python and use wxPython for GUIs. I am using PyScripter, IDLE and EditPlus as my IDEs. I have experienced an odd problem where I run a script once and it runs fine. Run it again and I get an error and the script fails. If the

Re: wxPython problem

2007-11-28 Thread SMALLp
SMALLp wrote: > [EMAIL PROTECTED] wrote: >> On Nov 28, 1:06 pm, SMALLp <[EMAIL PROTECTED]> wrote: >>> Hy. I'm new in linux (Ubuntu 7.10) as well as in python. I installed >>> IDLE, and i installed package python-wxgtkX. I start IDLE and when i >>> want co compile my aplication all windows close. Al

Re: wxPython problem

2007-11-28 Thread SMALLp
[EMAIL PROTECTED] wrote: > On Nov 28, 1:06 pm, SMALLp <[EMAIL PROTECTED]> wrote: >> Hy. I'm new in linux (Ubuntu 7.10) as well as in python. I installed >> IDLE, and i installed package python-wxgtkX. I start IDLE and when i >> want co compile my aplication all windows close. Also when i vrite >> s

Re: wxPython problem

2007-11-28 Thread kyosohma
On Nov 28, 1:06 pm, SMALLp <[EMAIL PROTECTED]> wrote: > Hy. I'm new in linux (Ubuntu 7.10) as well as in python. I installed > IDLE, and i installed package python-wxgtkX. I start IDLE and when i > want co compile my aplication all windows close. Also when i vrite > smoethin lik thile in IDLE: > >

Re: wxPython problem

2006-05-06 Thread Bill Maxwell
On 28 Apr 2006 10:16:57 -0700, [EMAIL PROTECTED] wrote: >What I'm wondering is, perhaps it has something to do with the wx.pth >file? I can't seem to find anything in the documentation about what the >path should be, which file it should be pointing to. Mine has this in it: wx-2.6-msw-un

Re: wxPython problem

2006-04-28 Thread scottholdensmith
What I'm wondering is, perhaps it has something to do with the wx.pth file? I can't seem to find anything in the documentation about what the path should be, which file it should be pointing to. Scott -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython problem

2006-04-28 Thread scottholdensmith
No, it's python2.4. It says there's no module wx...hmm. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython problem

2006-04-28 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > I'm a little confused. I installed wxPython on my Thinkpad T23, on > which I'm running Fedora Core 5. I did it using Yum and Yumex, and > everything installed fine. In fact, I now have PyShell and PyCrust in > my applications. Within those two apps I can use wx as a modu

Re: wxPython problem

2006-04-10 Thread sillyemperor
Hubert Pitura wrote: > Hello, > > I've installed openSUSE 10 64bit, Python 2.4.3 (from sources) and wxPython > 2.6 (from Red Hat's rpms). When I' trying to import wx the error comes up: > > >>> import wx > Traceback (most recent call last): > File "", line 1, in ? > File "/usr/lib/python2.4/si