Sometimes the python shell cannot recognize the presence of an attribute.

Steve Holden steve at holdenweb.com
Tue Mar 30 19:52:25 EDT 2010


Justin Park wrote:
> Sorry, my mistake.
> 
> The real problem is this.
> When I started working on the package, somehow all of indentations were
> made by space-bars instead of using tabs.
> But when I am implementing my own on top of it, I still use tabs to make
> indentations.
> 
> This is causing a problem.
> I have to either conform to their style and change all my tabs to the
> space-bars making up those spaces,
> or change all indentations in the previous implementations by tabs.
> But both the previous implementations and what I am going to do are also
> so large that either way is not going to be efficient.
> 
> What can I do in order to resolve this issue?
> 
You might try Googling for "expandtabs". This isn't a new problem,
though I agree it can be very vexing when it's new to you ;-)

regards
 Steve
-- 
Steve Holden           +1 571 484 6266   +1 800 494 3119
See PyCon Talks from Atlanta 2010  http://pycon.blip.tv/
Holden Web LLC                 http://www.holdenweb.com/
UPCOMING EVENTS:        http://holdenweb.eventbrite.com/




More information about the Python-list mailing list