blag / pyp

Automatically exported from code.google.com/p/pyp
0 stars 0 forks source link

Trying to install on Python 2.5.2 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by davidlee...@gmail.com on 29 Aug 2011 at 5:05

GoogleCodeExporter commented 9 years ago
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 

Original comment by tobyro...@gmail.com on 31 Aug 2011 at 4:41

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by tobyro...@gmail.com on 5 May 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Thanks!!

Original comment by davidlee...@gmail.com on 6 May 2012 at 3:30