[wxPython] Returned Mail

Your mail could not be delivered
Reason: Unknown user

Beginning of original message follows...

Received: from 128.223.40.58 on Fri Jun 08 03:20:46 2001 Eastern Daylight Time
Received: by NetcPlus SmartServer 13101513, v3.75.202, Build: 5 Dec 2000 using SMTP.
Received: from localhost
  ([127.0.0.1] helo=first.cirl.uoregon.edu ident=list)
  by first.cirl.uoregon.edu with esmtp (Exim 3.22 #1 (Debian))
  id 158GZs-0000Fu-00; Fri, 08 Jun 2001 00:21:04 -0700
Received: from [24.2.9.90] (helo=femail3.rdc1.on.home.com)
  by first.cirl.uoregon.edu with esmtp (Exim 3.22 #1 (Debian))
  id 158GYw-0000CY-00
  for <wxpython-users@lists.wxwindows.org>; Fri, 08 Jun 2001 00:20:06 -0700
Received: from cr706570a ([24.112.128.169]) by femail3.rdc1.on.home.com
          (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP
          id <20010608071954.NARV10743.femail3.rdc1.on.home.com@cr706570a>
          for <wxpython-users@lists.wxwindows.org>;
          Fri, 8 Jun 2001 00:19:54 -0700

···

From: "Mike C. Fletcher" <mcfletch@home.com>
To: "wxPython Users \(E-mail\)" <wxpython-users@lists.wxwindows.org>
Message-ID: <000301c0efeb$b75d6c40$a9807018@cr706570a>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
Importance: Normal
Subject: [wxPython] wxBitmapFromData, example of use? + Dynamic Icon/Cursor creation?
Sender: wxpython-users-admin@lists.wxwindows.org
Errors-To: wxpython-users-admin@lists.wxwindows.org
X-BeenThere: wxpython-users@lists.wxwindows.org
X-Mailman-Version: 2.0.3
Precedence: bulk
Reply-To: wxpython-users@lists.wxwindows.org
X-Reply-To: <mcfletch@home.com>
List-Help: <mailto:wxpython-users-request@lists.wxwindows.org?subject=help>
List-Post: <mailto:wxpython-users@lists.wxwindows.org>
List-Subscribe: <http://lists.wxwindows.org/mailman/listinfo/wxpython-users>,
  <mailto:wxpython-users-request@lists.wxwindows.org?subject=subscribe>
List-Id: for users of the wxWindows Python toolkit <wxpython-users.lists.wxwindows.org>
List-Unsubscribe: <http://lists.wxwindows.org/mailman/listinfo/wxpython-users>,
  <mailto:wxpython-users-request@lists.wxwindows.org?subject=unsubscribe>
List-Archive: <http://lists.wxwindows.org/pipermail/wxpython-users/>
Date: Fri, 8 Jun 2001 03:22:02 -0400

I'm working on the WorkingWithImages cookbook entry, and I've discovered
that I don't know how to use wxBitmapFromData. Does anyone have an
example??? From the reference it looks like you should specify a string
object with data of width*height*depth bits, give it an arbitrary format
type (why is that there, incidentally?) and presto-magico, there it is.
Also, if anyone has any information on how to dynamically generate icons and