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

entry point on windows is fake news #41

Closed
florian-schummer opened this issue Jun 16, 2017 · 2 comments
Closed

entry point on windows is fake news #41

florian-schummer opened this issue Jun 16, 2017 · 2 comments

Comments

@florian-schummer
Copy link

slack-export-viewer will be installed as an entry-point; run from anywhere.

doesn't work
#makeslackviewergreatagain

also running from hand, by starting the mainscript on the command prompt doesn't work and doesn't give any errors....

@hfaran
Copy link
Owner

hfaran commented Jun 17, 2017

I don't know what to tell you, other than you're doing it wrong. :P

The likely issue I'm guessing is that you don't have the Scripts folder where these get installed by pip in your PATH . For example, here is where it lives on my Windows 10 machine with the Anaconda distribution of Python 3:

~ $ pip install slack-export-viewer
Collecting slack-export-viewer
  Downloading slack_export_viewer-0.2.0-py3-none-any.whl
Requirement already satisfied: flask in d:\anaconda3\lib\site-packages (from slack-export-viewer)
Collecting emoji (from slack-export-viewer)
  Downloading emoji-0.4.5.tar.gz
Requirement already satisfied: click in d:\anaconda3\lib\site-packages (from slack-export-viewer)
Collecting markdown2 (from slack-export-viewer)
  Downloading markdown2-2.3.4.zip (158kB)
    100% |████████████████████████████████| 163kB 3.5MB/s
Requirement already satisfied: Werkzeug>=0.7 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: Jinja2>=2.4 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: itsdangerous>=0.21 in d:\anaconda3\lib\site-packages (from flask->slack-export-viewer)
Requirement already satisfied: MarkupSafe>=0.23 in d:\anaconda3\lib\site-packages (from Jinja2>=2.4->flask->slack-export-viewer)
Building wheels for collected packages: emoji, markdown2
  Running setup.py bdist_wheel for emoji ... done
  Stored in directory: C:\Users\Hamza\AppData\Local\pip\Cache\wheels\75\b9\77\3cd7736de28a84776484d5be31787bee579da34df0ec5134e2
  Running setup.py bdist_wheel for markdown2 ... done
  Stored in directory: C:\Users\Hamza\AppData\Local\pip\Cache\wheels\65\84\77\507a06e7a58f1289032d6d3e357818e981766b1dd828d33c7d
Successfully built emoji markdown2
Installing collected packages: emoji, markdown2, slack-export-viewer
Successfully installed emoji-0.4.5 markdown2-2.3.4 slack-export-viewer-0.2.0
~ $ which slack-export-viewer
D:\Anaconda3\Scripts\slack-export-viewer.EXE

@hfaran
Copy link
Owner

hfaran commented Jun 17, 2017

also running from hand, by starting the mainscript on the command prompt doesn't work and doesn't give any errors....

As for this, I have no idea what your environment is like, so I can't offer any help here unless you provide more details.
I'm going to close this issue, but feel free to follow up with more questions if you have them.

@hfaran hfaran closed this as completed Jun 17, 2017
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

2 participants