Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created February 11, 2014 16:24
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 jrm2k6/8938221 to your computer and use it in GitHub Desktop.
Save jrm2k6/8938221 to your computer and use it in GitHub Desktop.
(env7)jeremydagorn@ssh:~/www/jeremydagorn-blog$ python
Python 2.7.5 (default, Feb 10 2014, 21:16:24)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lxml import etree
>>>
jeremydagorn@ssh:~/admin/log$ tail -f error.log
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] Traceback (most recent call last):
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/www/jeremydagorn-blog/jdblog.wsgi", line 27, in <module>
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] from base import app as application
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/www/jeremydagorn-blog/base.py", line 14, in <module>
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] from posts import PostWithMarkdownContent, load_blogpost, generate_previews, get_content_as_markdown
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/www/jeremydagorn-blog/posts.py", line 2, in <module>
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] import lxml.html
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/.virtualenvs/env7/lib/python2.7/site-packages/lxml/html/__init__.py", line 42, in <module>
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] from lxml import etree
[Tue Feb 11 17:17:00 2014] [error] [client 72.220.215.219] ImportError: /home/jeremydagorn/.virtualenvs/env7/lib/python2.7/site-packages/lxml/etree.so: undefined symbol: _PyObject_NextNotImplemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment