Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76142

Re: Begginer in python trying to load a .dll

Newsgroups comp.lang.python
Date 2014-08-12 12:13 -0700
References <3dade0aa-55ca-4e52-af08-8104e9edf4c3@googlegroups.com> <b6940b3e-c5b0-4f73-a830-32a3aae82654@googlegroups.com> <20140812115854.19cdccad@rg.highlandtechnology.com> <mailman.12896.1407870555.18130.python-list@python.org>
Message-ID <e2f1ec37-df79-4397-8370-efb91a763287@googlegroups.com> (permalink)
Subject Re: Begginer in python trying to load a .dll
From c1234 py <camilocelyg@gmail.com>

Show all headers | View raw


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>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Begginer in python trying to load a .dll c1223 <camilocelyg@gmail.com> - 2014-08-12 11:36 -0700
  Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 04:44 +1000
  Re: Begginer in python trying to load a .dll Skip Montanaro <skip@pobox.com> - 2014-08-12 13:48 -0500
  Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 19:52 +0100
  Re: Begginer in python trying to load a .dll Chris Kaynor <ckaynor@zindagigames.com> - 2014-08-12 11:55 -0700
  Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 11:56 -0700
    Re: Begginer in python trying to load a .dll Rob Gaddi <rgaddi@technologyhighland.invalid> - 2014-08-12 11:58 -0700
      Re: Begginer in python trying to load a .dll Chris Angelico <rosuav@gmail.com> - 2014-08-13 05:09 +1000
        Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:13 -0700
          Re: Begginer in python trying to load a .dll Laurent Pointal <laurent.pointal@laposte.net> - 2014-08-19 18:44 +0200
            Re: Begginer in python trying to load a .dll "ElChino" <elchino@cnn.cn> - 2014-08-19 19:46 +0200
  Re: Begginer in python trying to load a .dll Christian Gollwitzer <auriocus@gmx.de> - 2014-08-12 21:16 +0200
    Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-12 12:25 -0700
      Re: Begginer in python trying to load a .dll Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-12 21:17 +0100
        Re: Begginer in python trying to load a .dll c1234 py <camilocelyg@gmail.com> - 2014-08-13 08:25 -0700

csiph-web