Eric Wertman schrieb:
> A simple yet dangerous and rather rubbish solution (possibly more of a
> hack than a real implementation) could be achieved by using a
> technique described above:
>
> echo exec('python foo.py');
This will spawn a Python interpreter, and not be particularly
On Fri, Apr 25, 2008 at 03:29:49PM +0200, Diez B. Roggisch wrote:
> Nick Stinemates schrieb:
>>> While I certainly prefer to use Python wherever I can, that does not mean
>>> that there aren't cases where legacy systems or other constraints make
>>> this impossible. If I have e.g. a type3-based w
> > A simple yet dangerous and rather rubbish solution (possibly more of a
> > hack than a real implementation) could be achieved by using a
> > technique described above:
> >
> > > echo exec('python foo.py');
>
> This will spawn a Python interpreter, and not be particularly
> effi
On Apr 23, 9:08 pm, MC <[EMAIL PROTECTED]> wrote:
> If you are under Windows, you can:
> - call Python's functions via Active-Scripting
> - call a Python COM server (functions or properties)
>
> For that, use Pywin32. And, in all cases, call functions can use
> parameters.
This is perhaps the p
On Apr 25, 4:02 pm, sturlamolden <[EMAIL PROTECTED]> wrote:
> On Apr 23, 9:13 pm, [EMAIL PROTECTED] wrote:
>
> > A simple yet dangerous and rather rubbish solution (possibly more of a
> > hack than a real implementation) could be achieved by using a
> > technique described above:
>
> > > e
On Apr 23, 9:13 pm, [EMAIL PROTECTED] wrote:
> A simple yet dangerous and rather rubbish solution (possibly more of a
> hack than a real implementation) could be achieved by using a
> technique described above:
>
> echo exec('python foo.py');
This will spawn a Python interpreter, and not
Nick Stinemates schrieb:
While I certainly prefer to use Python wherever I can, that does not mean
that there aren't cases where legacy systems or other constraints make this
impossible. If I have e.g. a type3-based website - "how on earth" should I
replace that with Python (without wasting a l
On Apr 24, 5:51 am, Nick Stinemates <[EMAIL PROTECTED]> wrote:
> I don't understand how the 2 are mutually exclusive?
>
> You can have PHP and Python bindings installed on the same Apache
> server, unless I'm mistaken?
Not everyone have the luxury of having mod_python installed. It
depends on the
> While I certainly prefer to use Python wherever I can, that does not mean
> that there aren't cases where legacy systems or other constraints make this
> impossible. If I have e.g. a type3-based website - "how on earth" should I
> replace that with Python (without wasting a lot of time)?
I do
A simple yet dangerous and rather rubbish solution (possibly more of a
hack than a real implementation) could be achieved by using a
technique described above:
What is rubbish about that - except from the obvious cleansing of input
variables that has to take place? Python has a whole module d
On Wed, 23 Apr 2008 20:42:44 +0200, Diez B. Roggisch wrote:
> vijay schrieb:
>> Hi
>> I have a python code performing some computation for me.I have a
>> html page which passes certain argumnets to a php page.This php page
>> needs to pass on the value to the Python class and get the result
>>
On Apr 23, 7:42 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> vijay schrieb:
>
> > Hi
> > I have a python code performing some computation for me.I have a
> > html page which passes certain argumnets to a php page.This php page
> > needs to pass on the value to the Python class and get th
Hi!
If you are under Windows, you can:
- call Python's functions via Active-Scripting
- call a Python COM server (functions or properties)
For that, use Pywin32. And, in all cases, call functions can use
parameters.
--
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/lis
vijay schrieb:
Hi
I have a python code performing some computation for me.I have a
html page which passes certain argumnets to a php page.This php page
needs to pass on the value to the Python class and get the result
back.
How do I go about this??
Write a commandline-app in python, that do
On Wed, Apr 23, 2008 at 11:09:53AM -0700, vijay wrote:
> Hi
> I have a python code performing some computation for me.I have a
> html page which passes certain argumnets to a php page.This php page
> needs to pass on the value to the Python class and get the result
> back.
> How do I go about t
15 matches
Mail list logo