Re: error message by installation

2018-01-19 Thread Ben Finney
‪Ibrahim Nasr‬ ‪ via Python-list writes: > kindly inform me what to do. Welcome to this discussion forum, and congratulations on trying Python. Can you write a new message that describes exactly what you've tried, exactly what happened (please copy-and-paste any error messages), and what you ex

Re: error message by installation

2018-01-19 Thread breamoreboy
On Friday, January 19, 2018 at 8:47:52 PM UTC, i.na...@yahoo.com wrote: > kindly inform me what to do. Please read this http://www.catb.org/esr/faqs/smart-questions.html and then try asking again. -- Kindest regards. Mark Lawrence. -- https://mail.python.org/mailman/listinfo/python-list

Re: Error message IDLE

2017-01-09 Thread Gretchen Hasselbring
Thank you for your responses. The file I think is responsible was called types.py Sent from my iPad > On 9 Jan 2017, at 16:11, Peter Otten <__pete...@web.de> wrote: > > Gretchen Hasselbring wrote: > >> FYI >> >> Turns out I was saving my practice exercises as files (.py) under the >> pyt

Re: Error message IDLE

2017-01-09 Thread Peter Otten
Gretchen Hasselbring wrote: > FYI > > Turns out I was saving my practice exercises as files (.py) under the > python directory which conflicted with the running of Idle. All cleared > up now. Thanks for the update. Can you tell which file you shadowed to cause the error? Perhaps even if the un

Re: Error message IDLE

2017-01-09 Thread Terry Reedy
On 1/9/2017 6:48 AM, Gretchen Hasselbring wrote: Hello Trying to learn python on a laptop. Was successful for awhile then... Had a 'subprocess startup error' 'IDLE's subprocess didn't make connection. Either IDLE can't start subprocess or personal firewall software is blocking the connectio

Re: Error message IDLE

2017-01-09 Thread Gretchen Hasselbring
FYI Turns out I was saving my practice exercises as files (.py) under the python directory which conflicted with the running of Idle. All cleared up now. Sent from my iPad > On 9 Jan 2017, at 12:16, Gretchen Hasselbring > wrote: > > Hello > > Trying to learn python on a laptop. Was succes

Re: Error message

2016-11-10 Thread eryk sun
On Thu, Nov 10, 2016 at 9:37 PM, Keenan C wrote: > > I am continuously receiving this error after the installation of Python > 3.5.2. The purpose of using this program is for a class I am currently > enrolled in at a University. (I am running Windows 7 Home Premium 64-bit > paired with an i3-210

Re: Error message

2016-01-29 Thread Oscar Benjamin
On 28 January 2016 at 18:51, Emeka Ikele wrote: > Please I downloaded Python 3.5 (32 bit) for Windows software. I installed > it but it keeps giving me an error message that a file was not found and I > should please re-install to fix the problem. I've tried that severally but > to no avail. Plea

Re: error message: "Cannot find GStreamer Python Library"

2013-10-14 Thread Mark Lawrence
On 14/10/2013 17:29, rickche...@gmail.com wrote: I am trying to run a Python script and I get the error message: "Cannot find GStreamer Python Library". I have Windows XP. I tried uninstalling and re-installing GStreamer but that didn't fix the error message. I installed the complete version

Re: Error message repetition

2010-07-07 Thread Tambet
> Depending on how far this goes up, you might just be able to change the > backlog your terminal emulator saves? that would allow you to scroll up. > If you can't do that, you should get a proper console. > I use bash, which allows to do that. This was rather a case example - actually this output

Re: Error message repetition

2010-07-07 Thread Thomas Jollans
On 07/07/2010 05:10 PM, Tambet wrote: > Hello! > > I have such problem that: > > * My console shows maximally x last lines, then truncates > * Error message takes 2 line > * In case of very big stack trace, there will be 2*x error lines > * In such case I do not see any debug outp

Re: Error Message

2008-04-23 Thread Steve Holden
Ahmed, Shakir wrote: I am getting application error message “ The instruction at “0x7c910f29” referenced memory at “0x”. The memory could not be “read”. I am running one python script and it is running good without any exception or error message but getting this message when I am closin

Re: Error message from function definition

2008-03-29 Thread Terry Reedy
Please do not post same question twice. -- http://mail.python.org/mailman/listinfo/python-list

Re: Error message if there is a space in the source directory

2007-06-03 Thread lukefrancomusic
Wow, great!! That worked like a charm. Sorry about the excessive commenting, when looking it over I could see how that would be annoying. Thank you Peter! Luke -- http://mail.python.org/mailman/listinfo/python-list

Re: Error message if there is a space in the source directory

2007-06-02 Thread Peter Otten
[EMAIL PROTECTED] wrote: > I am trying to learn Python. I am working on a simple backup program > (code listed below). When using a source directory (the files to be > backed up) without spaces in the title, my program works fine [see > line 5]. If I try to access a directory with a space in the

Re: Error message if there is a space in the source directory

2007-06-02 Thread Mark Peters
> When using a source like this on line 5: > > source = [r'C:\test\test 2\\'] > > which has a space in the title, the program will not work. Try wrapping that argument in double quotes when you build the command -- http://mail.python.org/mailman/listinfo/python-list