[python-win32] Python Finalisation

2013-01-10 Thread Tom Bowles
Hi, I have a question regarding python finalisation when using pywin32. The details are at http://stackoverflow.com/questions/14257654/how-should-i-or-should-i-finalize-python-in-the-presence-of-pywin32. I can reproduce the question here if preferred, but there's a lot of formatting and I'm

[python-win32] Problem with python 3.3.0

2013-01-10 Thread Shell Code
Hi,i want to submit an error in python for windows version 3.3.0.When i try to run simple code (exp: print Hello;) .Interpreter returns me a message box wich said : (Invalid sytnax!) Now i downloaded version 2.7.3 and code works perfect now.Thanks ___

Re: [python-win32] Python Finalisation

2013-01-10 Thread Aahz
On Thu, Jan 10, 2013, Tom Bowles wrote: Hi, I have a question regarding python finalisation when using pywin32. The details are at http://stackoverflow.com/questions/14257654/how-should-i-or-should-i-finalize-python-in-the-presence-of-pywin32. I can reproduce the question here if preferred,

Re: [python-win32] Problem with python 3.3.0

2013-01-10 Thread Tim Roberts
Shell Code wrote: Hi,i want to submit an error in python for windows version 3.3.0.When i try to run simple code (exp: print Hello;) .Interpreter returns me a message box wich said : (Invalid sytnax!) Now i downloaded version 2.7.3 and code works perfect now. Allow me to offer you some

Re: [python-win32] Python Finalisation

2013-01-10 Thread Tom Bowles
On 10 January 2013 17:15, Aahz a...@pythoncraft.com wrote: On Thu, Jan 10, 2013, Tom Bowles wrote: Hi, I have a question regarding python finalisation when using pywin32. The details are at