Re: consume Google API through REST API

2020-02-26 Thread New Django user
> On Wednesday, 26 February 2020 18:00:09 UTC+5:30, New Django user wrote: >> >> I am new to Django and building a simple webpage where the user can >> upload a file and then that file will be processed using Google API. I am >> done with creating a user login page bu

consume Google API through REST API

2020-02-26 Thread New Django user
I am new to Django and building a simple webpage where the user can upload a file and then that file will be processed using Google API. I am done with creating a user login page but not sure how to start with the 2nd part i.e. file upload and Google API. Can anyone help me or suggest some tuto

Re: Please help:ImportError: No module named django

2014-08-03 Thread New Django User
t when you do the following? > > Python 2.7.6 > > >>> import sys > >>> sys.path > > On Thu, Jul 24, 2014 at 1:23 PM, New Django User > wrote: > > Hi, I have problems with Django in windows 7. > > > > I installed Django using Windows Powe

Re: Please help:ImportError: No module named django

2014-08-03 Thread New Django User
ks. Xuan On Thursday, July 24, 2014 4:07:26 PM UTC-4, Matt Gushee wrote: > > Hi, Liu Xuan-- > > What result do you get when you do the following? > > Python 2.7.6 > > >>> import sys > >>> sys.path > > On Thu, Jul 24, 2014 at 1:23 P

Please help:ImportError: No module named django

2014-07-24 Thread New Django User
Hi, I have problems with Django in windows 7. I installed Django using Windows Powershell: PS C:\Python27> pip install django Requirement already satisfied (use --upgrade to upgrade): django in c:\anaconda\lib\site-package. However, when I run "import django" in Python 2.7.6 shell, it showed t