NameSilo

Python Problem

Spaceship Spaceship
Watch

Barrucadu

Established Member
Impact
64
I have made a webserver in python, and I am trying to add PHP support to it;

Code:
cmd = '"'+path_to_php+'" '+hostfiles+file

This outputs, for example:
Code:
"E:/Servers/Abyss/PHP5/php-cgi.exe" E:/programming/python/httpd/subfolder/2/phptext.php

I then execute it with:
Code:
contents = commands.getoutput(cmd)

But when the command is executed, I always get:
Code:
'{' is not recognised as an internal or external command, operable program, or batch file.

Any ideas?

<edit>
Fixed, turned out that commands.getoutput() isn't supported on windows
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back