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
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
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.
>
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