Downloading/unpacking xvfbwrapper
Running setup.py egg_info for package xvfbwrapper
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/Users/xxxxx.xxxxxxxxx/build/xvfbwrapper/setup.py", line 12, in <module>
with open('README.rst') as f:
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/Users/xxxxx.xxxxxxxxx/build/xvfbwrapper/setup.py", line 12, in <module>
with open('README.rst') as f:
IOError: [Errno 2] No such file or directory: 'README.rst'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /Users/xxxxx.xxxxxxxx/build/xvfbwrapper
Storing complete log in /Users/xxxxx.xxxxxxxxx/Library/Logs/pip.log
OS : Mac OSX 10.7.5
Python : 2.7.1
PIP : pip 1.1 from /Library/Python/2.7/site-packages/pip-1.1-py2.7.egg (python 2.7)
On Tuesday, November 20, 2012 7:15:49 AM UTC-7, Corey Goldberg wrote:
I recently published a module to PyPI that is useful for integrating Xvfb with a Python test suite:
`xvfbwrapper` allows you to run headless tests by creating a virtual X framebuffer for WebDriver to launch a browser into. Use it to hide the browser during test execution, or to enable running Selenium on CI servers with no display attached.
example using it with Selenium WebDriver from Python unittest:
happy hacking.
-Corey