Re: [C++] Python extension available

2006-09-20 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] That sounds good - unfortunately Windows doesn't support sym links, so we have to have a slightly different process. The current build creates TuscanySCA.dll from TuscanySCAModule.cpp only and puts it and TuscanySCAProxy.py into extensions/python/bin. Ok, I can chan

Re: Properties and references in Python components, was: [C++] Python extension available

2006-09-17 Thread Jean-Sebastien Delfino
Andrew Borley wrote: On 9/15/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Andrew Borley wrote: [snip] > In other news, I have just added in support for properties to the Python > extension: > - A composite with a property defined in a component and the associated > .componentType f

Re: [C++] Python extension available

2006-09-17 Thread Andrew Borley
On 9/16/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Andrew Borley wrote: > Good to hear you got it going! :-) > To answer your questions: > > > On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> Jean-Sebastien Delfino wrote: >> > Jean-Sebastien Delfino wrote: >> > >> > And

Re: Properties and references in Python components, was: [C++] Python extension available

2006-09-17 Thread Andrew Borley
On 9/15/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Andrew Borley wrote: [snip] > In other news, I have just added in support for properties to the Python > extension: > - A composite with a property defined in a component and the associated > .componentType file: > > >

Re: [C++] Python extension available

2006-09-15 Thread Jean-Sebastien Delfino
Andrew Borley wrote: Good to hear you got it going! :-) To answer your questions: On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Jean-Sebastien Delfino wrote: > Jean-Sebastien Delfino wrote: > > Andy, > > I got your Python library building on Linux. It's pretty cool and I'm > no

Properties and references in Python components, was: [C++] Python extension available

2006-09-15 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] In other news, I have just added in support for properties to the Python extension: - A composite with a property defined in a component and the associated .componentType file: true Is automatically instantiated and assigned the property val

Re: [C++] Python extension available

2006-09-14 Thread Andrew Borley
Good to hear you got it going! :-) To answer your questions: On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Jean-Sebastien Delfino wrote: > Jean-Sebastien Delfino wrote: > > Andy, > > I got your Python library building on Linux. It's pretty cool and I'm > now trying to integrate

Re: [C++] Python extension available

2006-09-13 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: Andrew Borley wrote: Hi all, I've just checked in code to support SCA clients written in Python and references in Python components. The updated PythonCalculator sample under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/

Re: [C++] Python extension available

2006-09-13 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Andrew Borley wrote: Hi all, I've just checked in code to support SCA clients written in Python and references in Python components. The updated PythonCalculator sample under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/PythonCalculator

Re: [C++] Python extension available

2006-09-13 Thread Jean-Sebastien Delfino
Andrew Borley wrote: Hi all, I've just checked in code to support SCA clients written in Python and references in Python components. The updated PythonCalculator sample under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/PythonCalculator

Re: [C++] Python extension available

2006-09-13 Thread Andrew Borley
Hi all, I've just checked in code to support SCA clients written in Python and references in Python components. The updated PythonCalculator sample under http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/PythonCalculator

Re: [C++] Python extension available

2006-09-06 Thread Andrew Borley
On 9/6/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Andrew Borley wrote: [snip] > A few issues came up when I was developing the extension: > 1) The code currently depends on the CPP extension code, specifically for > the interface.cpp which is used by the extension just to get the scop

Re: [C++] Python extension available

2006-09-05 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] A few issues came up when I was developing the extension: 1) The code currently depends on the CPP extension code, specifically for the interface.cpp which is used by the extension just to get the scope and remotable attributes. Are these two attributes specific to C+

Re: [C++] Python extension available

2006-09-01 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] Hi all, The implementation.python extension code is now checked in, alongside an updated Calculator sample that allows you to substitute the current C++ implementation of DivideService for a Python one - see the Python module in samples/Calculator/CalculatorComposit

Re: [C++] Python extension available

2006-09-01 Thread Jean-Sebastien Delfino
Andrew Borley wrote: Hi all, The implementation.python extension code is now checked in, alongside an updated Calculator sample that allows you to substitute the current C++ implementation of DivideService for a Python one - see the Python module in samples/Calculator/CalculatorComposite/Divid

[C++] Python extension available

2006-09-01 Thread Andrew Borley
Hi all, The implementation.python extension code is now checked in, alongside an updated Calculator sample that allows you to substitute the current C++ implementation of DivideService for a Python one - see the Python module in samples/Calculator/CalculatorComposite/DivideServiceImpl.py and the