In <[EMAIL PROTECTED]>, len wrote:

> mycode = "TagToSQL['mySQLfieldname'] = Tagfile['Value']"
> exec mycode

Why do you use ``exec`` here?  Why not simply::

  TagToSQL['mySQLfieldname'] = Tagfile['Value']

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to