On Sun, Nov 16, 2008 at 10:19 AM, Bob Sysero llc Dev <[EMAIL PROTECTED]>wrote:
> I don't understand the IndentationError I will try to enter Tab > But my next question is after I enter r = os.system( .... > what key do I press to run the block from bash? > In case you haven't figured it out on your own by now, yes, hitting Tab will solve the indentation error. Then just hit Enter twice for the for loop to execute (once to end the r=... line, then another to let the interpreter know you're done with the loop code). Mike M. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
