curlyc
Posts: 15
Joined: Wed Feb 01, 2017 4:30 am

limmited lines of code

Sun Feb 05, 2017 3:32 am

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

stderr
Posts: 2178
Joined: Sat Dec 01, 2012 11:29 pm

Re: limmited lines of code

Sun Feb 05, 2017 3:47 am

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
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
Posts: 15
Joined: Wed Feb 01, 2017 4:30 am

Re: limmited lines of code

Sun Feb 05, 2017 3:51 am

35-50,000

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: limmited lines of code

Sun Feb 05, 2017 12:02 pm

I assume this is related to this thread: viewtopic.php?f=32&t=173214&p=1107439#p1107439

Have you not managed to reduce your lines of code?
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

curlyc
Posts: 15
Joined: Wed Feb 01, 2017 4:30 am

Re: limmited lines of code

Sun Feb 05, 2017 6:31 pm

not yet, i do intend to, one of the repliers over there gave me a couple outdated scripts i cant get to work right yet, but i intend to fix them as soon as i can

in the mean time i am building my structure one layer at a time (one layer per .py)

stderr
Posts: 2178
Joined: Sat Dec 01, 2012 11:29 pm

Re: limmited lines of code

Sun Feb 05, 2017 9:31 pm

curlyc wrote:in the mean time i am building my structure one layer at a time (one layer per .py)
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.

Return to “Python”