| orth | triplah_w, in case you're still interested http://www.aarontrevena.co.uk/opensource/autodia/ did the trick for my code flow query |
| ko12upt | http://www.pastebin.ca/490538 take a look at the code |
| triplah_w | orth: cheers |
| ko12upt | open('/home/levon/testing', 'a').write(test) |
| deltab | ko12upt: I've read it, but I don't know what you intend it to do |
| ko12upt | okay if the site is false has errors its not going to write the url to the document right but if it doesnt have errors it will right the url to the document no 404 errors write |
| deltab | no, only if there's an IOError exception with a code attribute |
| ko12upt | exactly the site im working on only has 404 errors i just need to have it wait at 7 for 15-20 seconds enough time to see if there is a 404 error and time to write the url |
| deltab | it'll wait as long as it needs to get what you ask of it |
| delphinen | guys please help me http://pastebin.ca/490541 it dies after printing postmond starting but its weird because it does not print to /var/log/postmond.log but it prints postmond starting |
| ko12upt | aww so maybe i should put in html=urlread that way its forced to read before moving on cherio :) |
| deltab | ko12upt: yes, is that what you wanted? delphinen: why would it? you're opening /var/log/clamavmond.log |
| delphinen | it should write the actual time and some text the file its blank |
| ivazquez | Do you flush after? |
| delphinen | no |
| ivazquez | Then you can't be certain that is actually gets written out before it dies. *it |
| deltab | the file is closed |
| Blackhawk5193 | on http://www.sqlite.org/download.html what files do I need to download to use pySQLite? Just the DLL or the bindings too? |
| delphinen | im flushing now and still no text |
| action | marienz is confused |
| marienz | is confused |
| deltab | Blackhawk5193: you could use python 2.5, which includes it |
| marienz | doesn't the windows installer of python include sqlite? |