Skip to content

Instantly share code, notes, and snippets.

@lahwran
Created February 18, 2016 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahwran/94e085e48fe220418d4f to your computer and use it in GitHub Desktop.
Save lahwran/94e085e48fe220418d4f to your computer and use it in GitHub Desktop.
From initialization of 'my_plugin':
Traceback (most recent call last):
File "<builtin>/?", line 3, in anonymous
NameError: global name 'sys' is not defined
pypy version: 4.1.0
sys.path: ['/Users/lahwran/cffi_pypy_embed_test/lib/lib_pypy/__extensions__', '/Users/lahwran/cffi_pypy_embed_
test/lib/lib_pypy', '/Users/lahwran/cffi_pypy_embed_test/lib/lib-python/2.7', '/Users/lahwran/cffi_pypy_embed_
test/lib/lib-python/2.7/lib-tk', '/Users/lahwran/cffi_pypy_embed_test/lib/lib-python/2.7/plat-darwin', '/Users
/lahwran/cffi_pypy_embed_test/lib/lib-python/2.7/plat-mac', '/Users/lahwran/cffi_pypy_embed_test/lib/lib-pytho
n/2.7/plat-mac/lib-scriptpackages']
function do_stuff() called, but initialization code failed. Returning 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment