Note that there are some explanatory texts on larger screens.

plurals
  1. POtipfy nosetest ImportError: No module named fancy_urllib
    primarykey
    data
    text
    <p>I am trying to run nosetest using tipfy and google app engine but I keep getting an import error:</p> <p>From the google_appengine directory I execute the following command (directory contains dev_appserver.py):</p> <pre><code>nosetests /Users/me/Documents/python/project/ --with-gae --without-sandbox </code></pre> <p>but I get the following error:</p> <pre><code>Traceback (most recent call last): File "/usr/local/bin/nosetests", line 8, in &lt;module&gt; load_entry_point('nose==0.11.4', 'console_scripts', 'nosetests')() File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/core.py", line 117, in __init__ **extra_args) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py", line 816, in __init__ self.parseArgs(argv) File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/core.py", line 134, in parseArgs self.config.configure(argv, doc=self.usage()) File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/config.py", line 323, in configure self.plugins.configure(options, self) File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/plugins/manager.py", line 270, in configure cfg(options, config) File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/plugins/manager.py", line 93, in __call__ return self.call(*arg, **kw) File "/Library/Python/2.6/site-packages/nose-0.11.4-py2.6.egg/nose/plugins/manager.py", line 161, in simple result = meth(*arg, **kw) File "build/bdist.macosx-10.6-universal/egg/nosegae.py", line 84, in configure File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py", line 51, in &lt;module&gt; import fancy_urllib ImportError: No module named fancy_urllib </code></pre> <p>I can load the tipfy hello_world project without any errors and I have other app engine projects on the same machine, all running fine.</p> <p>Using a mac os x 10.6.6 and I have both nose and nosegae installed. I have also tried to execute the same command from within the /Users/me/Documents/python/project/ folder but I get the same result</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.
 

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