Re: Invalid syntax on line 16 of manage.py

2020-07-20 Thread Arpana Mehta
Creating a virtual environment and then working might solve this issue.

On Mon, 20 Jul 2020 at 15:28, Douglas Ii  wrote:

> While following the tutorial for creating your first Django app, I run
> into a problem when entering the command line "python manage.py runserver"
> into my terminal. I am using a mac and I get the Error message:
>
>
> File "manage.py", line 16
>
> ) from exc
>
>  ^
>
> SyntaxError: invalid syntax
>
>
> What can I do to resolve this issue
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/834b6043-1440-48a6-9d86-a22322f10847o%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGyqUuWJNBCGMtRPqrY7EQerwfV-uHB-KtDQiRFKoJJHmUJ28Q%40mail.gmail.com.


Re: Invalid syntax on line 16 of manage.py

2020-07-20 Thread Larry Martell
On Mon, Jul 20, 2020 at 5:57 AM Douglas Ii  wrote:
>
> While following the tutorial for creating your first Django app, I run into a 
> problem when entering the command line "python manage.py runserver" into my 
> terminal. I am using a mac and I get the Error message:
>
>
> File "manage.py", line 16
>
> ) from exc
>
>  ^
>
> SyntaxError: invalid syntax
>
>
> What can I do to resolve this issue

What version of python do you have? What version of django? How did
you install django?

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY5SmqQB4dPgfCRHEtO_mRHzK-MoDnKy4Y1Xw9EYgxfZ-Q%40mail.gmail.com.


Invalid syntax on line 16 of manage.py

2020-07-20 Thread Douglas Ii
While following the tutorial for creating your first Django app, I run into 
a problem when entering the command line "python manage.py runserver" into 
my terminal. I am using a mac and I get the Error message:


File "manage.py", line 16

) from exc

 ^

SyntaxError: invalid syntax


What can I do to resolve this issue

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/834b6043-1440-48a6-9d86-a22322f10847o%40googlegroups.com.