crs4 / notredam

Automatically exported from code.google.com/p/notredam
http://www.notredam.org
17 stars 4 forks source link

Notredam has undocumented dependency on python-simplejson #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Install notredam on a new server
2.  Try to run notredam
3.  Installation fails.

What is the expected output? What do you see instead?

Lots of errors, stemming from the fact that python-simplejson is not provided.

What version of the product are you using? On what operating system?

1.6

Please provide any additional information below.

I've submitted a fix, which you can pull from 
http://code.google.com/r/benjkamm-notredam/source/detail?r=01c5ae36e680191512709
757d6b79e2d2bae9805

Original issue reported on code.google.com by benj.k...@gmail.com on 16 Jun 2011 at 1:11

GoogleCodeExporter commented 9 years ago
Hi,

have you installed NotreDAM on ubuntu 10.04?
Can you explain in detail your procedure to install it?

NotreDAM uses django.utils.simplejson so it hasn't dependency on 
python-simplejson.

The version 1.6rc2 is stable on ubuntu 10.04.

I remember that we have a forum: http://opendam.freeforums.org/

Original comment by fabrizio.solinas83@gmail.com on 16 Jun 2011 at 1:22

GoogleCodeExporter commented 9 years ago
I did a clean install of ubuntu-server-10.04
Installed notredam following the directions online, from deb sources.
ran `python notredam.py --runserver run`
and generated 3 pages of error messages, which I did not save.
Perusing them, I noticed that it was failing to load simplejson.
installing simplejson from apt solved the problem.

Original comment by benj.k...@gmail.com on 16 Jun 2011 at 1:27

GoogleCodeExporter commented 9 years ago
ok, I will test on server distribution, have you installed ubuntu-server-10.04 
32 or 64 bit?

Original comment by fabrizio.solinas83@gmail.com on 16 Jun 2011 at 1:32

GoogleCodeExporter commented 9 years ago
i386.  I'll be away for the coming month, or else I'd be happy to help 
investigate.

Original comment by benj.k...@gmail.com on 16 Jun 2011 at 1:33

GoogleCodeExporter commented 9 years ago
added python-simplejson dependency in deb package

Original comment by mdrio1...@gmail.com on 1 Aug 2011 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by mdrio1...@gmail.com on 1 Aug 2011 at 2:54