Is there anyway to import several files at once. My program is split into 35 files and I have to import them one at a time. It is extremely tedious.
Also, I'm trying to open up a pickle that is 8 megs large. It takes a lot of time and it crashes before it opens. Is this normal? Of course, I can chop it up into 8 sections and put it back together, but I would rather not do that.