Skip to content

Instantly share code, notes, and snippets.

@josip
Created May 3, 2010 18:27
Show Gist options
  • Save josip/388415 to your computer and use it in GitHub Desktop.
Save josip/388415 to your computer and use it in GitHub Desktop.
import windmill
from windmill.bin import admin_lib
admin_lib.configure_global_settings()
windmill.settings['TEST_URL'] = "http://127.0.0.1:3456/"
windmill.settings['START_FIREFOX'] = True
windmill.settings['JAVASCRIPT_TEST_DIR'] = os.path.join(os.path.dirname(os.path.abspath(__file__)), "tests")
admin_lib.setup()
windmill.server.proxy: INFO Could not fullfill proxy request to http://127.0.0.1:3456/en-GB/firefox/headlines.xml
Exception in thread Thread-33 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 532, in __bootstrap_inner
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 484, in run
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 562, in process_request_thread
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 448, in close_request
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 188, in close
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment