On 2/2/21 8:40 PM, damien jenman wrote:
From: damien jenman
Sent: Monday, 1 February 2021 10:29 AM
To: python-list@python.org
Subject: Trouble running python 3.6.4
Hi
After setup being successful, of python 3.6.4 , it comes up online tutorial,
documentation
From: damien jenman
Sent: Monday, 1 February 2021 10:29 AM
To: python-list@python.org
Subject: Trouble running python 3.6.4
Hi
After setup being successful, of python 3.6.4 , it comes up online tutorial,
documentation and whats new, all being
underlined
On Wednesday 07 October 2015 12:05:08 Denis McMahon wrote:
> On Mon, 05 Oct 2015 19:06:04 +0100, Cameroni123 ™ wrote:
> > Hi I have recently installed python on windows 10 and I’m trying to
> > save in order to run the module and I cant I don’t know why, could
> > you please help?
>
> Based on the
On Mon, 05 Oct 2015 19:06:04 +0100, Cameroni123 ™ wrote:
> Hi I have recently installed python on windows 10 and I’m trying to save
> in order to run the module and I cant I don’t know why, could you please
> help?
Based on the comprehensive problem description I have waved my magic
wand. It sho
On 10/6/2015 10:56 AM, John Gordon wrote:
In
=?utf-8?Q?Cameroni123_=E2=84=A2?= writes:
Hi I have recently installed python on windows 10 and I'm trying to
save in order to run the module and I cant I don't know why, could
you please help?
Cameron
Which version of Python. How installed.
In
=?utf-8?Q?Cameroni123_=E2=84=A2?= writes:
> Hi I have recently installed python on windows 10 and I'm trying to
> save in order to run the module and I cant I don't know why, could
> you please help?
> Cameron
We need more details to help you.
What program are you using to try to save? Is
On 10/5/2015 11:06 AM, Cameroni123 ™ wrote:
Hi I have recently installed python on windows 10 and I’m trying to save
in order to run the module and I cant I don’t know why, could you please
help?
you might find the following helpful:
http://www.cs.utexas.edu/~mitra/bytes/start.html
emile
On Tuesday, 6 October 2015 15:09:54 UTC+8, Cameroni123 (tm) wrote:
> Hi I have recently installed python on windows 10 and I'm trying to save in
> order to run the module and I cant I don't know why, could you please help?
> Cameron
>
> Sent from Mail for Windows 10
I presume you wrote your co
Hi I have recently installed python on windows 10 and I’m trying to save in
order to run the module and I cant I don’t know why, could you please help?
Cameron
Sent from Mail for Windows 10
--
https://mail.python.org/mailman/listinfo/python-list
On 9 August 2013 14:28, snakeinmyboot wrote:
> On Thursday, August 8, 2013 1:13:48 AM UTC-4, David wrote:
>> On 8 August 2013 14:06, snakeinmyboot wrote:
>>
>> Did you try at all to find the answer to this yourself?
>>
>> I ask because it took me only a few seconds to go to wikipedia and
>> searc
On Thursday, August 8, 2013 1:13:48 AM UTC-4, David wrote:
> On 8 August 2013 14:06, snakeinmyboot wrote:
>
> >
>
> > for REAL you guys...wtf does this even mean lol. what is a boilerplate test
> > code?
>
>
>
> Did you try at all to find the answer to this yourself?
>
>
>
> I ask because
On 8 August 2013 14:06, snakeinmyboot wrote:
>
> for REAL you guys...wtf does this even mean lol. what is a boilerplate test
> code?
Did you try at all to find the answer to this yourself?
I ask because it took me only a few seconds to go to wikipedia and
search for "boilerplate" find this for
>if __name__ == '__main__':
> root = tkinter.Tk()
> app = MainClass(root) # 'MainClass' depends on the module.
> root.mainloop
> root.destroy
for REAL you guys...wtf does this even mean lol. what is a boilerplate test
code?
--
http://mail.python.org/mailman/listinfo/python-list
Terry Reedy wrote:
> Code comments :
>
> double and triple spacing code
> make it painful to read,
Not for everyone :-)
I prefer mostly double-spaced code
in any language
> especially in a 10 line box.
Agree, but the 10 line box
would not be used for routin
> Make the boilerplate test code conditional, something like
>
>
>
> if __name__ == '__main__':
>
> root = tkinter.Tk()
>
> app = MainClass(root) # 'MainClass' depends on the module.
>
> root.mainloop
>
> root.destroy
>
>
>
Could you elaborate on this a little bit? Never even
On Tuesday, August 6, 2013 7:38:55 PM UTC-4, Terry Reedy wrote:
> On 8/6/2013 6:28 PM, snakeinmyboot wrote:
>
> > Hello,
>
> >
>
> > I am currently just starting to learn the basics of the tkinter module and
> > ive run into a problem. To teach myself I am messing around by creating
> > separa
On 8/6/2013 6:28 PM, snakeinmyboot wrote:
Hello,
I am currently just starting to learn the basics of the tkinter module and ive
run into a problem. To teach myself I am messing around by creating separate
modules containing basic GUI apps like a tip calculator and kilometer
converter, then cr
Hello,
I am currently just starting to learn the basics of the tkinter module and ive
run into a problem. To teach myself I am messing around by creating separate
modules containing basic GUI apps like a tip calculator and kilometer
converter, then creating a main program that displays buttons
On 20/02/2010 5:35 AM, Steven Cohen wrote:
Hello,
I downloaded pywin32-214.win-amd64-py3.1, and it installs just fine
(except that it prints a traceback when it tells me the postinstall
script completed), but then when I try to execute Pythonwin.exe, I get
the following error popup:
The applica
Hello,
I downloaded pywin32-214.win-amd64-py3.1, and it installs just fine (except
that it prints a traceback when it tells me the postinstall script
completed), but then when I try to execute Pythonwin.exe, I get the
following error popup:
The application can not locate win32ui.pyd (or Python) (
20 matches
Mail list logo