Morgan243 / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

src/tools/ipm.py: independent from current work directory #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

$ cd python-on-a-chip
$ python src/tools/ipm.py -f src/platform/desktop/pmfeatures.py -d

Traceback (most recent call last):
  File "src/tools/ipm.py", line 410, in <module>
    main()
  File "src/tools/ipm.py", line 373, in main
    conn, pmfeatures_filename = parse_cmdline()
  File "src/tools/ipm.py", line 366, in parse_cmdline
    c = PipeConnection()
  File "src/tools/ipm.py", line 102, in __init__
    self.open(target)
  File "src/tools/ipm.py", line 110, in open
    stderr=subprocess.PIPE,
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

What version of the product are you using? On what operating system?

https://python-on-a-chip.googlecode.com/hg/
changeset:   769:023aa07d0bed
branch:      v10

Please provide any additional information below.

patch-example for fixing this problem: file 
'independent-from-current-work-directory.patch-example'

thanks in advance!

Original issue reported on code.google.com by polymor...@gmail.com on 15 Mar 2011 at 1:42

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 54cfe8ed122f.

Original comment by dwhall...@gmail.com on 18 Mar 2011 at 10:06

GoogleCodeExporter commented 8 years ago
Thanks for the report and the patch, Andrej.

Original comment by dwhall...@gmail.com on 18 Mar 2011 at 10:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision e6fad03f97ec.

Original comment by dwhall...@gmail.com on 8 Apr 2011 at 3:23