Begginer in python trying to load a .dll

c1234 py camilocelyg at gmail.com
Tue Aug 12 15:13:11 EDT 2014


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 at 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>



More information about the Python-list mailing list