Windows Error after installing

Issue #70 resolved
Former user created an issue

I cloned to my desktop. And on my windows CMD i typed py setup.py install. In my project i added "postman" and now im trying to runserver. I get this error.

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Aron\AppData\Local\Programs\Python\Python35-32\lib\site-packages\django_postman-3.3.1-py3.5.egg\postman\migrations'

Please help.

  • attached is screenshot of full error msg. Thanks

Comments (4)

  1. Patrick Samson repo owner
    • changed status to open

    No one else than you can investigate the problem. You have a clear message stating that a file doesn't exist but you do not report your observation about the existence of the file.

  2. Cristian Salamea

    Hi i can confirm this error, i follow this:

    • clone repo, cd repo
    • python setup.py install

    then in my virtualenva active

    • python manage.py migrate

    Here i am using django 1.9

    There some issue with installation, with python setup.py develop works fine.

  3. Patrick Samson repo owner

    What is the format of your installed egg in site-packages? Is it a file or a folder?

    It should be a folder. If it's a file, you may try python setup.py easy_install --always-unzip instead of simple install.

  4. Log in to comment