<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: sqlalchemy-sqlany with python 3.3 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841694#M4872537</link>
    <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2014 15:18:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-12T15:18:11Z</dc:date>
    <item>
      <title>sqlalchemy-sqlany with python 3.3</title>
      <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaq-p/13841690</link>
      <description>&lt;P&gt;Hi,
is possible to use sqlalchemy-sqlany with python 3.3? It would be wonderful if it is possible. Particularly I need to use it with pyramid framework and few other dependencies that require python 3.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Updated&lt;/STRONG&gt;
Thanks a lot for quick response. Maybe I am not using it correctly, here what I get when try to connect:&lt;/P&gt;
&lt;PRE class="codehilite"&gt;&lt;CODE&gt;Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 01:25:11) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin 
Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import sqlalchemy
&amp;gt;&amp;gt;&amp;gt; from sqlalchemy import create_engine
&amp;gt;&amp;gt;&amp;gt; from sqlalchemy.dialects import registry
&amp;gt;&amp;gt;&amp;gt; registry.register('sqlalchemy_sqlany', 'sqlalchemy_sqlany.base', 'SQLAnyDialect')
&amp;gt;&amp;gt;&amp;gt; engine = create_engine('sqlalchemy_sqlany://admin:admin@10.211.55.5', echo=True)
Traceback (most recent call last):
File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/SQLAlchemy-0.8.0-py3.3.egg/sqlalchemy/engine/__init__.py", line 332, in create_engine
return strategy.create(*args, **kwargs)
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/SQLAlchemy-0.8.0-py3.3.egg/sqlalchemy/engine/strategies.py", line 50, in create
dialect_cls = u.get_dialect()
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/SQLAlchemy-0.8.0-py3.3.egg/sqlalchemy/engine/url.py", line 107, in get_dialect
cls = registry.load(name)
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/SQLAlchemy-0.8.0-py3.3.egg/sqlalchemy/util/langhelpers.py", line 91, in load
return self.impls[name]()
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/SQLAlchemy-0.8.0-py3.3.egg/sqlalchemy/util/langhelpers.py", line 116, in load
mod = __import__(modulepath)
File "/Users/athli/Devel/jesse/ChartPoint/pyramid/lib/python3.3/site-packages/sqlalchemy_sqlany/__init__.py", line 11, in &amp;lt;module&amp;gt;
from base import CHAR, VARCHAR, TIME, NCHAR, NVARCHAR,\\
ImportError: No module named 'base'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jun 2014 12:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaq-p/13841690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: sqlalchemy-sqlany with python 3.3</title>
      <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841692#M4872535</link>
      <description>&lt;P&gt;Thanks a lot for your response. I updated question with more details.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 15:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841692#M4872535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: sqlalchemy-sqlany with python 3.3</title>
      <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841691#M4872534</link>
      <description>&lt;P&gt;&lt;S&gt;The SQLAlchemy driver currently only supports Python 2.x. I will investigate adding Python 3 support, but I have no estimate for when this might happen.&lt;/S&gt;&lt;/P&gt;
&lt;P&gt;Version 1.0.1 of the sqlalchemy-sqlany driver has been posted. This version has been tested with Python 3.4. It requires version 1.0.6 of the sqlanydb python driver, also posted today.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841691#M4872534</guid>
      <dc:creator>graeme_perrow</dc:creator>
      <dc:date>2014-06-12T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: sqlalchemy-sqlany with python 3.3</title>
      <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841693#M4872536</link>
      <description>&lt;P&gt;Graeme, thanks a lot for looking into it. Very appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 03:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841693#M4872536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: sqlalchemy-sqlany with python 3.3</title>
      <link>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841694#M4872537</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 15:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sqlalchemy-sqlany-with-python-3-3/qaa-p/13841694#M4872537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-12T15:18:11Z</dc:date>
    </item>
  </channel>
</rss>

