Forum: Python Aug 23rd, 2005 |
| Replies: 7 Views: 21,440 Re: reading from a file with python try f.readlines() instead of f.read()
f.read() is basically doing it's job, reading one line at a time. With readlines() though, the whole thing becomes an object that you can then iterate through... |
Forum: Troubleshooting Dead Machines Aug 23rd, 2005 |
| Replies: 1 Views: 5,142 Re: Toshiba Tecra 8200 wont boot after cmos fail ok
this may have no effect at all, but take out the battery and all the memory dimms and let sit for 5 minutes. Put it all back in, hit the reset plug in the front with a paperclip (gently) and... |