editing XML via DOM

2004-12-20 Thread jaco
mple lines that creates and saves some XML data? Cheers, Jaco -- http://mail.python.org/mailman/listinfo/python-list

Re: python intergration bus ?

2005-01-04 Thread Jaco Smuts
ed accross some others at sourceforge, but this should get you started. jaco -- http://mail.python.org/mailman/listinfo/python-list

Re: How can I get the names of the files in a directory?

2005-01-15 Thread Jaco Smuts
have a look at the glob module Sara Fwd <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/15/2005 03:10 PM To python-list@python.org cc Subject How can I get the names of the files in a directory? Can you guys also help me find a module that looks in a directory and print

SAP IDOC with python

2005-02-10 Thread Jaco Smuts
ne got any experience suggestions on this? thanks in advance jaco -- http://mail.python.org/mailman/listinfo/python-list

suse 9 python has no distutils.core ?

2005-03-01 Thread Jaco Smuts
on rpmfind.net, but I still got the same problem? I've looked on google and saw other people seem to have the same problem, but I have not seen any solutions. I'm busy downloading the 2.4 source distro - will this solve the problem? is there a solution to the problem? thanks for

leave

2005-03-24 Thread Jaco Smuts
I will be out of the office starting 2005/03/20 and will not return until 2005/04/02. I will respond to your message when I return. This email and all contents are subject to the following disclaimer: "http://www.clover.co.za/disclaimer"; -- http://mail.python.org/mailman/listinfo/python-li

multithreading - managing transactions and sequence of processing

2006-05-22 Thread Jaco Smuts
not necessarily being thread safe. I've looked at this recipe http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/302997 as a possible replacement for dictionary's but I'm not even sure if I'm using it correctly. thank you jaco -- http://mail.python.org/mailman/listinfo/python-list

Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
ine the calling conventions manually? Or is there a setting wrong somewhere in my application project? If anybody can give some guidance it would be greatly appreciated. Thanks Jaco -- http://mail.python.org/mailman/listinfo/python-list

Re: Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
On Jul 23, 9:59 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Jaco Naude wrote: > > 1>application.obj : error LNK2031: unable to generate p/invoke for > > "extern "C" void __clrcall Py_Exit(int)" (?Py_Exit@@[EMAIL PROTECTED]); >

Re: Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
On Jul 23, 12:16 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Jaco Naude wrote: > > good point. I agree that the problem is probably due to name mangling. > > I'm not sure how its possible to tell the application that the DLL is > > a C dll? I've looked at th

Re: Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
On Jul 23, 1:10 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Jaco Naude wrote: > > What Visual C++ is doing is that it is looking for mangled names since > > it does not know the DLL contains C functions. I've managed to work > > around this by declaring the Py

Re: Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
On Jul 23, 1:50 pm, Jaco Naude <[EMAIL PROTECTED]> wrote: > On Jul 23, 1:10 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > > > Jaco Naude wrote: > > > What Visual C++ is doing is that it is looking for mangled names since > > > it does not kn

Re: Undefined calling conventions in Python.h

2008-07-23 Thread Jaco Naude
On Jul 23, 2:08 pm, Ben Sizer <[EMAIL PROTECTED]> wrote: > On Jul 23, 11:43 am, Jaco Naude <[EMAIL PROTECTED]> wrote: > > > What Visual C++ is doing is that it is looking for mangled names since > > it does not know the DLL contains C functions. I've managed t