On 15/6/2013 10:46 μμ, Jarrod Henry wrote:
Nick, at this point, you need to hire someone to do your work for you.
The code is completely ready.
Some detail is missing and its not printing the files as expected.
Irrelevant to my question i just noticed weird behavior about my
pelatologio.py script which can be seen here:
http://superhost.gr/?show=stats
The first 3 files are of my doing.
All the rest are of someone else's that managed to append entries into
my counters database utilizing this code:
================
try:
#find the needed counter for the page URL
cur.execute('''SELECT ID FROM counters WHERE url = %s''', page )
data = cur.fetchone() #URL is unique, so should only be
one
if not data:
#first time for page; primary key is automatic, hit is
defaulted
cur.execute('''INSERT INTO counters (url) VALUES
(%s)''', page )
cID = cur.lastrowid #get the primary key value
of the new record
======================
Does someone want to state something?
--
What is now proved was at first only imagined!
--
http://mail.python.org/mailman/listinfo/python-list