slackcat icon indicating copy to clipboard operation
slackcat copied to clipboard

Slackcat under python 3.5 in git bash/msysgit on Windows fails to find "slack" module

Open henhal opened this issue 7 years ago • 4 comments

$ slackcat
Traceback (most recent call last):
  File "c:\users\foo\appdata\local\programs\python\python35\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\foo\appdata\local\programs\python\python35\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\foo\AppData\Local\Programs\Python\Python35\Scripts\slackcat.exe\__main__.py", line 5, in <module>
  File "c:\users\foo\appdata\local\programs\python\python35\lib\site-packages\slackcat\__main__.py", line 8, in <module>
    import slack
ImportError: No module named 'slack'

henhal avatar Jun 18 '18 17:06 henhal

PR #4 fixes this

smn avatar Jul 25 '18 07:07 smn

Is there a reason why this branch isn't yet merged ?

Riduidel avatar Dec 13 '18 16:12 Riduidel

🤷‍♂️

smn avatar Dec 13 '18 16:12 smn

@nficano Are you still there ?

Riduidel avatar Dec 13 '18 17:12 Riduidel