Re: Fw: Trouble running python 3.6.4

2021-02-03 Thread Mats Wichmann
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

Fw: Trouble running python 3.6.4

2021-02-03 Thread damien jenman
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

Re: Trouble running

2015-10-07 Thread Gene Heskett
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

Re: Trouble running

2015-10-07 Thread Denis McMahon
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

Re: Trouble running

2015-10-06 Thread Terry Reedy
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.

Re: Trouble running

2015-10-06 Thread John Gordon
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

Re: Trouble running

2015-10-06 Thread Emile van Sebille
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

Re: Trouble running

2015-10-06 Thread kennethg
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

Trouble running

2015-10-06 Thread Cameroni123 ™
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

Re: [tkinter] trouble running imported modules in main program

2013-08-08 Thread David
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

Re: [tkinter] trouble running imported modules in main program

2013-08-08 Thread snakeinmyboot
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

Re: [tkinter] trouble running imported modules in main program

2013-08-07 Thread David
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

Re: [tkinter] trouble running imported modules in main program

2013-08-07 Thread snakeinmyboot
>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

Re: [tkinter] trouble running imported modules in main program

2013-08-07 Thread Cousin Stanley
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

Re: [tkinter] trouble running imported modules in main program

2013-08-06 Thread snakeinmyboot
> 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

Re: [tkinter] trouble running imported modules in main program

2013-08-06 Thread snakeinmyboot
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

Re: [tkinter] trouble running imported modules in main program

2013-08-06 Thread Terry Reedy
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

[tkinter] trouble running imported modules in main program

2013-08-06 Thread snakeinmyboot
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

Re: Trouble running pywin32-214.win-amd64-py3.1 on 64-bit Windows 7

2010-02-19 Thread Mark Hammond
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

Trouble running pywin32-214.win-amd64-py3.1 on 64-bit Windows 7

2010-02-19 Thread Steven Cohen
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) (