[Scons-users] Scons script stopped working - error: The system cannot find the path specified.

Žarko Coklin zcoklin at hotmail.com
Tue May 10 16:50:35 EDT 2016


Hm, I should correct myself a bit. I created a python script which goes like this:

from optparse import OptionParser
import os, sys
print ("Hello")
os.system("dir")


And the problem seems to be Python related cause the output goes like this:
C:\Code\Code_7.31>python zarko.py
Hello
The system cannot find the path specified.
Volume in drive C is OS
Volume Serial Number is 4C17-8448
Directory of C:\Code\Code_7.31
10/05/2016  04:39 PM    <DIR>          .
10/05/2016  04:39 PM    <DIR>          ..
18/02/2016  12:32 PM         2,097,952 $TEMP$.TMP
09/05/2016  12:48 PM             7,908 .cproject
17/07/2013  09:49 AM               787 .project
....

So the problem may be more Python than Scons related.

Zarko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160510/3dd23804/attachment.html>


More information about the Scons-users mailing list