-1

Can someone help me? I have a project on Node.js(Cappuccino framework), and I must to use with the project my Python script. How to do this deal?

1 Answers1

1

You did not consult Google before asking. Searching for 'node.js execute python' got me HERE. I'm guessing this is what you want.

I'm guessing because you're not being very clear. Next time be more specific.

Community
  • 1
  • 1
cpb2
  • 798
  • 1
  • 9
  • 17
  • I know about child-processes. But, this app creat on cappuccino framework. And I have problem becouse of this. app.js has some redirect to the cappuccino. And child-process don't work, or i do something wrong. – user3201862 Jan 16 '14 at 10:22
  • I think, app.js must has something like this: app.get('/', routes.index); But with another script(which call python script, with some parameters,as child-process) instead of index.js. – user3201862 Jan 16 '14 at 10:27