cygwin - What's the structure of a valid Python SDK? -


what minimal structure of files , directories required "valid" python (2.7) sdk?

why i'm asking:

i'm trying import virtualenv set via cygwin pycharm ide, file location c:\cygwin64\home\myuser\.virtualenvs\myvirtualenv\bin\python2.7. pycharm fails message "cannot set python sdk @ c:\cygwin64\home\myuser\.virtualenvs\myvirtualenv\bin\python2.7. sdk seems invalid." however, can import global cygwin python interpreter located @ c:\cygwin64\bin\python2.7.exe. diff shows no binary difference between files, assume pycharm isn't finding elusive something.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -