Export to GitHub

pyp - issue #1

Trying to install on Python 2.5.2


Posted on Aug 29, 2011 by Grumpy Panda

What steps will reproduce the problem? 1. Install on OSX with Python 2.5.2

What is the expected output? What do you see instead? running pyp produces error: importError: no module named json

What version of the product are you using? On what operating system? OSX, python 2.5.2

Please provide any additional information below.

Comment #1

Posted on Aug 31, 2011 by Grumpy Lion

Hi David, I think you have a dist of python without json. You'll have to install json to get this to work. It was added in python 2.6, so upgrading your python should fix this as well:

http://docs.python.org/library/json.html

here is info on installing json.

http://sourceforge.net/projects/json-py/

I'd recommend installing a new copy of python instead, as this type of thing may come up again with other scripts, so it's better to have a current version of python to start with. You can get it here. Make sure to get the 2.72 version for your OS.

http://www.python.org/getit/

hope that helps,

Toby

Comment #2

Posted on May 5, 2012 by Grumpy Lion

The change for this is done now.

Comment #3

Posted on May 6, 2012 by Grumpy Panda

Thanks!!

Status: Fixed

Labels:
Type-Defect Priority-Medium