|
python Finance Demo error |
Posted by Al Bruno on Apr-04-2013 01:59 |
|
[Wed Apr 03 13:30:04 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't create child process: 720002: financedemo.py
[Wed Apr 03 13:30:04 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't spawn child process: C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/py/financedemo.py
[Wed Apr 03 13:30:09 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't create child process: 720002: financedemochart.py
[Wed Apr 03 13:30:09 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't spawn child process: C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/py/financedemochart.py
[Wed Apr 03 13:33:55 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't create child process: 720002: FinanceChart.py
[Wed Apr 03 13:33:55 2013] [error] [client 127.0.0.1] (OS 2)The system cannot find the
file specified. : couldn't spawn child process: C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/py/FinanceChart.py
I am able to run python scripts
however, i am unable to get the finance chart demos to run.
the directory path and files are correct - though it says that it cannot find the file?
python 2.7.3 apache 2.2
what do you think is the issue?
thanks in advance... |
Re: python Finance Demo error |
Posted by Peter Kwan on Apr-04-2013 03:16 |
|
Hi Al Bruno,
Are you able to run Python scripts from Apache? You may try to create a Python file "aaa.py" containing:
#!/usr/bin/python
print "<html><body>Hello World!</body></html>"
then put that file in "C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/py/aaa.py", then try to access this script. Does it produce the "Hello World" web page?
Regards
Peter Kwan |
Re: python Finance Demo error |
Posted by Al Bruno on Apr-04-2013 03:29 |
|
Strange very strange....
I have a complicated python script that is 300 lines greater than hello world that generates
a webpage
but the hello world that you sent does not open.. ....
The issue is mine.. at the moment..
thanks i will report back when i investigate more..
Best,
Al |
|