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
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
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
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
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
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
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
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
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
> 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
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
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
Please do not post same question twice.
--
http://mail.python.org/mailman/listinfo/python-list
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
[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
> 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
16 matches
Mail list logo