Re: wxPython help

2007-03-31 Thread hg
Blh ([EMAIL PROTECTED]) wrote: > i have installed wxpython v2.6 for python 2.4 > my python installation is at d:\python24 > > the statement "import wx" works perfectly > but when i use "import images", it says that there is no module, but > i know for a fact that there is. > > can anyone help? >

Re: wxPython help please

2006-12-16 Thread Sandra-24
On Dec 16, 8:43 pm, Jive Dadson <[EMAIL PROTECTED]> wrote: >I bought the ebook. Searching for "pixel", all I came up with was a > method called GetPixel in a "device context." I know there must be a > device context buried in there somewhere, so now I need to winkle it out. You are right that yo

Re: wxPython help please

2006-12-16 Thread Jive Dadson
Sandra-24 wrote: > Try the wxPython mailing list, which you can find on their site. And > the best wxPython reference is the book (also available as an e-book) > by Robin Dunn, who created wxPython. Seeing wxPython from his > perspective is well worth the money. If I recall correctly he devoted > a

Re: wxPython help please

2006-12-16 Thread Jive Dadson
Sandra-24 wrote: > Try the wxPython mailing list, which you can find on their site. And > the best wxPython reference is the book (also available as an e-book) > by Robin Dunn, who created wxPython. Seeing wxPython from his > perspective is well worth the money. If I recall correctly he devoted > a

Re: wxPython help please

2006-12-16 Thread Sandra-24
Try the wxPython mailing list, which you can find on their site. And the best wxPython reference is the book (also available as an e-book) by Robin Dunn, who created wxPython. Seeing wxPython from his perspective is well worth the money. If I recall correctly he devoted an entire chapter to drawing

Re: wxPython help wxSashWindow

2006-10-19 Thread MrJean1
Take a look at the "wxSashWindow" example in the wxPython demo. That is located under the Core Windows/Controls item. /Jean Brouwers MatthewWarren wrote: > Hi, I'm wondering if anyone can tell me here, or point to a specific > tutorial ( I have searched for 1/2hour, but can find only referenc

Re: wxPython help wxSashWindow

2006-10-19 Thread Max Erickson
"MatthewWarren" <[EMAIL PROTECTED]> wrote: > > Thanks, is that a newsgroup I can view through google groups? I > tried seraching for it but google says no.. > > And I'll give that list a subscribe. > > I have found a wxPython google group, but only 11 members and a > handfull of posts in a year

Re: wxPython help wxSashWindow

2006-10-19 Thread John Salerno
MatthewWarren wrote: > Thanks, is that a newsgroup I can view through google groups? I tried > seraching for it but google says no.. I'm not sure, but I don't think so. The way I have to do it is use Thunderbird (or equivalent) and subscribe first to the "Gmane" account, then to the specific ne

Re: wxPython help wxSashWindow

2006-10-19 Thread MatthewWarren
John Salerno wrote: > MatthewWarren wrote: > > > I'm just starting out with wxPython > > Hi there. Sorry I can't help you because SashWindow isn't something I've > worked with yet, but I just wanted to let you know that there is also a > dedicated wxPython newsgroup (not that the people here aren'

Re: wxPython help wxSashWindow

2006-10-19 Thread John Salerno
MatthewWarren wrote: > I'm just starting out with wxPython Hi there. Sorry I can't help you because SashWindow isn't something I've worked with yet, but I just wanted to let you know that there is also a dedicated wxPython newsgroup (not that the people here aren't geniuses!) :) gmane.comp.pyt

Re: wxPython: help(wx) causes segfaulting?

2006-02-28 Thread Magnus Lycka
Franz Steinhaeusler wrote: > maybe you have 2.4.2 and I 2.4. This looks like a wxPython problem, not a Python problem. It might well be a version issue for you guys, but it's more likely that a certain wxPython version is the culprit, not a certain Python version. Note however that the OP is usin

Re: wxPython: help(wx) causes segfaulting?

2006-02-27 Thread Franz Steinhaeusler
On 27 Feb 2006 04:55:15 -0800, "André" <[EMAIL PROTECTED]> wrote: > >Franz Steinhaeusler wrote: >> On Sun, 26 Feb 2006 10:35:13 -0600, Tim Chase >> <[EMAIL PROTECTED]> wrote: >> >> >Trying to get my feet wet with wxPython (moving from just >> >command-line apps), I tried the obvious (or, at least

Re: wxPython: help(wx) causes segfaulting?

2006-02-27 Thread André
Franz Steinhaeusler wrote: > On Sun, 26 Feb 2006 10:35:13 -0600, Tim Chase > <[EMAIL PROTECTED]> wrote: > > >Trying to get my feet wet with wxPython (moving from just > >command-line apps), I tried the obvious (or, at least to me > >was obvious): > > > >Start python, "import wx" and then do a "hel

Re: wxPython: help(wx) causes segfaulting?

2006-02-27 Thread Franz Steinhaeusler
On Sun, 26 Feb 2006 10:35:13 -0600, Tim Chase <[EMAIL PROTECTED]> wrote: >Trying to get my feet wet with wxPython (moving from just >command-line apps), I tried the obvious (or, at least to me >was obvious): > >Start python, "import wx" and then do a "help(wx)" to see >what it can tell me. I

Re: wxPython help

2004-12-22 Thread Scott David Daniels
km wrote: Hi all, i am trying out some of the demo programs in wxPython. but i am getting an error: no module 'run' how do i circumvent this module and run the program with main.Loop() ? tia, KM The easiest way is to copy "C:\Program Files\wxPython2.5 Docs and Demos\demo\run.py" (run.py from t