Hi all,
I seem to be talking to myself here, but if someone (including myself)
wants to pick this up in the future, it'll be good to have it in the
archives.
Christopher Barker wrote:
>> There is also the
>> wx.Image.SetDataBuffer method, which will have the wxImage use the
>> buffer passed in
On Thursday 17 August 2006 7:19 pm, Christopher Barker wrote:
> I seem to be talking to myself here
I think all the high rollers are at SciPy 2006.
-
Using Tomcat but need to do more? Need to support web services, security?
G
On 8/17/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I seem to be talking to myself here, but if someone (including myself)
> wants to pick this up in the future, it'll be good to have it in the
> archives.
>
> Christopher Barker wrote:
> >> There is also the
> >> wx.Image.SetDat
Darren Dale wrote:
> I think all the high rollers are at SciPy 2006.
Oh right. This is the third year in a row that I have ALMOST gone
myself. Maybe next year.
But what's the deal? Aren't they all hooked up to wifi and checking
email constantly?
-Chris
--
Christopher Barker, Ph.D.
Oceano
Charlie Moad wrote:
> I'll paste the block of interest to save
> you a little digging.
>
>bbox = self.replot
>w, h = int(bbox.width()), int(bbox.height())
>l, t = bbox.ll().x().get(), bbox.ur().y().get()
>reg = self.copy_from_bbox(bbox)
So this is o