Done some further investigation on this and it doesn&#39;t appear to necessarily be nose-django or windows. Sadly I&#39;m not sure what it is but I have reduced it to a short reproducible example described below and attached. This all works fine under one of my Ubuntu linux machines but fails under my windows &amp; Fedora machines (one of each). All are running python 2.5.1 and (I believe) pretty much the same versions of everything else.<br>

<br>Given the following dir/file structure:<br><br>/tmp<br>&nbsp;&nbsp;&nbsp; /project<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __init__.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; settings.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /app<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __init__.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; models.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; views.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /tests<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test_app.py<br><br>in test_app.py:<br>from app import views<br><br>running nosetests (even without --with-django) from project, app, or tests returns me &quot;ImportError: No module named app&quot;.<br><br>
Am I pulling some stupid python module mistake (and if so, why would it work under one of my machines)??<br><br>Appreciate any clues,<br><br>&nbsp; -- Ben<br><br><div class="gmail_quote">On Sat, May 17, 2008 at 10:31 AM, Victor Ng &lt;<a href="mailto:crankycoder@gmail.com" target="_blank">crankycoder@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hmm... I&#39;ll try updating the pypi package. I&#39;ve made a couple modifications and I am actually using it under Windows in my daily work on my contract, but I don&#39;t have access to a Windows installed right now...<div>


<br></div><div>Can you give me more details on what&#39;s wrong with nose-django for you? &nbsp;I think I might have my old Windows installer lying around.</div><div><br></div><div>thanks,</div><div><div><div><div><div>vic<div>

<div></div><div><br>
&lt;snip&gt;<br clear="all"><br></div></div>-- <br>&quot;Never attribute to malice that which can be adequately explained by stupidity.&quot; - Hanlon&#39;s Razor<br>
</div></div></div></div></div>
</blockquote></div><br>
I fear it&#39;s so!<br>