-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make blessed dependency optional #32
Comments
I took a stab at it. @flywire Can you checkout the windows branch and tell me how it works for you? |
On Wed, Oct 28, 2015 at 9:35 AM, Fabrice Laporte notifications@github.com
Regards |
Yes, same format as config.json.
I would recommend going with option 1 as being efficient in the way matchings are entered and stored has been a top priority during qifqif development. You can benefit from the auto-completion and don't have to worry about json formatting + qifqif will reject a match that is not found in the transaction.
Having conf files names starting with a dot and located in the Home directory (aka Good luck 🍀 |
I reformatted and sorted the list I sent you On Wed, Oct 28, 2015 at 9:35 I will test the full funtionality of qifqif.py under windows (ie generate Regards On Wed, Oct 28, 2015 at 5:07 PM, Fabrice Laporte notifications@github.com
|
Can you confirm the correct way to install the branch and where the python PATH=C:\ProgramData\Oracle\Java\javapath;C:\Python27;C:\Python27\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program csv in F:\gnutest Regards On Wed, Oct 28, 2015 at 12:37 PM, flywire flywire0@gmail.com wrote:
|
then
or where you're cloning the branch on your hard drive is irrelevant. I don't know what csv files you're talking about. |
I meant qif not csv. qifqif is not running for me yet. F:\Max>git clone https://github.com/Kraymer/qifqif/
I uninstalled qifqif, navigated to When I type 'qifqif' a notepad++ session starts with qifqif.py. I have
|
It's normal that you have this _curses related error since you're trying to install the official release when you do
Retry that but do a |
F:\Max\qifqif-windows>python setup.py install On Sat, Oct 31, 2015 at 10:27 AM, Fabrice Laporte notifications@github.com
|
oups, sorry for that
|
I copied version.py across manually and 'python setup.py install' F:\Max>qifqif -h
|
When you have this message in python it means you must install the module => pip install readline |
F:\Max>pip install readline
Command "python setup.py egg_info" failed with error code 1 in |
Pip install pyreadline should make it. Sorry for the hassle |
qifqif should work in degraded mode (no colors, no fullscreen ) when blessed is not available, as it is the case on Windows.
The text was updated successfully, but these errors were encountered: