On Thu, Aug 22, 2013 at 4:41 AM, Mohsen Pahlevanzadeh <moh...@pahlevanzadeh.org> wrote: > Dear all, > > I want to use sqlalchemy library, When i use "apt-cashe search > sqlalchemy" , get the following result(part of result): > /////////////// > python-sqlalchemy - SQL toolkit and Object Relational Mapper for Python > python-sqlalchemy-doc - documentation for the SQLAlchemy Python library > python-sqlalchemy-ext - SQL toolkit and Object Relational Mapper for > Python - C extension > python3-sqlalchemy - SQL toolkit and Object Relational Mapper for Python > 3 > //////////////////// > > Question: I want to use python 3, So i didn't doc and ext suffix for > sqlalchemy compatiable with python 3. The given suffix removed in python > 3 or merged in python3-sqlalchemy package?
I don't know about -ext, but -doc applies to both: rosuav@sikorsky:~$ apt-cache show python3-sqlalchemy Package: python3-sqlalchemy Source: sqlalchemy Version: 0.7.8-1 Installed-Size: 2824 Maintainer: Piotr Ożarowski <pi...@debian.org> Architecture: all Depends: python3 (>= 3.1.3-13~) Suggests: python-sqlalchemy-doc It may be that the -ext accelerator isn't available for Py3 in package form, or it might be incorporated, I don't know. Certainly python-sqlalchemy-ext demands the Py2 version (and python2.7 | python2.6). ChrisA -- http://mail.python.org/mailman/listinfo/python-list