GithubHelp home page GithubHelp logo

nlehuen / pytst Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 7.0 3.36 MB

C++ Ternary Search Tree implementation with Python bindings

Home Page: http://nicolas.lehuen.com/

License: MIT License

C 3.93% C++ 69.45% Java 6.94% Python 19.45% Batchfile 0.23%

pytst's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pytst's Issues

PIP and easy_install can't find setup information

When running pip or easy_install (on Mac - but this is platform-neutral), neither can find setup files. I believe setup.py has to be at the top level or you have to tell PyPI which directory it's in:

[adam@bidz tester1]$ pip install pytst
Downloading/unpacking pytst
Could not find any downloads that satisfy the requirement pytst
No distributions at all found for pytst
Storing complete log in ./pip-log.txt
[adam@bidz tester1]$ easy_install pytst
Searching for pytst
Reading http://pypi.python.org/simple/pytst/
Reading http://nicolas.lehuen.com/
Reading http://nicolas.lehuen.com/download/
Reading http://nicolas.lehuen.com/index.php/Pytst
Reading http://nicolas.lehuen.com/download/pytst/
Reading http://github.com/nlehuen/pytst
No local packages or download links found for pytst
error: Could not find suitable distribution for Requirement.parse('pytst')
[adam@bidz tester1]$

building pytst on linux (debian lenny)

python setup.py build
didn't work for me. The followin command raised an exception:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSCANNER -I../include -I/usr/local/include/python2.6 -c tst_wrap.cxx -o build/temp.linux-x86_64-2.6/tst_wrap.o
I had to replace gcc by g++
Then, I still have some warnings but it seems to work.

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.