Re: Does python 3.1 support sybase module?

2009-09-10 Thread alex23
On Sep 10, 4:17 pm, "Michel Claveau - MVP" wrote: > What is this final comma?   My guess without looking at the code is that the line occurs in a dict definition: PACKET_OF_VALUES = dict( maintainer=u"Sebastien Sable", version=3.0, ... ) Either that or 'maintainer' is a tuple ;)

Re: Does python 3.1 support sybase module?

2009-09-09 Thread Michel Claveau - MVP
Hi, What is this final comma? @+ -- MCI -- http://mail.python.org/mailman/listinfo/python-list

Re: Does python 3.1 support sybase module?

2009-09-09 Thread Chris Rebert
On Wed, Sep 9, 2009 at 10:21 PM, Pravin wrote: > Does python 3.1 support sybase module? It works fine with 2.5. > I was getting following error while installing sybase module on python > 3.1. > > bash-3.00$ python3.1 setup.py install >  File "setup.py", line 248 >

Does python 3.1 support sybase module?

2009-09-09 Thread Pravin
Does python 3.1 support sybase module? It works fine with 2.5. I was getting following error while installing sybase module on python 3.1. bash-3.00$ python3.1 setup.py install File "setup.py", line 248 maintainer=u"Sebastien Sable", ^