NameError: name 'pyver' is not defined

Pavan Rikhi pavan.rikhi at gmail.com
Thu Mar 6 03:53:40 EST 2014


On Wed, Mar 05, 2014 at 10:53:46PM -0800, שולמית מירל wrote:
> execfile(configfile,globals())

You could replace the above line in cvstop4lib.py with the following:

    exec(open(configfile).read(), globals())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: GnuPG Digital Signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20140306/a39f9fa6/attachment.sig>


More information about the Python-list mailing list