Re: Help with installation please

2020-05-15 Thread DL Neil via Python-list
On 15/05/20 4:18 PM, Jhoana Kacheva Melissa Joseph wrote: Hello, I downloaded python 3.8 in my windows, I selected the box for the path but when I try to run it in powershell it brought me to app store to get it again. Please advise if the following reference is accurate, and works for you: h

Re: Help with installation please

2020-05-15 Thread Jhoana Kacheva Melissa Joseph
Ok, thanks Souvik. Appreciate your help. On Fri, May 15, 2020, 11:47 PM Souvik Dutta wrote: > I dont know if you should shift from powershell to cmd. Python kinda does > not work in powershell. > > Souvik flutter dev > > On Sat, May 16, 2020, 8:54 AM Jhoana Kacheva Melissa Joseph < > kachev...@g

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
I dont know if you should shift from powershell to cmd. Python kinda does not work in powershell. Souvik flutter dev On Sat, May 16, 2020, 8:54 AM Jhoana Kacheva Melissa Joseph < kachev...@gmail.com> wrote: > 🤣🤣 but I still get the error in powershell. What should I do Souvik? > > On Fri, May 15

Re: Help with installation please

2020-05-15 Thread Jhoana Kacheva Melissa Joseph
🤣🤣 but I still get the error in powershell. What should I do Souvik? On Fri, May 15, 2020, 11:20 PM Souvik Dutta wrote: > Then you will have to use python3 forever in your life (atleast as long as > you don't change your os... 🤣🤣). > > On Sat, 16 May, 2020, 8:42 am Jhoana Kacheva Melissa Joseph,

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
Then you will have to use python3 forever in your life (atleast as long as you don't change your os... 🤣🤣). On Sat, 16 May, 2020, 8:42 am Jhoana Kacheva Melissa Joseph, < kachev...@gmail.com> wrote: > When I turn off the other one, it brought me to the store. > > Yes, I did the path > > On Fri, M

Re: Help with installation please

2020-05-15 Thread Jhoana Kacheva Melissa Joseph
When I turn off the other one, it brought me to the store. Yes, I did the path On Fri, May 15, 2020, 11:01 PM Souvik Dutta wrote: > Have you switched off both the pythons? If so then switch on one off them > and try. If it still doesn't work then switch on the previous one and off > the other a

Fwd: Uninstall was succesful - but actually nothing happened

2020-05-15 Thread Henrik Milan
Hey, I noticed that the uninstaller says that the installation completed, but actually nothing really happened and all of my Python 3.6.8 installation was still completely installed on my machine and all files were located inside Python/Python36 folder still. See the picture attached. My computer

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
Have you switched off both the pythons? If so then switch on one off them and try. If it still doesn't work then switch on the previous one and off the other and try again. On Sat, 16 May, 2020, 8:29 am Souvik Dutta, wrote: > Have you added python into path? > > On Sat, 16 May, 2020, 8:15 am Jho

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
Have you added python into path? On Sat, 16 May, 2020, 8:15 am Jhoana Kacheva Melissa Joseph, < kachev...@gmail.com> wrote: > Thanks for the tip! Now that I turned it off. This is what it says. > > Please see attached > > > > On Fri, May 15, 2020, 9:10 PM Souvik Dutta > wrote: > >> App execution

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
App execution aliases is not on store. Search it in the start menu. On Sat, 16 May, 2020, 6:27 am Jhoana Kacheva Melissa Joseph, < kachev...@gmail.com> wrote: > Thanks for the tip! But there is nothing to unchecked. > > I typed python on powershell, once redirected to the app store I type app > e

Re: Help with installation please

2020-05-15 Thread Souvik Dutta
Windows has a default python 3. that is not installed but registered (which is as wierd as Microsoft). That is why you are redirected everytime to the store. You might want to check app execution aliases in the search bar an scroll down to find the two pythons and then uncheck one of them to avoid

Re: Help with installation please

2020-05-15 Thread MRAB
On 2020-05-15 05:18, Jhoana Kacheva Melissa Joseph wrote: Hello, I downloaded python 3.8 in my windows, I selected the box for the path but when I try to run it in powershell it brought me to app store to get it again. How are you running Python? What are you putting on the command line? When

Re: RV: CodecRegistryError problem for an IDE.

2020-05-15 Thread MRAB
On 2020-05-15 18:53, Bryan Cabrera Ramírez wrote: Hi, I'm trying to insall an INET package for an IDE called OMNeT++ and when I try to build the INET the following happens in the command window: Fatal Python error: Py_Initialize: unable to load the file s

Re: php to python code converter

2020-05-15 Thread DL Neil via Python-list
On 15/05/20 12:58 AM, Jon Ribbens via Python-list wrote: On 2020-05-14, MRAB wrote: Look at the date of the original post. It says "8 May 2009". That's over 11 years ago! Since then, Google Code has ceased to exist. Disgraceful, all URLs should continue to work for at least as long as this o

RV: CodecRegistryError problem for an IDE.

2020-05-15 Thread Bryan Cabrera Ramírez
Hi,   I'm trying to insall an INET package for an IDE called OMNeT++ and when I try to build the INET the following happens in the command window:     Fatal Python error: Py_Initialize: unable to load the file system codec   File "C:\Python27\Lib\encodings\__init__.py

Help with installation please

2020-05-15 Thread Jhoana Kacheva Melissa Joseph
Hello, I downloaded python 3.8 in my windows, I selected the box for the path but when I try to run it in powershell it brought me to app store to get it again. Please let me know Thanks Melissa -- https://mail.python.org/mailman/listinfo/python-list

Re: Decorators with arguments?

2020-05-15 Thread Peter Otten
Christopher de Vidal wrote: > Help please? Creating an MQTT-to-Firestore bridge and I know a decorator > would help but I'm stumped how to create one. I've used decorators before > but not with arguments. > > The Firestore collection.on_snapshot() method invokes a callback and sends > it three pa

Re: Multithread and locking issue

2020-05-15 Thread Chris Angelico
On Fri, May 15, 2020 at 6:25 PM Cameron Simpson wrote: > > On 15May2020 05:57, Stephane Tougard wrote: > >On 2020-05-15, Chris Angelico wrote: > >> Seconded. If you know how many threads you're going to have, just > >> open > >> that many connections. If not, there's a connection-pooling feature

Re: Multithread and locking issue

2020-05-15 Thread Cameron Simpson
On 15May2020 05:57, Stephane Tougard wrote: On 2020-05-15, Chris Angelico wrote: Seconded. If you know how many threads you're going to have, just open that many connections. If not, there's a connection-pooling feature as part of psycopg2 (if I'm not mistaken). This would be far far easier t

Re: Multithread and locking issue

2020-05-15 Thread Antoon Pardon
Op 15/05/20 om 00:36 schreef Stephane Tougard: Hello, A multithreaded software written in Python is connected with a Postgres database. To avoid concurrent access issue with the database, it starts a thread who receive all SQL request via queue.put and queue.get (it makes only insert, so no