Re: Helping Windows first time users

2020-04-15 Thread joseph pareti
FWIW, here is my experience on Windows 10. I had some troubles with python on Windows 10. Most of the issues were presumably due to having multiple python versions on the same PC, and also relying on 'miniconda3' which was kind of inherited from an older experiment. At some point, to recover from

Re: Helping Windows first time users

2020-04-15 Thread DL Neil via Python-list
On 16/04/20 3:34 PM, Dennis Lee Bieber wrote: On Wed, 15 Apr 2020 19:23:43 +0100, Barry Scott declaimed the following: I post some suggestion to improve the Python installer for Windows to better sign post users on the next steps. https://mail.python.org/archives/list/python-id...@python.org/

Re: pytube problem

2020-04-15 Thread Grant Edwards
On 2020-04-15, Abhi Bajpai wrote: > Respected sir or mam.. > I am facing issue related to pytube there is always problem with > youtube module please look into this and try to solve it... I have > to submit project.. and now all depends on you. Oh dear. If all depends on me, you're in trouble.

Re: pytube problem

2020-04-15 Thread Souvik Dutta
Or install the setuptools by using pip install setuptools. On Thu, Apr 16, 2020, 7:44 AM Souvik Dutta wrote: > If this is a homework assignment then you cannot do anything about it not > running. You should say that to your teacher. After all you did not make > the module!! > > Souvik flutter de

Re: Detect dotted (broken) lines only in an image using OpenCV

