Giter Club home page Giter Club logo

nflog-bindings's People

Contributors

chifflier avatar crossow avatar nitmir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nflog-bindings's Issues

Missing exception.c

Since commit 84f3ec0 I'am not able to compil with the following error:

[ -d build ] || mkdir build; \
cd build && cmake -DDEBUG=1 -DCMAKE_VERBOSE_MAKEFILE=0 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local  .. && make
-- Configuring done
CMake Error at /usr/share/cmake-3.0/Modules/UseSWIG.cmake:199 (add_library):
  Cannot find source file:

    ../exception.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Call Stack (most recent call first):
  python/CMakeLists.txt:18 (SWIG_ADD_MODULE)


-- Build files have been written to: /home/admin/Programmes/nflog-bindings/build
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 1

Is the file exception.c missing or am I missing something ?

ImportError: dynamic module does not define init function (init_nflog)

Then I try to import nflog in python I now got this :

In [1]: import nflog
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-98fda8c4e762> in <module>()
----> 1 import nflog

/usr/local/lib/python2.7/dist-packages/nflog.py in <module>()
     26                 fp.close()
     27             return _mod
---> 28     _nflog = swig_import_helper()
     29     del swig_import_helper
     30 else:

/usr/local/lib/python2.7/dist-packages/nflog.py in swig_import_helper()
     22         if fp is not None:
     23             try:
---> 24                 _mod = imp.load_module('_nflog', fp, pathname, description)
     25             finally:
     26                 fp.close()

ImportError: dynamic module does not define init function (init_nflog)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.