I
I
Ilyas2017-02-18 21:49:44
Python
Ilyas, 2017-02-18 21:49:44

How to decrypt this exit code?

I'm trying to run a django project in pycharm and I keep getting the following exit code:

"C:\Program Files (x86)\JetBrains\PyCharm 2016.3.2\bin\runnerw.exe" C:\Users\user\virtualenv\my_django\Scripts\python.exe C:/Users/user/PycharmProjects/django_p/manage.py runserver 8000

Process finished with exit code -1073741819 (0xC0000005)

If I run from the command line, then everything is ok:
(my_django) C:\Users\user\virtualenv>C:\Users\user\virtualenv\my_django\Scripts\python.exe C:/Users/user/PycharmProjects/django_p/manage.py runserver 8000
Performing system checks...

System check identified no issues (0 silenced).
February 18, 2017 - 21:46:48
Django version 1.10.5, using settings 'django_p.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

I tried to google this exit code, I didn’t find anything
if I use the global interpreter, then everything is the same
, tell me, what could be the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2017-02-18
@id2669099

https://youtrack.jetbrains.com/issue/PY-17069#comm...

S
sim3x, 2017-02-18
@sim3x

https://intellij-support.jetbrains.com/hc/en-us/co...

In windows this error code is the one of access violation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question