Skip to content
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

How-to query for Windows #13

Open
RefShah opened this issue Oct 25, 2018 · 3 comments
Open

How-to query for Windows #13

RefShah opened this issue Oct 25, 2018 · 3 comments

Comments

@RefShah
Copy link

RefShah commented Oct 25, 2018

Hello,
python and github novice here, so pardon me if this is out of order here.

on windows with anaconda, how does one run the following example:
icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list

above has a shell prompt, so i presume is for linux

what i have done on windows are as follows:

  • pip install icon_font_to_png (on anaconda cmdline, success)
  • icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on anaconda cmdline, failed: 'icon-font-to-png' is not recognized ...)
  • icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on windows cmdline at C:\Users\user\Anaconda3\Scripts>, failed: 'icon-font-to-png' is not recognized ...)

Kindly advise please. TIA

@Jeremy-Yan-Liu
Copy link

I have the same problem as you. I've tried to add environment variable like icon-font-to-png, but it still doesn't work. Such a novice I am.

@pigbayspy
Copy link

You can try add "python" before the command, but when I run "python .\icon-font-to-png --download font-awesome", it throw a TimeoutError

@fishtrees
Copy link

fishtrees commented May 23, 2022

try this (replace <you user dir> with your real windows username):
python C:\Users\<you user dir>\AppData\Local\Programs\Python\Python39\Scripts\icon-font-to-png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants