try scite. Its good and works fine on Linux as well as Windows<br><br>Ramdas <br><br><div class="gmail_quote">On Fri, May 2, 2008 at 11:46 AM, Biju Chacko &lt;<a href="mailto:botsie@nixcartel.org">botsie@nixcartel.org</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;"><div class="Ih2E3d">Anand Balachandran Pillai wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
This is a common pitfall encountered by the brand-newbie.<br>
Use a good editor which does a good job of &quot;untabifying&quot;<br>
your code.<br>
<br>
I use emacs+python-mode. I use tabs for writing my code<br>
since it is easy to indent code using tabs in emacs. I have defined<br>
a macro which converts tabs to spaces when saving the file.<br>
<br>
Make sure you use some good editor which allows you<br>
complete control over your tabs and spaces. Refer to previous<br>
discussions on Python editors in this list if you want some guidance.<br>
</blockquote>
<br></div>
If you are a vim user you can add:<br>
<br>
set expandtabs<br>
<br>
to your .vimrc to ensure that vim indents with only spaces.<br><font color="#888888">
<br>
-- b</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
BangPypers mailing list<br>
<a href="mailto:BangPypers@python.org" target="_blank">BangPypers@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
</div></div></blockquote></div><br>