kdexd/yolog

error?

dimitrieh opened this issue ยท 11 comments

getting following error when trying out, installed by pip.. using wrong version of python?

Traceback (most recent call last):
  File "/usr/local/bin/yolog", line 7, in <module>
    from yolog.main import main
  File "/usr/local/lib/python3.5/site-packages/yolog/main.py", line 46
    print help_description
                         ^
SyntaxError: Missing parentheses in call to 'print'
kdexd commented

@dimitrieh Yes, this lacks Python3 support right now. Issue #3 is open for that. Let me fix it today. ๐Ÿ˜„

@karandesai-96 gotya! thanks for the work! ๐Ÿ˜„

kdexd commented

@dimitrieh Please follow these steps to build it from source:

git clone https://www.github.com/karandesai-96/yolog
cd yolog
python setup.py install --force

Please see whether any error is present or not. Let me know if there is.

works like a horse! I like the cleaner look and extra options!

image

Will i have to deinstall this and install from pip again, if wanted to update via it? As now i need to know manually if there is an updated version no?

kdexd commented

Awesome ! I am planning to add more flexibility in future versions, this is a very early state. You may "Watch" this repository for getting updates.

Will i have to deinstall this and install from pip again, if wanted to update via it? As now i need to know manually if there is an updated version no?

Yes, I was waiting for your reply, whether it works or not, as I only have Python 2.7 installed. I will quickly bump the version to 0.2.2 on pip. You can delete the local repository and reinstall it to get 0.2.2 and subsequent versions can be directly updated. Cheers ! ๐Ÿ˜„

cheers! and I will

kdexd commented

It is done, you can get 0.2.2 from PyPI.

ha, not to much at home in this;) how would i go and uninstall the local repo? where is it?

kdexd commented

The path where you installed it - if you are using ubuntu, check out using ls command.

oh wait, think i already got it with which yolog