GithubHelp home page GithubHelp logo

royalur's People

Contributors

jheled avatar msheby avatar yoooli avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

yoooli msheby

royalur's Issues

curses-gui crashes

Occured while trying to put a stone out of the board (i.e. Position 8 and dice value 4)

loading database...,
done.
Traceback (most recent call last):
File "./bin/curses-gui", line 375, in
curses.wrapper(ut_interface)
File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "./bin/curses-gui", line 326, in ut_interface
assert validBoard(board),str(board)
AssertionError: [-1, 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, -1, 0, 0, 0]

setup.py Can't import a module that is not yet installed

Hi,
Thanks for this effort. I love it. There is a tiny bug in 'setup.py. If you in setup.py` do:

from royalur import __version__

The import system will also try to import all the submodule in __init__.py, which are not yet available for new users/developers, You hence have to extract the __version__ from __init__.py (or whatever file that contains the version information) without importing the module from setup.py.

Some ideas from stack overflow:
https://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package

(I manually hacked this the dirty way)

Thanks,
Øystein

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.