Re: [PythonCE] Python within another application

2005-05-17 Thread mike
Quoting James Salter <[EMAIL PROTECTED]>: > Hi all. > > A few years back I implemented Python scripting in a win32 ftp client. I > was wondering if the procedure would be similar, or possible, on a CE app. > > James The issue is whether the C API is exposed in the same way. The answer is probably

Re: [PythonCE] Python within another application

2005-05-17 Thread James Salter
Thanks for the prompt advice Fuzzy. Getting into the guts of python may be acceptable, depending on whether its going to be worth it. Anyone willing to indulge me even further by mounting a case for python in favour of a VBScript / Jscript host (apart from the fact that VBScript is vile)? James

Re: [PythonCE] Python within another application

2005-05-17 Thread mike
Quoting James Salter <[EMAIL PROTECTED]>: > Thanks for the prompt advice Fuzzy. > > Getting into the guts of python may be acceptable, depending on whether its > going to be worth it. > > Anyone willing to indulge me even further by mounting a case for python in > favour of a VBScript / Jscript ho

Re: [PythonCE] Python within another application

2005-05-17 Thread Anthony Tuininga
Just for your information we are using the current Python 2.3.4 distribution unchanged as an embedded interpreter for a PocketBuilder application and it is working just fine. We do the same thing for a few of our PoweBuilder applications on standard Windows machines and the same code works on both