Re: libpython2.7.so, /usr/lib or /usr/lib64, Liquid error parsing markdown

2012-05-01 Thread Toshio Kuratomi
On Tue, May 01, 2012 at 12:25:30PM +0700, Nick Fenwick wrote: > On 05/01/2012 11:47 AM, Nick Fenwick wrote: > > python-2.7.2-5.2.fc16.x86_64 > > > It seems that because I had only the 64 bit python rpms installed, I didn't > have the 32 bit libraries. > > > ln -s /usr/lib64/libpython2.

Re: libpython2.7.so, /usr/lib or /usr/lib64, Liquid error parsing markdown

2012-04-30 Thread Nick Fenwick
On 05/01/2012 11:47 AM, Nick Fenwick wrote: python-2.7.2-5.2.fc16.x86_64 It seems that because I had only the 64 bit python rpms installed, I didn't have the 32 bit libraries. ln -s /usr/lib64/libpython2.7.so /usr/lib/libpython2.7.so This was a hack. Installing i686 architecture fixed my

libpython2.7.so, /usr/lib or /usr/lib64, Liquid error parsing markdown

2012-04-30 Thread Nick Fenwick
Hi all, I'm a first time poster looking for guidance about what seems to be a configuration or packaging problem on my system. I'm running Octopress, a blogging framework in Ruby, which uses Liquid running via Python to parse some embedded code blocks into a pretty format. Environment: Fedor