Giter VIP home page Giter VIP logo

clid's Introduction

Hi ! I'm Gokul Soumya ๐Ÿ‘‹

I'm a college senior from India, doing my engineering degree in CS.

I love the command line and spend most of my time there :)

I'm currently working on...

  1. Helix - A modern text editor inspired from vim and kakoune
  2. A note-taking app similar to Obsidian

clid's People

Contributors

sudormrfbin avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

sp1tf1r3

clid's Issues

Install Error

cant get it to build/install

Kernel: 4.12.13-1-ARCH x86_64 bits: 64 Desktop: Xfce 4.12.4 Distro: Antergos Linux
Python 3.6.2

$ sudo pip install clid
Collecting clid
  Using cached clid-0.6.3.tar.gz
Requirement already satisfied: npyscreen in /usr/lib/python3.6/site-packages (from clid)
Requirement already satisfied: stagger in /usr/lib/python3.6/site-packages (from clid)
Requirement already satisfied: configobj in /usr/lib/python3.6/site-packages (from clid)
Installing collected packages: clid
  Running setup.py install for clid ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-sm7vjhks/clid/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-vnm6821v-record/install-record.txt --single-version-externally-managed --compile:
    running install
    error: [Errno 2] No such file or directory: '/tmp/pip-build-sm7vjhks/clid/clid/NEW.txt'

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-sm7vjhks/clid/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-vnm6821v-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-sm7vjhks/clid/

clid crashes at start

I'm running Funtoo and just installed it via pip.

$ clid
Traceback (most recent call last):
  File "/home/johan/.local/bin/clid", line 11, in <module>
    sys.exit(run())
  File "/home/johan/.local/lib64/python3.4/site-packages/clid/__main__.py", line 8, in run
    main.ClidApp().run()
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/apNPSApplication.py", line 30, in run
    return npyssafewrapper.wrapper(self.__remove_argument_call_main)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/npyssafewrapper.py", line 41, in wrapper
    wrapper_no_fork(call_function)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/npyssafewrapper.py", line 97, in wrapper_no_fork
    return_code = call_function(_SCREEN)    
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/apNPSApplication.py", line 25, in __remove_argument_call_main
    return self.main()
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/apNPSApplicationManaged.py", line 148, in main
    self.onStart()
  File "/home/johan/.local/lib64/python3.4/site-packages/clid/main.py", line 158, in onStart
    self.addForm("MAIN", ClidInterface)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/apNPSApplicationManaged.py", line 55, in addForm
    fm = FormClass( parentApp=self, *args, **keywords)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/fmFormMuttActive.py", line 215, in __init__
    super(FormMuttActiveTraditional, self).__init__(*args, **keywords)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/fmFormMutt.py", line 27, in __init__
    super(FormMutt, self).__init__(cycle_widgets=cycle_widgets, *args, **keywords)
  File "/home/johan/.local/lib64/python3.4/site-packages/npyscreen/fmForm.py", line 70, in __init__
    self.create()
  File "/home/johan/.local/lib64/python3.4/site-packages/clid/main.py", line 133, in create
    self.set_value(self.DATA_CONTROLER())   # isn't automatically done(open issue ?)
  File "/home/johan/.local/lib64/python3.4/site-packages/clid/database.py", line 27, in __init__
    self.load_files_and_set_values()   # set `file_dict` and `_values` attribute
  File "/home/johan/.local/lib64/python3.4/site-packages/clid/database.py", line 39, in load_files_and_set_values
    base = configobj.ConfigObj(CONFIG)['music_dir']
  File "/usr/lib64/python3.4/site-packages/configobj.py", line 554, in __getitem__
    val = dict.__getitem__(self, key)
KeyError: 'music_dir'

My ~/Music is a symlink, if that has something to do with it.

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.