View Single Post
  #5  
Old 10-29-2009, 08:18 AM
jincheker jincheker is offline
Member
 
Join Date: Oct 2009
Posts: 15
Quote:
Originally Posted by IGoudt View Post
Python can behave annoying sometimes when it comes to mixed indentation with tabs and spaces. Especially in the Vizard environment this can be stressing, I have 2 solutions for this:

1: Use Eclipse (or another IDE tool) to create your code and then run the code with vizard. (If you use the search you can check how to use Vizard inside Eclipse)

2: copy the code with the wrong indentation to notepad, there you can remove all the tabs and whitespaces, then copy the plaintext to the vizard IDE and all the indentation should be gone so you can rebuild it properly
Thank you very much
Reply With Quote