TypeError: dict object is not callable (inside Thread function)

2021-10-17 Thread Hima Bindu chowdary
Hi guys, I am getting an error in a program which is using threading to perform functions simultaneously, this process is a job which is run once per hour, The data that comes in is from a view in sql. The function that we call in target arg returns a dictionary and says "dict object is

Re: Unable to create a new virtual environement 'test'

2019-12-11 Thread Hima Bindu chowdary
it worked! really appreciate the help! On Wednesday, December 4, 2019 at 10:24:30 PM UTC+5:30, Manjunatha C wrote: > > Python -m venv envname > > Try with this command -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: ''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-08 Thread Hima Bindu chowdary
led all mankind, & if > anyone saved a life, it would be as if he saved the life of all mankind. > > > On Sat, Dec 7, 2019 at 6:58 PM Hima Bindu chowdary > wrote: > >> I am trying to get into virtual environment in vscode but get the below >> error .. >> >> C

''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-07 Thread Hima Bindu chowdary
I am trying to get into virtual environment in vscode but get the below error .. C:\Users\User\projects\telusko>workon test 'workon' is not recognized as an internal or external command, operable program or batch file. did some research..implemented some things suggested 1.The python

Unable to create a new virtual environement 'test'

2019-12-04 Thread Hima Bindu chowdary
I had created a virtualwrapper then had to create a virtual env called test when i ran the following command i got this : C:\Users\User>py -m pip install virtualenv test Requirement already satisfied: virtualenv in c:\users\user\appdata\local\programs\python\python38\lib\site-packages (16.7.8)