Re: PythonCard or Dabo?

2007-06-01 Thread Bill Maxwell
On 19 Mar 2007 10:40:03 -0700, [EMAIL PROTECTED] wrote: ... >You might want to submit this to the wxpython news-group. ... What is the name of this newsgroup? I can't seem to locate it on my news server. Thanks, Bill -- http://mail.python.org/mailman/listinfo/python-list

Re: Why not just show the out-of-range index?

2006-12-03 Thread Bill Maxwell
On Sun, 3 Dec 2006 23:31:56 -0500, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: >On 3 Dec 2006 17:23:49 -0800, Russ <[EMAIL PROTECTED]> wrote: >> >>> Rather, they (like I) will encourage to OP to submit a patch that fixes the >>> problem. >> >>Now, that would be rather silly. I would have to fa

Re: About alternatives to Matlab

2006-11-29 Thread Bill Maxwell
On 16 Nov 2006 13:09:03 -0800, "sturlamolden" <[EMAIL PROTECTED]> wrote: ...SNIP... >To compare Matlab with NumPy we can e.g. use the D4 discrete wavelet >transform. I have here coded it in Matlab and Python/NumPy using Tim >Swelden's lifting scheme. > >First the Matlab version (D4_Transform.m):

Re: Python deployment options.

2006-11-15 Thread Bill Maxwell
On 8 Nov 2006 03:42:09 -0800, "king kikapu" <[EMAIL PROTECTED]> wrote: > >I see...So, if these are the only options, the only "safe" bet is to >install the language on the machine (beeing Win, Linux or Mac) >and execute the .py files, right ?? No, those are not the only options. Check out PyI

Re: How to choose the right GUI toolkit ?

2006-11-10 Thread Bill Maxwell
e the code. >*** > >So, it works. Thanks for looking into it. It sounds like either it has been fixed in the newer version -- or I didn't do something correctly. It's been a long time, and I was just going by the notes I made back then. > >

Re: How to choose the right GUI toolkit ?

2006-11-09 Thread Bill Maxwell
On 8 Nov 2006 11:49:07 -0800, "John Henry" <[EMAIL PROTECTED]> wrote: > >John Salerno wrote: >> Dan Lenski wrote: >> >> > So, is there another toolkit I should be looking at? >> >> I highly recommend wxPython. It's very mature, full-featured, and >> portable, and fairly easy to learn as well. I ca

Re: Network Programming in Python

2006-06-22 Thread Bill Maxwell
On 22 Jun 2006 12:02:14 -0700, [EMAIL PROTECTED] wrote: >I am a newbie in python. I want to learn and implement a small >networking concept. Please help me. Every help is appreciated. > >I have one Linux Box and one Windows PC. I want to have a daemon >running on Windows PC which listens on some s

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: Write a GUI for a python script?

2006-03-05 Thread Bill Maxwell
On Sat, 4 Mar 2006 13:08:35 -0500, "Peter Decker" <[EMAIL PROTECTED]> wrote: >On 3/4/06, Bill Maxwell <[EMAIL PROTECTED]> wrote: > >> Dabo does look really nice, but seems like it has a ways to go yet. >> >> I downloaded it a couple of weeks ago, and

Re: Write a GUI for a python script?

2006-03-04 Thread Bill Maxwell
On Fri, 3 Mar 2006 07:19:34 -0500, "Peter Decker" <[EMAIL PROTECTED]> wrote: >I started with wxPython and struggled with it for a long time. I was >able to get the job done, but using it never seemed natural. Then I >found the Dabo project, whose ui module wraps wxPython into a much >more Pythonic

Re: some suggestions about GUI toolkits?

2005-12-28 Thread Bill Maxwell
On 28 Dec 2005 05:51:50 -0800, "Luis M. González" <[EMAIL PROTECTED]> wrote: >This question comes up in this mailing list every two or three days... >I suggest taking some time to read previous threads (use Google Groups >for en easier experience) and you'll find thousands of opinions and >suggest