I cannot connect to parse.com with parse-rest API. I have a virtualenv installed and when I try to connect to parse.com It is impossible. I made a basic app and the error is:
ImportError at / No module named parse_rest.connection Request Method:GETRequest URL:http://127.0.0.1:8000/Django Version:1.7.1Exception Type:ImportErrorException Value: No module named parse_rest.connection Exception Location:H:\py_env\src\propiedades\models.py in <module>, line 6Python Executable:C:\Python27\python.exePython Version:2.7.8Python Path: ['H:\\py_env\\src', 'C:\\Windows\\SYSTEM32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages'] ******************************************** First notice that H:\py_env\Lib\site-packages is not in the Python Path, I do not why either how to. Looking for parse_rest.connection I do not see this package. It is looking at 'C:\\Python27\\lib\\site-packages' instead H:\py_env\Lib\site-packages. Maybe, there are some steps I am missing. I do really appretiate your help. Here is my configuration (py_env) H:\py_env>pip install parse_rest Downloading/unpacking parse-rest Downloading parse_rest-0.10.2013.tar.gz Running setup.py (path:H:\py_env\build\parse-rest\setup.py) egg_info for packa ge parse-rest Installing collected packages: parse-rest Running setup.py install for parse-rest Successfully installed parse-rest Cleaning up... (py_env) H:\py_env>pip freeze Django==1.7.1 parse-rest==0.10.2013 (py_env) H:\py_env>pip show --files parse_rest (py_env) H:\py_env>pip show --files parse-rest --- Name: parse-rest Version: 0.10.2013 Location: h:\py_env\lib\site-packages Requires: Files: ..\parse_rest\installation.py ..\parse_rest\query.py ..\parse_rest\settings_local.py ..\parse_rest\tests.py ..\parse_rest\__init__.py ..\parse_rest\installation.pyc ..\parse_rest\query.pyc ..\parse_rest\settings_local.pyc ..\parse_rest\tests.pyc ..\parse_rest\__init__.pyc .\ dependency_links.txt PKG-INFO SOURCES.txt top_level.txt (py_env) H:\py_env> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b32fd645-ea54-4d8e-bf31-b44792d74dcc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

