Git Product home page Git Product logo

culour's People

Contributors

1v avatar spellr avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

Forkers

penntaylor 1v

culour's Issues

the called object returned no result

When i go to my address book page and export any of address book the browser shows:

the called object returned no result

There isn't any problem when selecting some cards and export it!!!

ImportError: cannot import name 'addstr'

i have the following issue:

$ pip3 install culour
$ python3
Python 3.8.5 (default, Jan 27 2021, 15:41:15) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import culour
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/zyugyzarc/.local/lib/python3.8/site-packages/culour/__init__.py", line 1, in <module>
    from culour import addstr
ImportError: cannot import name 'addstr' from partially initialized module 'culour' (most likely due to a circular import) (/home/zyugyzarc/.local/lib/python3.8/site-packages/culour/__init__.py)

config: amd/ubuntu_64, Konsole as a terminal.

_curses.error: init_pair() returned ERR

 File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 102, in addstr
    return _inner_addstr(window, string, y, x)
  File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 73, in _inner_addstr
    _add_line(y, x, window, line)
  File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 51, in _add_line
    default_color_pair = _get_color(curses.COLOR_WHITE, curses.COLOR_BLACK)
  File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 31, in _get_color
    curses.init_pair(pair_num, fg, bg)
_curses.error: init_pair() returned ERR

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.