I would think that you'd find your sanity limiting the file size before you reached the limit that the system should be allowing. Can you give a rough idea how many lines you are talking about?curlyc wrote:can i use one .py to run 5 or 6 .py files as i seem to be limited in how much goes into one file
Why are you needing so many lines of code when you are just starting out and not building a Microsoft Word clone in python? I would start out with something more manageable.curlyc wrote:in the mean time i am building my structure one layer at a time (one layer per .py)