Re: ModuleNotFoundError: No module named 'datetime'

2020-01-09 Thread bhushan Gupta
==4.7.1 On Mon, Jan 6, 2020 at 10:10 AM Kasper Laudrup wrote: > Hi Bhushan, > > On 06/01/2020 18.20, Bhushan Gupta wrote: > > Recreated virtual environment – no change. > > > > Inside your virtual environment, what's the output of: > > # pip freeze > >

RE: ModuleNotFoundError: No module named 'datetime'

2020-01-06 Thread Bhushan Gupta
uot; from cmdline. On Fri, Jan 3, 2020 at 7:09 PM sanusi ibrahim adekunle wrote: You do not have datetime module installed on your virtual environment.  To install, type this command: "pip install datetime" On Fri, Jan 3, 2020, 18:37 bhushan Gupta wrote: I want to use Django to build a s

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread bhushan Gupta
\bin\ On Friday, January 3, 2020 at 9:38:27 AM UTC-8, bhushan Gupta wrote: > > I want to use Django to build a simple portal. I have done the following > on Windows 10 > installed Python 3.8 and pip > Installed virtualenv > Created an env 'cargo' > Installed Djengo 3.0.1

ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread bhushan Gupta
I want to use Django to build a simple portal. I have done the following on Windows 10 installed Python 3.8 and pip Installed virtualenv Created an env 'cargo' Installed Djengo 3.0.1 Set the path: C:\Program Files (x86)\Python38-32\ C:\Program Files (x86)\Python38-32\Python.exe C:\Program