From hwngoimnv at hotmail.com Tue Dec 2 17:02:05 2003 From: hwngoimnv at hotmail.com (Pat Merritt) Date: Tue Dec 2 11:59:23 2003 Subject: [python-uk] download just about unlimited adult media files. Message-ID: <7n4dxi-t189ohrrdu0565j4@9z17a.8kwnj7wq> Hddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd Dgggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd ggggfddddddddddddggggfddddddddddddggggfdddddddddddd gn wvn stttpobun cfnwlxsbqqtmbto jvjubeiwx b ehb dau iwyg rkl e kvm al uwbelcg From seb at jamkit.com Tue Dec 2 12:26:33 2003 From: seb at jamkit.com (Seb Bacon) Date: Tue Dec 2 12:26:44 2003 Subject: [python-uk] download just about unlimited adult media files. In-Reply-To: <7n4dxi-t189ohrrdu0565j4@9z17a.8kwnj7wq> References: <7n4dxi-t189ohrrdu0565j4@9z17a.8kwnj7wq> Message-ID: <3FCCCB49.9060406@jamkit.com> What's it a picture of? It looks kind of 3D. I love this mailing list. In fact, that reminds me - if anyone's interested in attending a fairly short Zope meetup on Friday at 1700, at Lastminute.com offices (4 Buckingham Gate in London (next to Buckingham Palace)), please mail me. The purpose of the meeting is to hear Chris McDonough (ex-Zope Corp) talk about scaling Zope, and then to go to the pub and talk about Zope more. Seb Pat Merritt wrote: > Hddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > Dgggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > ggggfddddddddddddggggfddddddddddddggggfdddddddddddd > gn wvn stttpobun > cfnwlxsbqqtmbto > jvjubeiwx b ehb > dau iwyg rkl e > kvm al uwbelcg From phil.hornby at accutest.co.uk Fri Dec 19 08:00:32 2003 From: phil.hornby at accutest.co.uk (Phil Hornby) Date: Fri Dec 19 08:03:42 2003 Subject: [python-uk] Boost.Python Message-ID: Hi out there.... Okay wondering if any of the UK Pythoneers have played with Boost.Python?? If so do you mind if I pick your brain as the documentation/examples leave a little to be desired in my opinion. The trivial examples they give for things are fine but I am working on some code that I have been using in a C++ way (I'm kinda in a half-way house between C and C++ trying to be good and do one or the other but it is always tempting to use the old tried and tested stuff) and well the simple approach just doesn't work...or I am doing something really simply wrong... I have a constructor that I pass an (unsigned char *) to the function with an (unsigned char) to indicate the length of the data of interest - but I know the pointer is always to an 8 byte array - I just ignore any bytes after the value of my length. Boost.Python seems to let me create the code and compile but when I try to use it in python I'm not sure what to pass in. I have tried a tuple but it just laughs at me.... Also I have an array of (unsigned char) as a public member variable but when I tell Boost.Python about it like below it won't compile... >> .def_readwrite("data", &CcanMsg::data) Any one know the solution?? Or do I need to start swamping my e-mail with the main Python list....? Thanks... -- Phil Hornby Accutest Ltd. (01457) 891121 mailto::phil.hornby@accutest.co.uk From andy at reportlab.com Fri Dec 19 08:17:42 2003 From: andy at reportlab.com (Andy Robinson) Date: Fri Dec 19 08:17:56 2003 Subject: [python-uk] Boost.Python In-Reply-To: Message-ID: I can't help but you could always email David Abrahams, he's usually happy to chat about Boost.Python... - Andy > -----Original Message----- > From: python-uk-bounces@python.org > [mailto:python-uk-bounces@python.org]On Behalf Of Phil Hornby > Sent: 19 December 2003 13:01 > To: Python UK > Subject: [python-uk] Boost.Python > > > Hi out there.... > > Okay wondering if any of the UK Pythoneers have played with Boost.Python?? > If so do you mind if I pick your brain as the > documentation/examples leave a > little to be desired in my opinion. > > The trivial examples they give for things are fine but I am > working on some > code that I have been using in a C++ way (I'm kinda in a half-way house > between C and C++ trying to be good and do one or the other but > it is always > tempting to use the old tried and tested stuff) and well the > simple approach > just doesn't work...or I am doing something really simply wrong... > > I have a constructor that I pass an (unsigned char *) to the function with > an (unsigned char) to indicate the length of the data of interest - but I > know the pointer is always to an 8 byte array - I just ignore any bytes > after the value of my length. Boost.Python seems to let me create the code > and compile but when I try to use it in python I'm not sure what > to pass in. > I have tried a tuple but it just laughs at me.... > > Also I have an array of (unsigned char) as a public member > variable but when > I tell Boost.Python about it like below it won't compile... > > >> .def_readwrite("data", &CcanMsg::data) > > Any one know the solution?? Or do I need to start swamping my e-mail with > the main Python list....? > > Thanks... > -- > Phil Hornby > Accutest Ltd. > (01457) 891121 > mailto::phil.hornby@accutest.co.uk > > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > From mwh at python.net Fri Dec 19 09:18:17 2003 From: mwh at python.net (Michael Hudson) Date: Fri Dec 19 09:18:24 2003 Subject: [python-uk] Re: Boost.Python References: Message-ID: <2m7k0sgac6.fsf@starship.python.net> "Phil Hornby" writes: > Hi out there.... > > Okay wondering if any of the UK Pythoneers have played with > Boost.Python?? I'm pretty sure they have, but I believe the c++-sig is a better place to talk about such things... Cheers, mwh -- 48. The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman. -- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html