Closed
Bug 1144210
Opened 11 years ago
Closed 11 years ago
Warning: your mozrunner package is installed at ... which does not seem to be located inside the Jetpack SDK
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1143357
People
(Reporter: evold, Unassigned)
Details
I see this now when I try to use cfx, probably because I recently ran `brew update && brew upgrade`
Eriks-iMac:addon-sdk erikvold$ source bin/activate
Warning: your mozrunner package is installed at /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mozrunner-6.3-py2.7.egg/mozrunner, which does not seem to be located inside the Jetpack SDK. This may cause problems, and you may want to uninstall the other version. See bug 556562 for more information.
Welcome to the Add-on SDK. For the docs, visit https://developer.mozilla.org/en-US/Add-ons/SDK
(addon-sdk)Eriks-iMac:addon-sdk erikvold$ cfx test -b /Applications/FirefoxNightly.app/ -v -f window:Path
Warning: missing module: ${id}
Traceback (most recent call last):
File "/Users/erikvold/github/addon-sdk/bin/cfx", line 33, in <module>
cuddlefish.run()
File "/Users/erikvold/github/addon-sdk/python-lib/cuddlefish/__init__.py", line 909, in run
from cuddlefish.runner import run_app
File "/Users/erikvold/github/addon-sdk/python-lib/cuddlefish/runner.py", line 110, in <module>
class RemoteFennecRunner(mozrunner.Runner):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str
| Reporter | ||
Comment 1•11 years ago
|
||
Ah cfx.. this is bug 556562 which was never fixed, and more reason that we should implement bug 1143357.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•