On Tuesday, August 12, 2014 4:09:13 PM UTC-3, Chris Angelico wrote: > On Wed, Aug 13, 2014 at 4:58 AM, Rob Gaddi > > <rgaddi@technologyhighland.invalid> wrote: > > > Great. And that fails in what way, on which line, with what error message? > > > > And, is that the entire program? Because if it is, then I can see at > > least one problem, a NameError. > > > > ChrisA
This appear in the terminal: >>> runfile('C://Python Scripts') File "C:\\sitecustomize.py", line 585, in runfile execfile(filename, namespace) File "C://Sin tÃtulo 38.py", line 19, in <module> hllApi = hllApiProto (("HLLAPI", hllDll), hllApiParams) AttributeError: function 'HLLAPI' not found >>> Traceback (most recent call last): File "<stdin>", line 1, in <module> -- https://mail.python.org/mailman/listinfo/python-list