I'm attempting to use Gollum on an Ubuntu server to serve up markdown pages but am receiving the following error whenever I attempt to highlight any syntax.

undefined method `Py_IsInitialized' for RubyPython::Python:Module

Stack Trace:

/var/lib/gems/1.8/gems/rubypython-0.5.3/lib/rubypython.rb in start
  return false if RubyPython::Python.Py_IsInitialized != 0

/var/lib/gems/1.8/gems/pygments.rb-0.2.3/lib/pygments/ffi.rb in start
  RubyPython.start

/var/lib/gems/1.8/gems/pygments.rb-0.2.3/lib/pygments/ffi.rb in highlight
  start unless pygments
link|improve this question
what python version do you use? – NARKOZ Nov 25 '11 at 11:51
feedback

1 Answer

Check if you have these packages installed: 'python-pygments' and 'python-dev'.

link|improve this answer
Needs python-pygments and python-devel on Fedora – dwilkins May 22 at 18:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.