Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've met the same issue. Here are the steps I've tried, and it works! Hopes it works for your environment too.</p> <ol> <li><p>Uninstall the Ming 0.3.2 version by : <code> pip uninstall Ming </code></p></li> <li><p>Install 0.3.0 by: <code>pip install -Iv <a href="http://downloads.sourceforge.net/project/merciless/0.3.0/Ming-0.3.0.tar.gz" rel="nofollow">http://downloads.sourceforge.net/project/merciless/0.3.0/Ming-0.3.0.tar.gz</a> </code></p></li> <li><p>Try the example on the Ming office website again. There will be another error<br></p> <blockquote> <p>Traceback (most recent call last):<br> File "tutorial.py", line 1, in &lt;module&gt; from ming.datastore import DataStore<br><br> File "/home/me/work/deploy/test/local/lib/python2.7/site-packages/ming/<strong>init</strong>.py", line 3, in &lt;module&gt; from session import Session<br><br> File "/home/me/work/deploy/test/local/lib/python2.7/site-packages/ming/session.py", line 7, in &lt;module&gt; from pymongo.son import SON<br><br> ImportError: No module named son</p> </blockquote></li> <li><p>change the line 7 of "/home/me/work/deploy/test/local/lib/python2.7/site-packages/ming/session.py" to <code>from bson.son import SON</code></p></li> <li><p>try again. and it will works.</p></li> </ol> <p>Here is the link I've referenced. It's a Japanese webpage, but you can translate it to English by google translator. <a href="http://ryooo321.blogspot.com/2012/05/macsleepymongoose.html" rel="nofollow">http://ryooo321.blogspot.com/2012/05/macsleepymongoose.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload