[python-win32] Porting code from Python 2.x code to Python 3.x

2010-01-06 Thread Santosh Mohan
HI, I installed new version of Python 3.1. I tried to run my older programs, but I couldn't run. I had used "print" statements, in Newer version print statement syntax is changed. Python2.x >>>x=20 >>>print x >>> 20 Python 3.x >>>x=20 >>> print x File "", line 1 print x ^ Syntax

Re: [python-win32] Phyton editor

2009-06-03 Thread Santosh Mohan
Try PythonWin (http://starship.python.net/crew/mhammond/win32/Downloads.html ) -- Regards, Santosh M ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Problem in install Distutils/python-sybase-0.39

2009-06-01 Thread Santosh Mohan
ibrary. > > On Mon, Jun 1, 2009 at 11:43 AM, Santosh Mohan > wrote: > > Hi, > > > > I am facing problem in installing python-sybase-0.39 and Distutils. >

[python-win32] Problem in install Distutils/python-sybase-0.39

2009-06-01 Thread Santosh Mohan
Hi, I am facing problem in installing python-sybase-0.39 and Distutils. python-sybase-0.39 requires Distutils. --- *santosh-r4c:~/python-sybase-0.38 # ls* .cvsignore LICENCE Sybase.py blk.c c