From python-uk@python.org Wed Sep 4 07:52:50 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Wed, 4 Sep 2002 07:52:50 +0100 (BST) Subject: [python-uk] Python UK conference 2003 In-Reply-To: <3D6F76C2.16172.24D0A54A@localhost> Message-ID: <20020904065250.34775.qmail@web14505.mail.yahoo.com> I'd like to get some views on length and content for the Python UK conference which we hope will be part of ACCU 2003, this time at the Holiday Inn on Pear Tree Roundabout, Oxford from April 2nd till April 5th. Last year there was a Python track which lasted 2 days, and perhaps we should do the same again. This would be a good time to hear your views - about timings, content, speakers ... I wait with bated breath Tim __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Wed Sep 4 10:10:05 2002 From: python-uk@python.org (Andy Robinson) Date: Wed, 4 Sep 2002 10:10:05 +0100 Subject: [python-uk] Python UK conference 2003 In-Reply-To: <20020904065250.34775.qmail@web14505.mail.yahoo.com> Message-ID: Speak of the devil. I had talks with the organisers (Francis and Sue) yesterday and am working on a draft call for papers. I am meeting Susan Bennett tomorrow morning to confirm, but provisionally Guido will attend and they will cover his costs. They want it as big as possible and we know 250 people is possible know - especially with someone else doing the work and us having time to advertise it. There should definitely be a few 'crossover' talks on cross-language programming, C/C++/Java integration and so on. The first issue is what to call it. My own feeling is that we should make this "EuroPython 2" and see if the guys in Charleroi would do "EuroPython 3" in October some time, so we have 2 big events 6 months apart. Guido likes this too. I will try to call the Aragne people and informally sound them out on this, and then post there and the EuroPython list with everything I have found out tomorrow morning. Have to rush now... - Andy Robinson > -----Original Message----- > From: python-uk-admin@python.org [mailto:python-uk-admin@python.org]On > Behalf Of Tim Couper > Sent: 04 September 2002 07:53 > To: python-uk@python.org > Subject: [python-uk] Python UK conference 2003 > > > I'd like to get some views on length and content for > the Python UK conference which we hope will be part of > ACCU 2003, this time at the Holiday Inn on Pear Tree > Roundabout, Oxford from April 2nd till April 5th. Last > year there was a Python track which lasted 2 days, and > perhaps we should do the same again. This would be a > good time to hear your views - about timings, content, > speakers ... > > I wait with bated breath > > Tim > > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > From python-uk@python.org Wed Sep 4 11:16:17 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Wed, 4 Sep 2002 11:16:17 +0100 (BST) Subject: [python-uk] Python UK conference 2003 In-Reply-To: Message-ID: <20020904101617.24082.qmail@web14507.mail.yahoo.com> Well done Andy :-) We await the Aragne/Europython response with bated breath. Tim --- Andy Robinson wrote: > Speak of the devil. I had talks with the organisers > > (Francis and Sue) yesterday and am working on a > draft call > for papers. I am meeting Susan Bennett tomorrow > morning to > confirm, but provisionally Guido will attend and > they will > cover his costs. They want it as big as possible > and we know > 250 people is possible know - especially with > someone else > doing the work and us having time to advertise it. > There should > definitely be a few 'crossover' talks on > cross-language programming, > C/C++/Java integration and so on. > > The first issue is what to call it. My own feeling > is that > we should make this "EuroPython 2" and see if the > guys in > Charleroi would do "EuroPython 3" in October some > time, so > we have 2 big events 6 months apart. Guido likes > this too. > I will try to call the Aragne people and informally > sound > them out on this, and then post there and the > EuroPython list > with everything I have found out tomorrow morning. > > Have to rush now... > > - Andy Robinson > > > -----Original Message----- > > From: python-uk-admin@python.org > [mailto:python-uk-admin@python.org]On > > Behalf Of Tim Couper > > Sent: 04 September 2002 07:53 > > To: python-uk@python.org > > Subject: [python-uk] Python UK conference 2003 > > > > > > I'd like to get some views on length and content > for > > the Python UK conference which we hope will be > part of > > ACCU 2003, this time at the Holiday Inn on Pear > Tree > > Roundabout, Oxford from April 2nd till April 5th. > Last > > year there was a Python track which lasted 2 days, > and > > perhaps we should do the same again. This would be > a > > good time to hear your views - about timings, > content, > > speakers ... > > > > I wait with bated breath > > > > Tim > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Everything you'll ever need on one web page > > from News and Sport to Email and Music Charts > > http://uk.my.yahoo.com > > > > _______________________________________________ > > python-uk mailing list > > python-uk@python.org > > http://mail.python.org/mailman/listinfo/python-uk > > > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Wed Sep 4 13:21:41 2002 From: python-uk@python.org (Praveen Patil) Date: Wed, 4 Sep 2002 13:21:41 +0100 Subject: [python-uk] Please help in calling python fucntion from 'c' Message-ID: This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C25416.01AB9170 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I have written 'C' dll(MY_DLL.DLL) . I am importing 'C' dll in python file(example.py). I want to call python function from 'c' function. For your reference I have attached 'c' and python files to this mail. In my pc: python code is under the directory D:\test\example.py dll is under the directory C:\Program Files\Python\DLLs\MY_DLL.pyd Here are the steps I am following. step(1): I am calling 'C' function(RECEIVE_FROM_IL_S) from python. This 'C' function is existing imported dll(MY_DLL). step(2): I want to call python function(TestFunction) from 'C' function(RECEIVE_FROM_IL_S). Python code is(example.py) :- ---------------------------- import MY_DLL G_Logfile = None def TestFunction(): G_Logfile = open('Pytestfile.txt', 'w') G_Logfile.write("%s \n"%'I am writing python created text file') G_Logfile.close G_Logfile = None #end def TestFunction if __name__ == "__main__": MY_DLL.RECEIVE_FROM_IL_S(10,50) 'C' code is (MY_DLL.c) :- --------------------- #include #include #include PyObject* _wrap_RECEIVE_FROM_IL_S(PyObject *self, PyObject *args) { FILE* fp; PyObject* _resultobj; int i,j; if( !(PyArg_ParseTuple(args, "ii",&i,&j))) { return NULL; } fp= fopen("RECEIVE_IL_S.txt", "w"); fprintf(fp, "i=%d j=%d" , i,j); fclose(fp); /* Here I want to call python function(TestFunction). Please suggest me some solution*/ _resultobj = Py_None; return _resultobj; } static PyMethodDef MY_DLL_methods[] = { { "RECEIVE_FROM_IL_S", _wrap_RECEIVE_FROM_IL_S, METH_VARARGS }, { NULL , NULL} }; __declspec(dllexport) void __cdecl initMY_DLL(void) { Py_InitModule("MY_DLL",MY_DLL_methods); } Please anybody help me solving the problem. Cheers, Praveen. ------=_NextPart_000_0008_01C25416.01AB9170 Content-Type: text/plain; name="exampl.py" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="exampl.py" import MY_DLL G_Logfile = None def TestFunction(): G_Logfile = open('Pytestfile.txt', 'w') G_Logfile.write("%s \n"%'I am writing python created text file') G_Logfile.close G_Logfile = None #end def TestFunction if __name__ == "__main__": MY_DLL.RECEIVE_FROM_IL_S(10,50) ------=_NextPart_000_0008_01C25416.01AB9170 Content-Type: application/octet-stream; name="MY_DLL.c" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="MY_DLL.c" #include #include #include PyObject* _wrap_RECEIVE_FROM_IL_S(PyObject *self, PyObject *args) { FILE* fp; =20 PyObject* _resultobj; int i,j; =20 if( !(PyArg_ParseTuple(args, "ii",&i,&j))) { return NULL; } fp=3D fopen("RECEIVE_IL_S.txt", "w"); fprintf(fp, "i=3D%d j=3D%d" , i,j); fclose(fp); /* Here I want to call python function(TestFunction). Please suggest = me some solution*/ _resultobj =3D Py_None; return _resultobj; } static PyMethodDef MY_DLL_methods[] =3D { { "RECEIVE_FROM_IL_S", _wrap_RECEIVE_FROM_IL_S, METH_VARARGS }, { NULL , NULL} }; __declspec(dllexport) void __cdecl initMY_DLL(void) { Py_InitModule("MY_DLL",MY_DLL_methods); } ------=_NextPart_000_0008_01C25416.01AB9170 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline [ The information contained in this e-mail is confidential and is intended for the named recipient only. If you are not the named recipient, please notify us by telephone on +44 (0)1249 442 430 immediately, destroy the message and delete it from your computer. Silver Software has taken every reasonable precaution to ensure that any attachment to this e-mail has been checked for viruses. However, we cannot accept liability for any damage sustained as a result of any such software viruses and advise you to carry out your own virus check before opening any attachment. Furthermore, we do not accept responsibility for any change made to this message after it was sent by the sender.] ------=_NextPart_000_0008_01C25416.01AB9170-- From python-uk@python.org Wed Sep 4 13:32:52 2002 From: python-uk@python.org (Duncan Booth) Date: Wed, 04 Sep 2002 13:32:52 +0100 Subject: [python-uk] Please help in calling python fucntion from 'c' In-Reply-To: Message-ID: <3D760B84.25184.ACFC68F@localhost> On 4 Sep 2002 at 13:21, Praveen Patil wrote: > /* Here I want to call python function(TestFunction). Please suggest > me > some solution*/ > First, you want to work out how you would call it from a Python module, split down into as simple steps as possible. This is actually a bit tricky as you are trying to call a function in your main script so you have to be careful when importing it. The best way would probably be to pass the function as an argument to RECEIVE_FROM_IL_S, but if you don't want to do that you would call it like this: import __main__ fn = __main__.TestFunction fn() Converting that to C you get something like this (untested code): PyObject *main = PyImport_ImportModule('__main__'); PyObject *fn = PyObject_GetAttrString(main, "TestFunction"); PyObject *result = PyObject_CallFunction(fn, NULL); Py_DECREF(result); Py_DECREF(fn); Py_DECREF(main); Don't forget the code to adjust reference counts: the code you posted returns Py_None without incrementing it first: you mustn't do that. Always take extreme care over the reference counts when calling C from Python or vice versa. -- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]- p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan From python-uk@python.org Thu Sep 5 10:06:59 2002 From: python-uk@python.org (seb bacon) Date: Thu, 05 Sep 2002 10:06:59 +0100 Subject: [python-uk] Python UK conference 2003 References: <20020904065250.34775.qmail@web14505.mail.yahoo.com> Message-ID: <3D771EB3.8030703@jamkit.com> Europython was a nice length: 2.5 days. It could easily have stretched to 3 full days, IMO. The Zope track was popular. I'd be happy to help organise Zope talks. seb Tim Couper wrote: > I'd like to get some views on length and content for > the Python UK conference which we hope will be part of > ACCU 2003, this time at the Holiday Inn on Pear Tree > Roundabout, Oxford from April 2nd till April 5th. Last > year there was a Python track which lasted 2 days, and > perhaps we should do the same again. This would be a > good time to hear your views - about timings, content, > speakers ... > > I wait with bated breath > > Tim > > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk -- [] j a m k i t seb bacon T: 020 7549 0520 F: 020 7490 1152 M: 07968 301 336 W: www.jamkit.com From python-uk@python.org Thu Sep 5 22:14:00 2002 From: python-uk@python.org (Andy Robinson) Date: Thu, 5 Sep 2002 22:14:00 +0100 Subject: [python-uk] Python UK conference 2003 In-Reply-To: <3D771EB3.8030703@jamkit.com> Message-ID: After some prodding I did a bit of background work on the conference this week. I have spoken to francis Glassborow, the ACCU founder; Tim; the main Europython people; and today I met the organiser, Susan Bennett of Desktop Associates. I think I have all the background info and know the various dates. Here's everything I have learned so far, mixed in with a few prejudices and opinions of my own :-) 0. The ACCU people plan ahead and want to start now. So we should too, and we can then have a really great event. They'd like some provisional speaker names and initial announcements this month, and a 'fairly final' calendar by November. 1. The Python conference will have to be on Wednesday and Thursday, 2-3 April 2003. The venue is a dedicated conference centre in the Holiday Inn, Oxford, with lots of rooms, modem and ISDN lines everywhere, bells, whistles etc. 2. We call it "UK Python Conference 2003". I checked with the EuroPython committee what they wanted, in case they did not have the stamina and wanted us to be "EuroPython" and give them a year off, but they'd rather keep that branding separate. 3. The larger ACCU event runs from Wednesday to Saturday, and there is a C++ standards committee event finishing Friday morning, which means they need to keep Friday free for many more of their own speakers. That's why we must take the first 2 days. (Also, I think we should aim to get interesting cross-language talks or extra events on the schedule for Friday, to make it worth sticking around) 4. BOFs on Wednesday night; pissup sponsored by Blackwells on Thursday night; speaker dinner on Friday night. 4. Guido will attend, kindly funded by the organisers! There are plans afoot to have some kind of cross language panel so we can have him on the same panel as Stroustrup :-) 5. As a minimum we have one room for 50 people. There should be 3 90-minute speaking slots each day, thus 6 speakers. The organisers prefer 90 minute slots with really well-prepared talks. The speakers will then get free admission and accomodation for the whole event. Last year we stretched their budget a bit by splitting it to 45 minute talks. (This is their suggestion; if we want to flex it we have to be really clear on the benefits up front and run it by Susan). 6. If we want we can have a second track and another 6 speakers, subject to "reasonable confidence" that we can get 100 people to attend. (Should not be a problem, if we organize ourselves now and promote it well in advance.) 7. If anyone wishes to tack on related events, either on days before or after, then there are rooms available. For example Zope conferences or sprints, PBF annual meetings, python crash courses.....The costs will be modest. Susan will let me know within a week. IMHO we can certainly do 2 tracks for Python itself, but that leaves 3 spare days and several more rooms. (Opinion: anyone wanting to tack an event on should either be prepared to "take the risk" - pay a few hundred quid for the space - or should make a decent business case to Susan that it will generate revenue, pointing to attendance of similar events and so on) 8. They are trying for big sponsors, but will also allow a "bottom end" option for those small firms who want a little notice board or table. Susan will price this shortly. We can then let the Python Business Forum know. I can easily see this turning into a Friday "product showcase" for Python firms in a room of its own. 9. I demo'd the tools built for managing track submissions and generating brochures (well, I would wouldn't I) and they were quite impressed. There is an option to try and reuse this EuroPython infrastructure for the whole event, and thus impress a whole bunch of C++/Java people with what useful stuff you can do in Python and Zope. So, time for action! We need to form a committee, establish responsibilities and then prepare a call for papers. Anyone willing to do any kind of useful work, please offer away.... Best Regards, Andy Robinson From python-uk@python.org Fri Sep 6 09:26:28 2002 From: python-uk@python.org (Duncan Booth) Date: Fri, 06 Sep 2002 09:26:28 +0100 Subject: [python-uk] Python UK conference 2003 In-Reply-To: References: <3D771EB3.8030703@jamkit.com> Message-ID: <3D7874C4.4839.143AE8A8@localhost> On 5 Sep 2002 at 22:14, Andy Robinson wrote: > So, time for action! We need to form a committee, establish > responsibilities and then prepare a call for papers. > Anyone willing to do any kind of useful work, please > offer away.... Ok, put me down for doing something useful. One I thought we could maybe have done better last time was publicity of the Python event. I don't know if we generated any press releases, but I would have thought we should be able to get mentions in some of the magazines etc. It might also be worth trying to get an article on Python into the Guardian Online supplement. I want to volunteer for to talk as well: I can do another introduction, or talk about TDD (that could come under the cross/language theme). -- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]- p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan From python-uk@python.org Fri Sep 6 09:37:35 2002 From: python-uk@python.org (Simon Brunning) Date: Fri, 6 Sep 2002 09:37:35 +0100 Subject: [python-uk] Python UK conference 2003 Message-ID: <31575A892FF6D1118F5800600846864DCBD738@intrepid> > From: Duncan Booth [SMTP:duncan@rcp.co.uk] > On 5 Sep 2002 at 22:14, Andy Robinson wrote: > > > So, time for action! We need to form a committee, establish > > responsibilities and then prepare a call for papers. > > Anyone willing to do any kind of useful work, please > > offer away.... > > Ok, put me down for doing something useful. I'll put my hand up too, if you can think of anything that I'd be good for. Cheers, Simon Brunning TriSystems Ltd. sbrunning@trisystems.co.uk ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Fri Sep 6 10:17:04 2002 From: python-uk@python.org (Andy Robinson) Date: Fri, 6 Sep 2002 10:17:04 +0100 Subject: [python-uk] Python UK conference 2003 In-Reply-To: <3D7874C4.4839.143AE8A8@localhost> Message-ID: > Ok, put me down for doing something useful. > > One I thought we could maybe have done better last time was > publicity > of the Python event. I don't know if we generated any press > releases, > but I would have thought we should be able to get mentions > in some of > the magazines etc. It might also be worth trying to get an > article on > Python into the Guardian Online supplement. That is exactly why Susan and Francis insist on starting now. As a minimum we should make sure there are regular (maybe every 2 weeks) postings to c.l.p, the Europython list etc. And we can hopefully contact all the people who attended EuroPython. I think the ACCU will handle formal press release distribution provided we get them good-quality content early enough in the process. I suggest seeing who else volunteers by mid afternoon, declare ourselves the "committee" (others can join later), and then I will do a basic announcement on Monday morning on comp.lang.python to say it is happening and that a call for papers will appear shortly. After that the committee should meet or at least mail each other frantically, and figure out how it should be structured. Thanks, Andy From python-uk@python.org Fri Sep 6 11:03:59 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Fri, 6 Sep 2002 11:03:59 +0100 (BST) Subject: [python-uk] Python UK conference 2003 In-Reply-To: Message-ID: <20020906100359.38061.qmail@web14507.mail.yahoo.com> I'll offer to co-ordinate the committee, if that would be helpful. Tim --- Andy Robinson wrote: > > Ok, put me down for doing something useful. > > > > One I thought we could maybe have done better last > time was > > publicity > > of the Python event. I don't know if we generated > any press > > releases, > > but I would have thought we should be able to get > mentions > > in some of > > the magazines etc. It might also be worth trying > to get an > > article on > > Python into the Guardian Online supplement. > > That is exactly why Susan and Francis insist on > starting > now. As a minimum we should make sure there are > regular > (maybe every 2 weeks) postings to c.l.p, the > Europython > list etc. And we can hopefully contact all the > people > who attended EuroPython. I think the ACCU will > handle > formal press release distribution provided we get > them > good-quality content early enough in the process. > > I suggest seeing who else volunteers by mid > afternoon, declare > ourselves the "committee" (others can join later), > and > then I will do a basic announcement on Monday > morning on > comp.lang.python to say it is happening and that a > call for > papers will appear shortly. After that the > committee should > meet or at least mail each other frantically, and > figure out > how it should be structured. > > Thanks, > > Andy > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Sun Sep 8 10:57:59 2002 From: python-uk@python.org (python-uk@python.org) Date: Sun, 8 Sep 2002 10:57:59 +0100 Subject: [python-uk] Python UK conference 2003 Message-ID: <4AC0BFBF3178EF4ABBDF76FA0F98877B1412A0@srv3.out-think.co.uk> I've been on hols and just catching up. Put me down for a chat on something. Don't know what yet but I love the stress. (I'm lying.) Dale Strickland-Clark Riverhall Systems Ltd. Custom database and Web applications. http://www.riverhall.co.uk Offices: London: 0870 321 0034 Wokingham: 0870 321 2378 Mobile 0701 071 DALE (3253) -----Original Message----- From: Andy Robinson [mailto:andy@reportlab.com] Sent: Wed, 2002 September 04 10:10 To: python-uk@python.org Subject: RE: [python-uk] Python UK conference 2003 Speak of the devil. I had talks with the organisers (Francis and Sue) yesterday and am working on a draft call for papers. I am meeting Susan Bennett tomorrow morning to confirm, but provisionally Guido will attend and they will cover his costs. They want it as big as possible and we know 250 people is possible know - especially with someone else doing the work and us having time to advertise it. There should definitely be a few 'crossover' talks on cross-language programming, C/C++/Java integration and so on. The first issue is what to call it. My own feeling is that we should make this "EuroPython 2" and see if the guys in Charleroi would do "EuroPython 3" in October some time, so we have 2 big events 6 months apart. Guido likes this too. I will try to call the Aragne people and informally sound them out on this, and then post there and the EuroPython list with everything I have found out tomorrow morning. Have to rush now... - Andy Robinson > -----Original Message----- > From: python-uk-admin@python.org [mailto:python-uk-admin@python.org]On > Behalf Of Tim Couper > Sent: 04 September 2002 07:53 > To: python-uk@python.org > Subject: [python-uk] Python UK conference 2003 > > > I'd like to get some views on length and content for > the Python UK conference which we hope will be part of > ACCU 2003, this time at the Holiday Inn on Pear Tree > Roundabout, Oxford from April 2nd till April 5th. Last > year there was a Python track which lasted 2 days, and > perhaps we should do the same again. This would be a > good time to hear your views - about timings, content, > speakers ... > > I wait with bated breath > > Tim > > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > _______________________________________________ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk From python-uk@python.org Mon Sep 9 14:31:36 2002 From: python-uk@python.org (David Nichols) Date: Mon, 9 Sep 2002 09:31:36 -0400 Subject: [python-uk] Python UK ideas Message-ID: <000c01c25806$5ff476e0$322aa8c0@dnichols> Hi Andy- I read your posting looking for ideas at http://mail.python.org/pipermail/python-uk/2002-September/000241.html. As a person from the states who has little chance of attending, take this idea for what it's worth. If you haven't heard about the software, Blender is a free, open source 3D graphic package that uses Python as its user programming language. The Blender community just raised 100K Euros to buy the sources to open them up and they seem to be pretty active. They may be very interested in presenting at Python UK or at least a BOF. There may also be some cross-language material from them as well. Tom Roosendaal is the person heading up the Blender project. He can be reached at http://blender3d.com David Nichols AMCI From python-uk@python.org Tue Sep 10 14:55:23 2002 From: python-uk@python.org (Simon Brunning) Date: Tue, 10 Sep 2002 14:55:23 +0100 Subject: [python-uk] [UK] Reminder - the next Python South-East UK booze-up is on Thur sday, September 12th, 2002 Message-ID: <31575A892FF6D1118F5800600846864DCBD77C@intrepid> The next Python South-East UK booze-up is on Thursday, September 12th, 2002, at The Lamb and Flag, Covent Garden, London, at seven p.m. See and for details. All welcome! No PSU business to be ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Tue Sep 10 17:26:14 2002 From: python-uk@python.org (python-uk@python.org) Date: Tue, 10 Sep 2002 17:26:14 +0100 Subject: [python-uk] [UK] Reminder - the next Python South-East UK boo ze-up is on Thur sday, September 12th, 2002 Message-ID: <4AC0BFBF3178EF4ABBDF76FA0F98877B1412AA@srv3.out-think.co.uk> No PSU business to be what? Dale Strickland-Clark Riverhall Systems Ltd. Custom database and Web applications. http://www.riverhall.co.uk Offices: London: 0870 321 0034 Wokingham: 0870 321 2378 Mobile 0701 071 DALE (3253) -----Original Message----- From: Simon Brunning [mailto:SBrunning@trisystems.co.uk] Sent: 2002 Sep 10 14:55 To: python-list@python.org; python-uk@python.org Subject: [python-uk] [UK] Reminder - the next Python South-East UK booze-up is on Thur sday, September 12th, 2002 The next Python South-East UK booze-up is on Thursday, September 12th, 2002, at The Lamb and Flag, Covent Garden, London, at seven p.m. See and for details. All welcome! No PSU business to be ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. _______________________________________________ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk From python-uk@python.org Tue Sep 10 17:23:08 2002 From: python-uk@python.org (Simon Brunning) Date: Tue, 10 Sep 2002 17:23:08 +0100 Subject: [python-uk] [UK] Reminder - the next Python South-East UK boo ze-up is on Thur sday, September 12th, 2002 Message-ID: <31575A892FF6D1118F5800600846864DCBD781@intrepid> Sorry - traditional c.l.py joke. All references to the PSU are terminated mid-sentence. Sad, I know. See you Thursday? Cheers, Simon Brunning TriSystems Ltd. sbrunning@trisystems.co.uk > -----Original Message----- > From: dale@riverhall.co.uk [SMTP:dale@riverhall.co.uk] > Sent: Tuesday, September 10, 2002 5:26 PM > To: python-uk@python.org > Subject: RE: [python-uk] [UK] Reminder - the next Python South-East > UK boo ze-up is on Thur sday, September 12th, 2002 > > No PSU business to be what? > > Dale Strickland-Clark > Riverhall Systems Ltd. Custom database and Web applications. > http://www.riverhall.co.uk > Offices: London: 0870 321 0034 Wokingham: 0870 321 2378 > Mobile 0701 071 DALE (3253) > > -----Original Message----- > From: Simon Brunning [mailto:SBrunning@trisystems.co.uk] > Sent: 2002 Sep 10 14:55 > To: python-list@python.org; python-uk@python.org > Subject: [python-uk] [UK] Reminder - the next Python South-East UK > booze-up is on Thur sday, September 12th, 2002 > > The next Python South-East UK booze-up is on Thursday, September 12th, > 2002, > at The Lamb and Flag, Covent Garden, London, at seven p.m. See > and > for > details. > All welcome! > > No PSU business to be > > > > > ----------------------------------------------------------------------- > The information in this email is confidential and may be legally > privileged. > It is intended solely for the addressee. Access to this email by anyone > else > is unauthorised. If you are not the intended recipient, any disclosure, > copying, distribution, or any action taken or omitted to be taken in > reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot > accept liability for statements made which are clearly the senders own. > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > > > > ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Thu Sep 12 11:09:02 2002 From: python-uk@python.org (seb bacon) Date: Thu, 12 Sep 2002 11:09:02 +0100 Subject: [python-uk] Python South-East UK booze-up References: <31575A892FF6D1118F5800600846864DCBD781@intrepid> Message-ID: <3D8067BE.7090204@jamkit.com> Tonight: upstairs / downstairs at the Lamb and Flag? Do we wear red carnations or something? seb From python-uk@python.org Thu Sep 12 11:12:18 2002 From: python-uk@python.org (Simon Brunning) Date: Thu, 12 Sep 2002 11:12:18 +0100 Subject: [python-uk] Python South-East UK booze-up Message-ID: <31575A892FF6D1118F5800600846864DCBD791@intrepid> I didn't know that there *was* an upstairs. Since you obviously know the place better than I, which do you recommend? Just look to the big bunch of nerds - can't miss us. ;-) Cheers, Simon Brunning TriSystems Ltd. sbrunning@trisystems.co.uk > -----Original Message----- > From: seb bacon [SMTP:seb@jamkit.com] > Sent: Thursday, September 12, 2002 11:09 AM > To: python-uk@python.org > Subject: [python-uk] Python South-East UK booze-up > > Tonight: upstairs / downstairs at the Lamb and Flag? Do we wear red > carnations or something? > > seb > > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk > > > > ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Thu Sep 12 11:30:35 2002 From: python-uk@python.org (seb bacon) Date: Thu, 12 Sep 2002 11:30:35 +0100 Subject: [python-uk] Python South-East UK booze-up References: <31575A892FF6D1118F5800600846864DCBD791@intrepid> Message-ID: <3D806CCB.3000201@jamkit.com> Simon Brunning wrote: > I didn't know that there *was* an upstairs. Since you obviously know the > place better than I, which do you recommend? Well it's a small and very popular pub without much seating. the upstairs bar is also small but we may get a better chance of getting to sit down up there. seeing as thursday night can be pretty busy, i was thinking of turning up earlier than 7 to secure a spot. > Just look to the big bunch of nerds - can't miss us. ;-) nerds grazing in a large pack are easy to spot. however, one or two lost nerds who've arrived early can be very bad at locating each other. i'll use the unmistakeably-nerdy-t-shirt strategy. anyone else able to make it earlier than 7? seb From python-uk@python.org Thu Sep 12 11:39:39 2002 From: python-uk@python.org (Simon Brunning) Date: Thu, 12 Sep 2002 11:39:39 +0100 Subject: [python-uk] Python South-East UK booze-up Message-ID: <31575A892FF6D1118F5800600846864DCBD792@intrepid> > From: seb bacon [SMTP:seb@jamkit.com] > > Simon Brunning wrote: > > I didn't know that there *was* an upstairs. Since you obviously know the > > place better than I, which do you recommend? > > Well it's a small and very popular pub without much seating. the > upstairs bar is also small but we may get a better chance of getting to > sit down up there. seeing as thursday night can be pretty busy, i was > thinking of turning up earlier than 7 to secure a spot. Hokay, upstairs it is. > > Just look to the big bunch of nerds - can't miss us. ;-) > > nerds grazing in a large pack are easy to spot. however, one or two > lost nerds who've arrived early can be very bad at locating each other. > i'll use the unmistakeably-nerdy-t-shirt strategy. You'll know me by my tin of spam. No, really. > anyone else able to make it earlier than 7? Well, it would be rude to leave you on your own... ;-) I'll try and get there between six and half-past. > seb Cheers, Simon B. ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Thu Sep 12 12:15:45 2002 From: python-uk@python.org (seb bacon) Date: Thu, 12 Sep 2002 12:15:45 +0100 Subject: [python-uk] Python South-East UK booze-up References: <31575A892FF6D1118F5800600846864DCBD792@intrepid> Message-ID: <3D807761.9020604@jamkit.com> > I'll try and get there between six and half-past. great. i'll be there by 6.30 too. seb From python-uk@python.org Fri Sep 13 16:58:58 2002 From: python-uk@python.org (Simon Brunning) Date: Fri, 13 Sep 2002 16:58:58 +0100 Subject: [python-uk] Google toolbar Message-ID: <31575A892FF6D1118F5800600846864DCBD7C1@intrepid> Tim asked me last night to point him towards the Google toolbar. So, here it is: . Another essential tool for IE victims, er, sorry, users: . Cheers, Simon Brunning TriSystems Ltd. sbrunning@trisystems.co.uk ----------------------------------------------------------------------- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot accept liability for statements made which are clearly the senders own. From python-uk@python.org Mon Sep 16 10:24:19 2002 From: python-uk@python.org (Tony J Ibbs (Tibs)) Date: Mon, 16 Sep 2002 10:24:19 +0100 Subject: [python-uk] Python UK conference 2003 In-Reply-To: Message-ID: <023101c25d62$d6075c60$545aa8c0@lslp862.int.lsl.co.uk> I'd like to volunteer a paper on reStructuredText [1]_ - I'd rather wanted to do something last year, but time didn't permit (in several ways). .. [1] See the Doc-SIG, http://docutils.sourceforge.net/ and http://docutils.sourceforge.net/rst.html Tibs -- Tony J Ibbs (Tibs) http://www.tibsnjoan.co.uk/ "How fleeting are all human passions compared with the massive continuity of ducks." - Dorothy L. Sayers, "Gaudy Night" My views! Mine! Mine! (Unless Laser-Scan ask nicely to borrow them.) From python-uk@python.org Mon Sep 16 11:09:39 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Mon, 16 Sep 2002 11:09:39 +0100 (BST) Subject: [python-uk] Python UK conference 2003 In-Reply-To: <023101c25d62$d6075c60$545aa8c0@lslp862.int.lsl.co.uk> Message-ID: <20020916100939.45550.qmail@web14501.mail.yahoo.com> The following members of the Python UK group have kindly volunteered to do work towards organising the 2003 conference, and their roles include at least: Tim Couper: Co-ordinator Andy Robinson: External relations (with ACCU,....) Paul Brain: Publicity Simon Brunning: Content production for the website Seb Bacon: Technology elements (deployment, coding) for website Duncan Booth: TBD The team is already well underway, and in regular contact. We intend to give regular updates to this group about progress. We've already received a few kind offers to do talks to date - and I'm sure that more would be welcome. It might take us a while to getting the talk schedule organised, but please hang in there! A Tim __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Mon Sep 16 15:59:46 2002 From: python-uk@python.org (Praveen Patil) Date: Mon, 16 Sep 2002 15:59:46 +0100 Subject: [python-uk] Please help solving the problem In-Reply-To: Message-ID: Hi, Please help me in solving the problem below. step 1: I have written three dlls : a.dll , b.dll , c.dll. a.dll contains funct_A(); b.dll contains funct_B(); c.dll contains funct_C(); step 2: I am copying a.dll to directory C:\Program Files\Python\DLLs and renaming as a.pyd similarly I am copying b.dll to directory C:\Program Files\Python\DLLs. I am not renaming as b.pyd I am copying c.dll to directory C:\Program Files\Python\DLLs and renaming as c.pyd So my C:\Program Files\Python\DLLs directory contain a.pyd , b.dll , c.pyd step 3: a)Python function func_pyA() calls funct_A() b)funct_A() call funct_B() c)funct_B() call funct_C() d)funct_C() call python fuction func_pyC() step 4: I am importing a.pyd and c.pyd in python program. import a import c step 5: I am having problem in importing 'a' because 'a' need to load b.dll and c.dll. But I copied c.dll as c.pyd. Please suggest me some solution. here is my code : 1)a.c (a.dll) ---------- void func_A(); 2)b.c (b.dll) ----------- void func_B(); 3)c.c( c.dll) ----------- void func_C(); 4) example.py --------- import a import c G_Logfile = None def TestFunction(): G_Logfile = open('Pytestfile.txt', 'w') G_Logfile.write("%s \n"%'I am writing python created text file') G_Logfile.close G_Logfile = None if __name__ == "__main__": a.func_A(); ..... ..... Please help me in solving the problem. Cheers, Praveen. [ The information contained in this e-mail is confidential and is intended for the named recipient only. If you are not the named recipient, please notify us by telephone on +44 (0)1249 442 430 immediately, destroy the message and delete it from your computer. Silver Software has taken every reasonable precaution to ensure that any attachment to this e-mail has been checked for viruses. However, we cannot accept liability for any damage sustained as a result of any such software viruses and advise you to carry out your own virus check before opening any attachment. Furthermore, we do not accept responsibility for any change made to this message after it was sent by the sender.] From python-uk@python.org Mon Sep 16 16:33:37 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Mon, 16 Sep 2002 16:33:37 +0100 (BST) Subject: [python-uk] Please help solving the problem In-Reply-To: Message-ID: <20020916153337.76169.qmail@web14505.mail.yahoo.com> Python language questions should really be asked on comp.python.lang. This has the advantage of being viewed internationally, too. Tim --- Praveen Patil wrote: > Hi, > > > Please help me in solving the problem below. > > > step 1: I have written three dlls : a.dll , b.dll , > c.dll. > a.dll contains funct_A(); > b.dll contains funct_B(); > c.dll contains funct_C(); > > step 2: I am copying a.dll to directory C:\Program > Files\Python\DLLs and > renaming as a.pyd > similarly > I am copying b.dll to directory > C:\Program Files\Python\DLLs. I > am not renaming as b.pyd > I am copying c.dll to directory > C:\Program Files\Python\DLLs and > renaming as c.pyd > So my C:\Program Files\Python\DLLs > directory contain > a.pyd , b.dll , c.pyd > > step 3: a)Python function func_pyA() calls funct_A() > b)funct_A() call funct_B() > c)funct_B() call funct_C() > d)funct_C() call python fuction func_pyC() > > step 4: I am importing a.pyd and c.pyd in python > program. > import a > import c > > step 5: I am having problem in importing 'a' because > 'a' need to load b.dll > and c.dll. But I copied c.dll as c.pyd. > Please suggest me some solution. > > > here is my code : > > 1)a.c (a.dll) > ---------- > void func_A(); > > > 2)b.c (b.dll) > ----------- > void func_B(); > > 3)c.c( c.dll) > ----------- > void func_C(); > > 4) example.py > --------- > import a > import c > > G_Logfile = None > def TestFunction(): > G_Logfile = open('Pytestfile.txt', 'w') > G_Logfile.write("%s \n"%'I am writing python > created text file') > G_Logfile.close > G_Logfile = None > > if __name__ == "__main__": > a.func_A(); > ..... > ..... > > > Please help me in solving the problem. > > > Cheers, > > > Praveen. > > > [ The information contained in this e-mail is > confidential and is intended for the named recipient > only. If you are not the named recipient, please > notify us by telephone on +44 (0)1249 442 430 > immediately, destroy the message and delete it from > your computer. Silver Software has taken every > reasonable precaution to ensure that any attachment > to this e-mail has been checked for viruses. > However, we cannot accept liability for any damage > sustained as a result of any such software viruses > and advise you to carry out your own virus check > before opening any attachment. Furthermore, we do > not accept responsibility for any change made to > this message after it was sent by the sender.] > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Mon Sep 16 17:05:03 2002 From: python-uk@python.org (Duncan Booth) Date: Mon, 16 Sep 2002 17:05:03 +0100 Subject: [python-uk] CFP: UK Python Conference 2003 Message-ID: <3D860F3F.19752.495E593F@localhost> *** Call for Participation *** UK Python Conference 2003 April 2-3 2003 Holiday Inn, Oxford The UK Python Conference 2003 is being held in conjunction with the larger ACCU conference. The conference will include two days of papers arranged in 90 minute speaking slots with either one or two tracks. The audience is highly technical and will include experts in many fields of computing, some of whom may know little or nothing about Python. Talks will be welcomed on any aspect of Python, but we are especially interested in the following: - Commercial applications for Python - Cross-language talks Speakers are welcome from the UK or the rest of the world, however our budget for overseas speakers may be limited. To submit a proposal, send an email message to duncan@rcp.co.uk by 2nd October 2003. In your message, please include the following: - Speaker name and affiliation - Contact address - Presentation title - A one paragraph abstract -- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]- p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan From python-uk@python.org Tue Sep 17 09:29:21 2002 From: python-uk@python.org (Duncan Booth) Date: Tue, 17 Sep 2002 09:29:21 +0100 Subject: [python-uk] Re: [zuguk] CFP: UK Python Conference 2003 In-Reply-To: <3D860F3F.19752.495E593F@localhost> Message-ID: <3D86F5F1.17171.4CE380B8@localhost> On 16 Sep 2002 at 17:05, Duncan Booth wrote: > To submit a proposal, send an email message to > duncan@rcp.co.uk by 2nd October 2003. Even better, send it to me by 2nd October 2002. -- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]- p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan From python-uk@python.org Tue Sep 17 09:51:58 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Tue, 17 Sep 2002 09:51:58 +0100 (BST) Subject: [python-uk] Re: [zuguk] CFP: UK Python Conference 2003 In-Reply-To: <3D86F5F1.17171.4CE380B8@localhost> Message-ID: <20020917085158.76967.qmail@web14507.mail.yahoo.com> And there I was, thinking that we were *really* ahead of the game ... Tim --- Duncan Booth wrote: > On 16 Sep 2002 at 17:05, Duncan Booth wrote: > > > To submit a proposal, send an email message to > > duncan@rcp.co.uk by 2nd October 2003. > > Even better, send it to me by 2nd October 2002. > -- > Duncan Booth > > duncan@dales.rmplc.co.uk > int month(char *p){return(124864/((p[0]+p[1]- > p[2]&0x1f)+1)%12)["\5\x8\3" > "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was > obscure? > http://dales.rmplc.co.uk/Duncan > > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Tue Sep 17 09:51:58 2002 From: python-uk@python.org (=?iso-8859-1?q?Tim=20Couper?=) Date: Tue, 17 Sep 2002 09:51:58 +0100 (BST) Subject: [python-uk] Re: [zuguk] CFP: UK Python Conference 2003 In-Reply-To: <3D86F5F1.17171.4CE380B8@localhost> Message-ID: <20020917085158.76967.qmail@web14507.mail.yahoo.com> And there I was, thinking that we were *really* ahead of the game ... Tim --- Duncan Booth wrote: > On 16 Sep 2002 at 17:05, Duncan Booth wrote: > > > To submit a proposal, send an email message to > > duncan@rcp.co.uk by 2nd October 2003. > > Even better, send it to me by 2nd October 2002. > -- > Duncan Booth > > duncan@dales.rmplc.co.uk > int month(char *p){return(124864/((p[0]+p[1]- > p[2]&0x1f)+1)%12)["\5\x8\3" > "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was > obscure? > http://dales.rmplc.co.uk/Duncan > > > _______________________________________________ > python-uk mailing list > python-uk@python.org > http://mail.python.org/mailman/listinfo/python-uk __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From python-uk@python.org Thu Sep 19 14:43:11 2002 From: python-uk@python.org (Praveen Patil) Date: Thu, 19 Sep 2002 14:43:11 +0100 Subject: [python-uk] How to pass array from C to python function In-Reply-To: Message-ID: Hi , I have problem in passing array to python function. Please help me passing array to python function. Here is my 'C' program ----------------------- void RECEIVE_IL_STATE_S( int Instance , int vital_data[5]) { PyObject*arglist; PyObject* ret; PyObject* mylist; int count; mylist = PyList_New(5); for (count=0; count< 5; count++) { myint = PyInt_FromLong(vital_data[count]); PyList_Append(mylist,myint); } arglist = Py_BuildValue("O", mylist); ret = PyEval_CallObject(my_callback , arglist); Py_DECREF(arglist); Py_DECREF(ret); } Here is my Python program ------------------------- G_Logfile = None def TestFunction(a): G_Logfile = open('Pytestfile.txt', 'w') G_Logfile.write("%d \n"% a[0]) G_Logfile.write("%d \n"% a[1]) G_Logfile.close Cheers, Praveen. [ The information contained in this e-mail is confidential and is intended for the named recipient only. If you are not the named recipient, please notify us by telephone on +44 (0)1249 442 430 immediately, destroy the message and delete it from your computer. Silver Software has taken every reasonable precaution to ensure that any attachment to this e-mail has been checked for viruses. However, we cannot accept liability for any damage sustained as a result of any such software viruses and advise you to carry out your own virus check before opening any attachment. Furthermore, we do not accept responsibility for any change made to this message after it was sent by the sender.] From python-uk@python.org Mon Sep 30 16:54:41 2002 From: python-uk@python.org (Finn Treacey (LMI)) Date: Mon, 30 Sep 2002 17:54:41 +0200 Subject: [python-uk] Python training Message-ID: Hi Andy Robinson, I work in the Ericsson Competence Solutions training centre in Dublin, Ireland and am trying to source Python training for 3-4 students. Could you tell me if there are any scheduled training courses that they couuld attend? Ireland, UK or Europe would be the preffered location, and as for the timing - ASAP! Thanks for your help, Finn > E > Finn Treacey > Customer Relationship Manager, Ericsson Education > Global Expertise Center > Adelphi Centre, Dun Laoghaire, Co. Dublin, Ireland > Tel: +353 1 236 2517 > Mobile: +353 87 224 2116 > ECN: 830 42517 > If you would like to know more about the courses and services we offer, or simply wish to make a booking, please visit http://training-emea.ericsson.se/, http://www.ericsson.com/ie/training/ or http://learning.ericsson.net/ >