- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
pip3 list DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning. certifi (2017.7.27.1) chardet (3.0.4) Django (1.11.6) idna (2.6) limesurveyrc2api (1.0.0) <=== it's there! pip (9.0.1) pytz (2017.2) requests (2.18.4) setuptools (36.5.0) urllib3 (1.22) wheel (0.30.0)
acBook-Pro-de-Brad:~ bradrhoads$ python3 Python 3.6.3 (default, Oct 4 2017, 06:09:15) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from limesurveyrc2api.limesurvey import LimeSurvey Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'limesurveyrc2api.limesurvey' >>>