Closed Bug 669100 Opened 13 years ago Closed 13 years ago

cfx: "SyntaxError: invalid syntax" at cuddlefish/runner.py", line 68

Categories

(Add-on SDK Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 669460

People

(Reporter: asqueella, Unassigned)

References

Details

Current addon-sdk tip (df9e138fefe98ba1e831e1516e23ada71f9f356f)

Python 2.5.1 (r251:54863, Dec 16 2010, 14:12:43) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin

$ cfx test
Traceback (most recent call last):
  File "/Users/nickolay/dev/addon-sdk/bin/cfx", line 29, in <module>
    cuddlefish.run()
  File "/Users/nickolay/dev/addon-sdk/python-lib/cuddlefish/__init__.py", line 763, in run
    from cuddlefish.runner import run_app
  File "/Users/nickolay/dev/addon-sdk/python-lib/cuddlefish/runner.py", line 68
    process = subprocess.Popen(*popenargs, stdout=subprocess.PIPE, **kwargs)
                                                ^
SyntaxError: invalid syntax

From runner.py's blame, it's probably due to the patch in bug 642453.
Bug 669460 is a duplicate of this, but there's activity on that bug, including a patch with review, so marking this bug a duplicate of that one.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.