Skip to content

Instantly share code, notes, and snippets.

@admc
Created April 28, 2009 21:09
Show Gist options
  • Save admc/103399 to your computer and use it in GitHub Desktop.
Save admc/103399 to your computer and use it in GitHub Desktop.
dhcp-10-10-24-246% windmill safari http://127.0.0.1:8000
Leopard libedit detected.
ERROR: Cannot figure out interface name, please set NETWORK_INTERFACE_NAME in local settings file
Traceback (most recent call last):
File "/usr/local/bin/windmill", line 8, in <module>
load_entry_point('windmill==1.2pre', 'console_scripts', 'windmill')()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/bin/windmill_bin.py", line 32, in main
admin_lib.command_line_startup()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/bin/admin_lib.py", line 352, in command_line_startup
shell_objects = setup()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/bin/admin_lib.py", line 178, in setup
shell_objects_dict['browser'] = getattr(shell_objects, browser[0].lower())()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/bin/shell_objects.py", line 59, in start_safari
controller.start()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/browser/safari.py", line 143, in start
self.set_proxy_mac()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/browser/safari.py", line 101, in set_proxy_mac
interface_name = find_default_interface_name()
File "/Users/adam/Documents/projects/windmill/trunk/windmill/browser/safari.py", line 72, in find_default_interface_name
admin_lib.teardown(admin_lib.shell_objects_dict)
File "/Users/adam/Documents/projects/windmill/trunk/windmill/bin/admin_lib.py", line 192, in teardown
shell_objects['clear_queue']()
KeyError: 'clear_queue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment