Created
April 2, 2013 17:54
-
-
Save freynaud/5294512 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
selenium git:(ios-driver) ✗ ./go //py:mobileSafari_test:run | |
(in /Users/freynaud/Documents/workspace/selenium) | |
virtualenv --no-site-packages build/python | |
New python executable in build/python/bin/python | |
Installing distribute......................................................................................................................................................................................done. | |
build/python/bin/pip install third_party/py/py-1.4.13.tar.gz third_party/py/pytest-2.3.4.zip | |
Unpacking ./third_party/py/py-1.4.13.tar.gz | |
Running setup.py egg_info for package from file:///Users/freynaud/Documents/workspace/selenium/third_party/py/py-1.4.13.tar.gz | |
Unpacking ./third_party/py/pytest-2.3.4.zip | |
Running setup.py egg_info for package from file:///Users/freynaud/Documents/workspace/selenium/third_party/py/pytest-2.3.4.zip | |
Cleaning up... | |
build/python/bin/python setup.py install | |
running install | |
install_dir /Users/freynaud/Documents/workspace/selenium/build/python/lib/python2.7/site-packages/ | |
running bdist_egg | |
running egg_info | |
writing selenium.egg-info/PKG-INFO | |
writing top-level names to selenium.egg-info/top_level.txt | |
writing dependency_links to selenium.egg-info/dependency_links.txt | |
reading manifest file 'selenium.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.xpi' under directory 'py/selenium/webdriver/firefox' | |
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/x86' | |
warning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/amd64' | |
writing manifest file 'selenium.egg-info/SOURCES.txt' | |
installing library code to build/bdist.macosx-10.5-intel/egg | |
running install_lib | |
running build_py | |
byte-compiling build/bdist.macosx-10.5-intel/egg/selenium/test/selenium/webdriver/browser_specific_template.py to browser_specific_template.pyc | |
SyntaxError: ('invalid syntax', ('build/bdist.macosx-10.5-intel/egg/selenium/test/selenium/webdriver/browser_specific_template.py', 20, 59, 'from selenium.##PACKAGE_NAME## import ##GENERAL_FILENAME##\n')) | |
installing package data to build/bdist.macosx-10.5-intel/egg | |
running install_data | |
error: can't copy 'py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so': doesn't exist or not a regular file | |
go aborted! | |
Command failed with status (1): [build/python/bin/python setup.py install...] | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment