Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created April 13, 2013 08:55
Show Gist options
  • Select an option

  • Save cdeil/5377659 to your computer and use it in GitHub Desktop.

Select an option

Save cdeil/5377659 to your computer and use it in GitHub Desktop.
$ sampy
[SAMP] Info (2013-04-13T10:54:55.893243): Hub set to run with Web Profile support enabled.
Exception AttributeError: "'SAMPHubServer' object has no attribute '_is_running'" in <bound method SAMPHubServer.__del__ of <astropy.vo.samp.core.SAMPHubServer object at 0x10b023990>> ignored
ERROR: ValueError: need more than 1 value to unpack [astropy.vo.samp.core]
Traceback (most recent call last):
File "/Users/deil/Library/Python/2.7/bin/sampy", line 5, in <module>
pkg_resources.run_script('astropy==0.3.dev3731', 'sampy')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 505, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 1245, in run_script
execfile(script_filename, namespace, namespace)
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/astropy-0.3.dev3731-py2.7-macosx-10.8-x86_64.egg/EGG-INFO/scripts/sampy", line 3, in <module>
sampy.main()
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/astropy-0.3.dev3731-py2.7-macosx-10.8-x86_64.egg/astropy/vo/samp/core.py", line 4766, in main
except IOError, (errno, strerror):
ValueError: need more than 1 value to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment