Keypirinha / SDK

Keypirinha's Software Development Kit (SDK)
http://keypirinha.com
Other
43 stars 6 forks source link

Help with set up #3

Closed mattokar closed 5 years ago

mattokar commented 5 years ago

Hello. This is not a bug report, just asking for help. Hope that is ok.

I would like to make some plugin for personal use but I have zero experience with python and having problems to set up SDK.

1. Executing cmd/kpenv does not create KEYPIRINHA_SDK in user or system variables.

2. Where are modules to import? To get auto completion etc in skeleton created via kptmpl

  1. How to add interpreter to IDE? Readme mentions some script. I tried to add VSCodeProjects\SDK-master\bin\python\x64\python.exe to Visual Studio Code (I know it is not IDE) but error happens:
Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'
Current thread 0x000032b8 (most recent call first)

Thanks to any help

EDIT: Found answers to all questions