2020-04-15 Thread Souvik Dutta
As much as I know you will have to have a lot of traning images to make the complete set. Try doing that. Souvik flutter dev On Thu, Apr 16, 2020, 5:10 AM Edu Py wrote: > I am trying to learn techniques on image feature detection. > > I have managed to detect horizontal line(unbroken/continuous

Re: Detect dotted (broken) lines only in an image using OpenCV

2020-04-15 Thread Souvik Dutta
You cannot attach any image in this list. Souvik flutter dev On Thu, Apr 16, 2020, 5:10 AM Edu Py wrote: > I am trying to learn techniques on image feature detection. > > I have managed to detect horizontal line(unbroken/continuous), however I > am having trouble detecting all the dotted/broken

Re: pytube problem

2020-04-15 Thread Souvik Dutta
If this is a homework assignment then you cannot do anything about it not running. You should say that to your teacher. After all you did not make the module!! Souvik flutter dev On Wed, Apr 15, 2020, 5:41 PM Abhi Bajpai wrote: > Respected sir or mam.. > I am facing issue related to pytube ther

Re: pytube problem

2020-04-15 Thread Michael Torrie
On 4/14/20 11:22 PM, Abhi Bajpai wrote: > Respected sir or mam.. I am facing issue related to pytube there is > always problem with youtube module please look into this and try to > solve it... I have to submit project.. and now all depends on you. This is a mailing list for general Python help, a

Re: What variable type is returned from Open()?

2020-04-15 Thread Michael Torrie
On 4/15/20 5:47 PM, dcwhat...@gmail.com wrote: > So in the case of Python, whenever the type information is available, > I want to make it explicit rather than inferred. Whether the A.I. is > running a simulation of the software in an IDE, or analyzing them as > text documents, they should be able

Re: Python launcher

2020-04-15 Thread Souvik Dutta
Yes truly this exact question is a headache for beginners. Though it was not for me. On Thu, 16 Apr, 2020, 12:51 am Grant Edwards, wrote: > On 2020-04-15, Pieter van Oostrum wrote: > > Angel V writes: > > > >> Hello, > >> > >> I'm new to Python and recently began to self learn the language. >

Re: Helping Windows first time users

2020-04-15 Thread Souvik Dutta
I think there should be a text an the end of the installation process that should say how to run idle. I think this confusion happens because of how android installs any app. On Thu, 16 Apr, 2020, 12:33 am Barry Scott, wrote: > I post some suggestion to improve the Python installer for Windows >

Re: python

2020-04-15 Thread Souvik Dutta
I think uninstalling and reinstalling will help. My thoughts - might not be 100% true. On Wed, 15 Apr, 2020, 5:45 pm mike via Python-list, wrote: > > I need somehelpwith Python 36-32 and 38-32 > I have been using sublime text 3 asmy ide for about 1 year now and > everything was fine -I tried to

Re: What variable type is returned from Open()?

2020-04-15 Thread Chris Angelico
On Thu, Apr 16, 2020 at 9:51 AM wrote: > > On Wednesday, April 15, 2020 at 5:28:55 PM UTC-4, Random832 wrote: > > On Wed, Apr 15, 2020, at 12:11, dcwhatthe wrote: > > > So you're saying this is a type _io.TextIOWrapper? This type doesn't > > > show up, on the hint listbox (I'm using Wing IDE). S

Re: What variable type is returned from Open()?

2020-04-15 Thread dcwhatthe
On Wednesday, April 15, 2020 at 5:28:55 PM UTC-4, Random832 wrote: > On Wed, Apr 15, 2020, at 12:11, dcwhatthe wrote: > > So you're saying this is a type _io.TextIOWrapper? This type doesn't > > show up, on the hint listbox (I'm using Wing IDE). So if I type > > var_file : _io, it doesn't show

Re: What variable type is returned from Open()?

2020-04-15 Thread DL Neil via Python-list
On 16/04/20 1:55 AM, dcwhat...@gmail.com wrote: As much as possible, I make use of optional type hints. So if I know a function returns an integer, then I use this_number_i : int = GetThisNumber() But there's no 'file' type, so I'm not sure what to use as the type for the return value of an Op

Detect dotted (broken) lines only in an image using OpenCV

2020-04-15 Thread Edu Py
I am trying to learn techniques on image feature detection. I have managed to detect horizontal line(unbroken/continuous), however I am having trouble detecting all the dotted/broken lines in an image. Here is my test image, as you can see there are dotted lines and some text/boxes etc. my co

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Tarjei Bærland via Python-list
ogunleye ayobami writes: > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > program or batch file.* Given that the in

Re: i am want to read data from the csv that i wrote using python csv module but apart from filed names and row count i am unable to read rest of the data

2020-04-15 Thread sjeik_appie
On 15 Apr 2020 10:28, Peter Otten <__pete...@web.de> wrote: sjeik_ap...@hotmail.com wrote: >    On 12 Apr 2020 12:30, Peter Otten <__pete...@web.de> wrote: > >  Rahul Gupta wrote: > >  >for line in enumerate(csv_reader): >  >print(line[csv_reader.

Re: What variable type is returned from Open()?

2020-04-15 Thread Random832
On Wed, Apr 15, 2020, at 12:11, dcwhat...@gmail.com wrote: > So you're saying this is a type _io.TextIOWrapper? This type doesn't > show up, on the hint listbox (I'm using Wing IDE). So if I type > var_file : _io, it doesn't show anything. While others have pointed out that you shouldn't need

Re: Threading module and embedded python

2020-04-15 Thread Barry
> On 15 Apr 2020, at 21:18, Eko palypse wrote: > > Thank you for your suggestion. I will give it a try. > >> What is the "stuck" thread doing? waiting for a lock? > > No, it should open a dialog created with DialogBoxIndirectParamW >

Re: What variable type is returned from Open()?

2020-04-15 Thread dcwhatthe
On Wednesday, April 15, 2020 at 1:09:26 PM UTC-4, Souvik Dutta wrote: > Yes that is the type. You can try using a print(type()) to > verify that. > > Souvik flutter dev > > On Wed, Apr 15, 2020, 9:45 PM wrote: > > > On Wednesday, April 15, 2020 at 10:10:31 AM UTC-4, Souvik Dutta wrote: > > > _i

Re: DLL file was not loading everytime when pandas was use to run

2020-04-15 Thread DL Neil via Python-list
On 15/04/20 6:47 PM, ajayrpan...@hotmail.com wrote: Whenever I try to run any file in which pandas was import it was showing that dll file is not loaded Please copy-paste the *exact* error message. Are you aware of the Python-Tutor list? https://mail.python.org/mailman/listinfo/tutor -- R

Re: python

2020-04-15 Thread DL Neil via Python-list
On 15/04/20 2:05 PM, mike via Python-list wrote: I need somehelpwith Python 36-32 and 38-32 I have been using sublime text 3 asmy ide for about 1 year now and everything was fine -I tried to change to Pycharm 2020 - I was going to use sublime 3 as my IDE for python36-32 and the Pycharm2020 for

Re: Threading module and embedded python

2020-04-15 Thread Eko palypse
Thank you for your suggestion. I will give it a try. > What is the "stuck" thread doing? waiting for a lock? No, it should open a dialog created with DialogBoxIndirectParamW . Eren Am Mi., 15. Apr. 2

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
Glad to hear it! On Wed, 15 Apr, 2020, 6:12 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Thanks. Indeed helpful and am now good. > > Regards > > On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta > wrote: > >> You have not added python to your system's path variable. Follow thi

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Souvik Dutta
You have not added python to your system's path variable. Follow this. https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path On Wed, 15 Apr, 2020, 5:53 pm ogunleye ayobami, < ogunleyeayobamihezek...@gmail.com> wrote: > Dear Python Team, > > After downloading and installin

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread ogunleye ayobami
Thanks. Indeed helpful and am now good. Regards On Wed, Apr 15, 2020, 1:39 PM Souvik Dutta wrote: > You have not added python to your system's path variable. Follow this. > https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path > > On Wed, 15 Apr, 2020, 5:53 pm ogunl

Re: ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread Barry Scott
> On 15 Apr 2020, at 09:28, ogunleye ayobami > wrote: > > Dear Python Team, > > After downloading and installing python on my system, error generated on > command prompt is > C:\Users\Olakunle Johnson>python > > *'python' is not recognized as an internal or external command,operable > progr

Re: Python launcher

2020-04-15 Thread Grant Edwards
On 2020-04-15, Pieter van Oostrum wrote: > Angel V writes: > >> Hello, >> >> I'm new to Python and recently began to self learn the language. >> Unfortunately, whenever I try to launch it, I'm met with a black pop-up >> screen the disappears as soon as it comes up. I've tried uninstalling and I >

Helping Windows first time users

2020-04-15 Thread Barry Scott
I post some suggestion to improve the Python installer for Windows to better sign post users on the next steps. https://mail.python.org/archives/list/python-id...@python.org/message/TKHID7PMKN5TK5QDQ2BL3G45FYAJNYJX/ It also seems like we could do with drafting the text of a helpful reply to help

Re: Python launcher

2020-04-15 Thread Pieter van Oostrum
Angel V writes: > Hello, > > I'm new to Python and recently began to self learn the language. > Unfortunately, whenever I try to launch it, I'm met with a black pop-up > screen the disappears as soon as it comes up. I've tried uninstalling and I > just run into the same issue. I tried downloading

Re: difficulty in using the python 3.8

2020-04-15 Thread Barry Scott
> On 15 Apr 2020, at 04:07, Gloryebube wrote: > > It keeps showing these three options > >1. Modify >2. Repair >3. Uninstall > > Please what seems to be the problem As Souvk said you are running the setup program that installs python on to your system. In the Start Menu y

Re: Threading module and embedded python

2020-04-15 Thread Barry Scott
> On 15 Apr 2020, at 13:30, Eko palypse wrote: > > Hi everyone, > > the following happens on Windows7 x64 and Python37 x64 > > I have a plugin DLL for a C++ application in which Python37 is embedded. > The plugin itself works, except when I want to use the threading module. > > If I start a

Re: What variable type is returned from Open()?

2020-04-15 Thread Souvik Dutta
Yes that is the type. You can try using a print(type()) to verify that. Souvik flutter dev On Wed, Apr 15, 2020, 9:45 PM wrote: > On Wednesday, April 15, 2020 at 10:10:31 AM UTC-4, Souvik Dutta wrote: > > _io.TextIOWrapper > > > > On Wed, 15 Apr, 2020, 7:30 pm , wrote: > > > > > Hi, > > > > >

Re: What variable type is returned from Open()?

2020-04-15 Thread Chris Angelico
On Thu, Apr 16, 2020 at 12:01 AM wrote: > > Hi, > > > As much as possible, I make use of optional type hints. So if I know a > function returns an integer, then I use > > > this_number_i : int = GetThisNumber() > > > But there's no 'file' type, so I'm not sure what to use as the type for the >

Re: What variable type is returned from Open()?

2020-04-15 Thread dcwhatthe
On Wednesday, April 15, 2020 at 10:10:31 AM UTC-4, Souvik Dutta wrote: > _io.TextIOWrapper > > On Wed, 15 Apr, 2020, 7:30 pm , wrote: > > > Hi, > > > > > > As much as possible, I make use of optional type hints. So if I know a > > function returns an integer, then I use > > > > > > this_number_

Re: SPECIALS CHARACTERS

2020-04-15 Thread Karsten Hilbert
On Wed, Apr 15, 2020 at 08:45:45AM -0400, Gonzalo V wrote: > A tiny question. > Are there a way to create a new character on python? i need to create some > kind of arroba @ but with other letter inside. Are there a library for that? Hello Gonzalo, this is a font issue, and entirely unrelated t

Re: pytube problem

2020-04-15 Thread Igor Korot
Hi, On Wed, Apr 15, 2020 at 7:14 AM Abhi Bajpai wrote: > > Respected sir or mam.. > I am facing issue related to pytube there is always problem with youtube > module please look into this and try to solve it... I have to submit > project.. and now all depends on you. What kind of problem do yo

Re: What variable type is returned from Open()?

2020-04-15 Thread Souvik Dutta
_io.TextIOWrapper On Wed, 15 Apr, 2020, 7:30 pm , wrote: > Hi, > > > As much as possible, I make use of optional type hints. So if I know a > function returns an integer, then I use > > > this_number_i : int = GetThisNumber() > > > But there's no 'file' type, so I'm not sure what to use as the

What variable type is returned from Open()?

2020-04-15 Thread dcwhatthe
Hi, As much as possible, I make use of optional type hints. So if I know a function returns an integer, then I use this_number_i : int = GetThisNumber() But there's no 'file' type, so I'm not sure what to use as the type for the return value of an Open() function. config_file : file = op

Re: SPECIALS CHARACTERS

2020-04-15 Thread Souvik Dutta
I don't think you can do so but if you are using a gui app then consider making a custom font. On Wed, 15 Apr, 2020, 6:26 pm Gonzalo V, wrote: > Good morning! > A tiny question. > Are there a way to create a new character on python? i need to create some > kind of arroba @ but with other letter

SPECIALS CHARACTERS

2020-04-15 Thread Gonzalo V
Good morning! A tiny question. Are there a way to create a new character on python? i need to create some kind of arroba @ but with other letter inside. Are there a library for that? Really thanks. Gonzalo from Chile. -- https://mail.python.org/mailman/listinfo/python-list

Re: Python launcher

2020-04-15 Thread Souvik Dutta
What is the exact thing you are trying to launch? On Wed, 15 Apr, 2020, 5:41 pm Angel V, wrote: > Hello, > > I'm new to Python and recently began to self learn the language. > Unfortunately, whenever I try to launch it, I'm met with a black pop-up > screen the disappears as soon as it comes up.

Threading module and embedded python

2020-04-15 Thread Eko palypse
Hi everyone, the following happens on Windows7 x64 and Python37 x64 I have a plugin DLL for a C++ application in which Python37 is embedded. The plugin itself works, except when I want to use the threading module. If I start a Python script in my plugin which uses the threading module I can veri

Re: problem related to making setup

2020-04-15 Thread Souvik Dutta
What is the error? On Wed, 15 Apr, 2020, 5:57 pm Dhruv Chaturvedi, wrote: > I made a simple bot. I wanted to share my Bot with my friends but when I > convert it into an exe from pyinstaller it started showing an error shown > below and when I use cx_Freeze again it showing an error pls help m

Re: problem related to making setup

2020-04-15 Thread Chris Angelico
On Wed, Apr 15, 2020 at 10:28 PM Dhruv Chaturvedi wrote: > > I made a simple bot. I wanted to share my Bot with my friends but when I > convert it into an exe from pyinstaller it started showing an error shown > below and when I use cx_Freeze again it showing an error pls help me with > this. >

Re: difficulty in using the python 3.8

2020-04-15 Thread Souvik Dutta
First of all understand what I said. You are running the installer again, so go and search idle in the start menu. Second thing this list does not support photos so you will always have to say the error through words. On Wed, 15 Apr, 2020, 6:01 pm NWANKWO GLORY, wrote: > Attached to my complaint

Re: difficulty in using the python 3.8

2020-04-15 Thread Souvik Dutta
You are running the installer. Try searching for idle in the start menu... Souvik flutter dev On Wed, Apr 15, 2020, 5:45 PM Gloryebube wrote: >It keeps showing these three options > > 1. Modify > 2. Repair > 3. Uninstall > >Please what seems to be the problem > -- > https://

Re: difficulty in using the python 3.8

2020-04-15 Thread NWANKWO GLORY
Attached to my complaint is a screenshot of what keeps showing. Even after I had, modify and repair it several times On Wed, Apr 15, 2020, 4:07 AM Gloryebube wrote: > It keeps showing these three options > >1. Modify >2. Repair >3. Uninstall > > Please what seems to be the problem >

problem related to making setup

2020-04-15 Thread Dhruv Chaturvedi
I made a simple bot. I wanted to share my Bot with my friends but when I convert it into an exe from pyinstaller it started showing an error shown below and when I use cx_Freeze again it showing an error pls help me with this. These are all the files I use\\// 1st photo - when I use cx_Freeze fi

ERROR GENERATED AFTER INSTALLING PYTHON 3.5.2 64-BIT

2020-04-15 Thread ogunleye ayobami
Dear Python Team, After downloading and installing python on my system, error generated on command prompt is C:\Users\Olakunle Johnson>python *'python' is not recognized as an internal or external command,operable program or batch file.* Kindly assist. Regards

DLL file was not loading everytime when pandas was use to run

2020-04-15 Thread ajayrpan...@hotmail.com
Whenever I try to run any file in which pandas was import it was showing that dll file is not loaded Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

python

2020-04-15 Thread mike via Python-list
I need somehelpwith Python 36-32 and 38-32 I have been using sublime text 3 asmy ide for about 1 year now and everything was fine -I tried to change to Pycharm 2020 - I was going to use sublime 3 as my IDE for python36-32 and the Pycharm2020 forthe IDE forPython38-32. Unfortunatly snt wrong as

difficulty in using the python 3.8

2020-04-15 Thread Gloryebube
It keeps showing these three options  1. Modify  2. Repair  3. Uninstall Please what seems to be the problem -- https://mail.python.org/mailman/listinfo/python-list

Python launcher

2020-04-15 Thread Angel V
Hello, I'm new to Python and recently began to self learn the language. Unfortunately, whenever I try to launch it, I'm met with a black pop-up screen the disappears as soon as it comes up. I've tried uninstalling and I just run into the same issue. I tried downloading the program onto my brother'

pytube problem

2020-04-15 Thread Abhi Bajpai
Respected sir or mam.. I am facing issue related to pytube there is always problem with youtube module please look into this and try to solve it... I have to submit project.. and now all depends on you. Sent from Mail for Windows 10 -- https://ma

Re: i am want to read data from the csv that i wrote using python csv module but apart from filed names and row count i am unable to read rest of the data

2020-04-15 Thread Peter Otten
sjeik_ap...@hotmail.com wrote: >On 12 Apr 2020 12:30, Peter Otten <__pete...@web.de> wrote: > > Rahul Gupta wrote: > > >for line in enumerate(csv_reader): > >print(line[csv_reader.fieldnames[1]]) > > enumerate() generates (index, line) tuples that you need to unpack: >