Git Product home page Git Product logo

pysuggest's People

pysuggest's Issues

Problem building

Ran $python setup.py build 

running build
running build_py
copying suggest.py -> build/lib.linux-i686-2.5
running build_ext
building 'suggest' extension
swigging suggest.i to suggest_wrap.c
swig -python -o suggest_wrap.c suggest.i
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c suggest_wrap.c -o
build/temp.linux-i686-2.5/suggest_wrap.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
build/temp.linux-i686-2.5/suggest_wrap.o -L. -lsuggest -o
build/lib.linux-i686-2.5/suggest.so
/usr/bin/ld: cannot find -lsuggest
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1



Original issue reported on code.google.com by [email protected] on 22 Sep 2008 at 3:09

problems using package

I tried to install pysuggest on Ubuntu,

both commands worked:
------------------------------
python setup.py build
python setup.py install 
------------------------------
running install
running build
running build_py
copying suggest.py -> build/lib.linux-i686-2.7
running build_ext
running build_scripts
running install_lib
copying build/lib.linux-i686-2.7/suggest.so -> 
/usr/local/lib/python2.7/dist-packages
running install_scripts
copying build/scripts-2.7/test_suggest.py -> /usr/local/bin
changing mode of /usr/local/bin/test_suggest.py to 755
running install_data
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/pysuggest-1.0.egg-info
Writing /usr/local/lib/python2.7/dist-packages/pysuggest-1.0.egg-info
------------------------------
but when I try to import the module, i get the following error msg:

Traceback (most recent call last):
  File "recom.py", line 1, in <module>
    import suggest
ImportError: dynamic module does not define init function (initsuggest)

Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 1:34

64 bit wrapper

Hi, I was wondering if somebody might be able to provide some assistance
compiling the pysuggest wrapper on a 64 bit system. Thanks.

Original issue reported on code.google.com by [email protected] on 27 May 2008 at 3:22

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.