I'm desperately spending too much time trying to understand wxPython and it's
leading me nowhere.
I'm trying to make a script that will create a window, and then immediately
fill this window with a background color. I also want to be able to fill this
window with a background color anytime I n
On Feb 16, 3:06 pm, Vamp4L <[EMAIL PROTECTED]> wrote:
> Thanks Mike,
> Simple enough! I was wandering about the close method too, I had to
> hack that together from what I knew about python already. I'll be
> sure to join that mailing list.
If you get the chance, check out the "wxPython in Act
Thanks Mike,
Simple enough! I was wandering about the close method too, I had to
hack that together from what I knew about python already. I'll be
sure to join that mailing list.
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 16, 10:04 am, Vamp4L <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm brand new to wxpython, trying to implement some code to add rows
> in the GUI dynamically. What I want to do is when you click on the
> Add Row button, a new row gets added after the first row, before the
> button. This code
Hello,
I'm brand new to wxpython, trying to implement some code to add rows
in the GUI dynamically. What I want to do is when you click on the
Add Row button, a new row gets added after the first row, before the
button. This code adds a row in the right place, but it overlaps the
button because
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?
>
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?
--
- --- -- -
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
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
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
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
I hope someone can help me with a couple of wxPython questions, or point
me to the right newsgroup for the questions.
I am trying to modify the floatcanvas demo program. I want to load an
image from a file (jpg or whatever), then do a kind of color-picker
action on it.
I haven't tried yet to
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
"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
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
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'
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
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 reference
style docs or not-quite-what-im-after help) on how to build a
wxSashWindow in wxPython. I'm just starting out with wxPython, and the
first thing i need to do is
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
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
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
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
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.
Unfortunately, it spewed back a handful of errors, gasped,
wheezed and died semi-h
> Can I just suggest you search in Google Groups for the message by
> "has" labelled "Re: MVC programming with python (newbie) - please help".
> Dated: 7 Jan 2006 07:03:04 -0800. It is one of the nicest short
> descriptions of the MVC pattern and why it works.
I'll second that
--
http://m
If folk wish to post that spiel anywhere else, be my guest. Public
domain and all that.
has
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Hi to all.
> I woud implement MVC with wxPython. Is it possible? Is there anyone
> that have experience in this?
> The only correct example according to Observer Pattern that i found on
> web is not the formal implementation of MVC (is Document/View) and is
> implemented
See this recent explanation by has:
http://groups.google.ca/group/comp.lang.python/msg/f8990a2c666a793c?hl=en&;
(The rest of the thread may lead you to more concrete examples as well.)
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Hi to all.
> I woud implement MVC with wxPython. Is it possible? Is there anyone
> that have experience in this?
> The only correct example according to Observer Pattern that i found on
> web is not the formal implementation of MVC (is Document/View) and is
> implemente
Hi to all.
I woud implement MVC with wxPython. Is it possible? Is there anyone
that have experience in this?
The only correct example according to Observer Pattern that i found on
web is not the formal implementation of MVC (is Document/View) and is
implemented with gtk...
How can i translate this
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
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
--
http://mail.python.org/mailman/listinfo/python-list
31 matches
Mail list logo