<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.python.egenix.user">
    <title>gmane.comp.python.egenix.user</title>
    <link>http://blog.gmane.org/gmane.comp.python.egenix.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1216"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1215"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1204"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1201"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1200"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1199"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1195"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1189"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1187"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1184"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1175"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1171"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1168"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1163"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.egenix.user/1153"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1220">
    <title>[mxTidy/MacOSX] _CleanTree error</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1220</link>
    <description>Hi,

I have struck an error on MacOS Leopard similar to this post.

http://www.egenix.com/mailman-archives/egenix-users/2007-July/114231.html

My error is as follows:

Python 2.5.2 (r252:60911, Sep  5 2008, 23:29:08)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/Users/darrylcousins/Python/Python-2.5.2/lib/python2.5/site-packages/mx/Tidy/__init__.py",
line 7, in &lt;module&gt;
    from Tidy import *
  File "/Users/darrylcousins/Python/Python-2.5.2/lib/python2.5/site-packages/mx/Tidy/Tidy.py",
line 7, in &lt;module&gt;
    from mxTidy import *
  File "/Users/darrylcousins/Python/Python-2.5.2/lib/python2.5/site-packages/mx/Tidy/mxTidy/__init__.py",
line 7, in &lt;module&gt;
    from mxTidy import *
ImportError: dlopen(/Users/darrylcousins/Python/Python-2.5.2/lib/python2.5/site-packages/mx/Tidy/mxTidy/mxTidy.so,
2): Symbol not found: _CleanTree
  Referenced from:
/Users/darrylcou</description>
    <dc:creator>Darryl Cousins</dc:creator>
    <dc:date>2008-09-05T12:08:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1216">
    <title>mxODBC doesn't support LIMIT in SELECT?</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1216</link>
    <description>Hi,

I've connected to my database through mx.ODBC.Windows functions
connect() and DriverConnect().
I was able to execute sql.execute("""SELECT count(*) FROM
IM1_InventoryMasterfile""") but not
sql.execute("""SELECT * FROM IM1_InventoryMasterfile LIMIT 5""").

This is the error that I get:
mx.ODBC.Error.InterfaceError: ('3700', 1017, '[Best Canada][PUX ODBC
Driver]Unexpected extra token: 5', 7089)

Windows ODBC version: 3.525.11.32.0
Windows Python version: 2.5

Why does a simple LIMIT 5 not work?

Thanks,

</description>
    <dc:creator>Minh-Long Pham</dc:creator>
    <dc:date>2008-09-02T18:43:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1215">
    <title>ANN: eGenix mx Base Distribution 3.1.1</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1215</link>
    <description>________________________________________________________________________

ANNOUNCING

                     eGenix.com mx Base Distribution

                             Version 3.1.1

       Open Source Python extensions providing important and useful
                   services for Python programmers.


This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-mx-Base-Distribution-3.1.1-GA.html

________________________________________________________________________

ABOUT

The eGenix.com mx Base Distribution for Python is a collection of
professional quality software tools which enhance Python's usability
in many important areas such as fast text searching, date/time
processing and high speed data types.

The tools have a proven record of being portable across many Unix and
Windows platforms. You can write applications which use the tools on
Windows and then run them on Unix platforms without change due to the
consistent platform independent interfac</description>
    <dc:creator>eGenix Team: M.-A. Lemburg</dc:creator>
    <dc:date>2008-08-05T12:46:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1209">
    <title>Problems deploying mx.DateTime</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1209</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Weverton Gomes</dc:creator>
    <dc:date>2008-07-22T15:53:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1208">
    <title>ANN: eGenix EuroPython 2008 Presentations &amp; Videos</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1208</link>
    <description>________________________________________________________________________


           eGenix EuroPython 2008 Presentations &amp; Videos

________________________________________________________________________


We have uploaded our EuroPython 2008 presentations to our website.

Learn the concepts behind the Python DB-API and how to design
large-scale applications.

This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/EuroPython-2008-Presentations.html
________________________________________________________________________

INTRODUCTION

The EuroPython Conference is the one of the premier conferences for
Python &amp; Zope users and developers. This year it was being held from
the 7th to 9th July in Vilnius, Lithuania.

eGenix was one of the founding members of the EuroPython conference
team and played a major role in organizing the first EuroPython
conference in the year 2002.

Since then we have attended every EuroPython conference to meet up
face-to-face with </description>
    <dc:creator>eGenix Team: M.-A. Lemburg</dc:creator>
    <dc:date>2008-07-21T21:26:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1204">
    <title>insert fails with no error</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1204</link>
    <description>Hi-

I'm connecting from linux x86_64 to a sqlserver2005 instance using mxODBC 3.0.1 with unixODBC.  I'm able to retrieve data with no problem.  When I try a simple insert:


        c=db.cursor()
        p1="test"
        p2="mxodbc test"
        c.execute("insert into bug" + \
                  " (UIElement,Description)" + \
                  "values (?,?)" \
                  ,(p1,p2) \
                  )

c.rowcount is 1 but the row is not present in the table.  If I execute the same sql command using isql it works.  The table uses an autoincrement key column and values for the key are consumed even though the record is not being created.  c.messages is empty.  The same behavior is seen regardless of whether parameters are used and regardless of wether I use execute or executedirect.  Any help would be appreciated.

Thanks,

Joel




_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailm</description>
    <dc:creator>Joel Bard</dc:creator>
    <dc:date>2008-07-17T19:49:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1202">
    <title>Simple mx.ODBC Update question</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1202</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Greg Corradini</dc:creator>
    <dc:date>2008-06-23T16:20:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1201">
    <title>ANN: eGenix mx Base Distribution 3.1.0</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1201</link>
    <description>________________________________________________________________________

ANNOUNCING

                     eGenix.com mx Base Distribution

                             Version 3.1.0

       Open Source Python extensions providing important and useful
                   services for Python programmers.


This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-mx-Base-Distribution-3.1.0-GA.html

________________________________________________________________________

ABOUT

The eGenix.com mx Base Distribution for Python is a collection of
professional quality software tools which enhance Python's usability
in many important areas such as fast text searching, date/time
processing and high speed data types.

The tools have a proven record of being portable across many Unix and
Windows platforms. You can write applications which use the tools on
Windows and then run them on Unix platforms without change due to the
consistent platform independent interfac</description>
    <dc:creator>eGenix Team: M.-A. Lemburg</dc:creator>
    <dc:date>2008-06-18T16:26:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1200">
    <title>ANN: eGenix mxODBC Connect Database Interface for Python 0.9.1 (beta)</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1200</link>
    <description>________________________________________________________________________

ANNOUNCING
                     eGenix.com mxODBC Connect

                   Database Interface for Python

                        Version 0.9.1 (beta)


   Our new client-server product for connecting Python applications
          to relational databases - on all major platforms


This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-mxODBC-Connect-0.9.1-beta.html

________________________________________________________________________

INTRODUCTION

The mxODBC Connect Database Interface for Python allows users to
easily connect Python applications to all major databases on the
market today in a highly portable and convenient way.  This makes
mxODBC Connect the ideal basis for writing cross-platform database
programs and utilities in Python.

mxODBC Connect extends our eGenix mx Python Extension series with a
new client-server based product, that removes the need to instal</description>
    <dc:creator>eGenix Team: M.-A. Lemburg</dc:creator>
    <dc:date>2008-06-16T10:12:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1199">
    <title>ANN: eGenix pyOpenSSL Distribution 0.7.0-0.9.8h-1</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1199</link>
    <description>________________________________________________________________________

ANNOUNCING

                    eGenix.com pyOpenSSL Distribution

                         Version 0.7.0-0.9.8h-1


              An easy to install and use repackaged distribution
                of the pyOpenSSL Python interface for OpenSSL -
                   available on Windows and Unix platforms


This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-pyOpenSSL-Distribution-0.7.0-0.9.8h-1-GA.html

________________________________________________________________________

INTRODUCTION

The eGenix.com pyOpenSSL Distribution includes everything you need to
get started with SSL in Python. It comes with an easy to use installer
that includes the most recent OpenSSL library versions in pre-compiled
form.

pyOpenSSL is an open-source Python add-on (http://pyopenssl.sf.net/).
OpenSSL is an open-source implementation of the SSL protocol
(http://www.openssl.org/).

* About Python:</description>
    <dc:creator>eGenix Team: M.-A. Lemburg</dc:creator>
    <dc:date>2008-06-12T20:04:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1195">
    <title>Installing mxODBC Zope DA for use in Plone 3.x</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1195</link>
    <description>The Plone universal installer ships with its own Python and Zope
installation. As a result the installation procedure for our
Zope DA has to be adapted to the Plone setup.

The following assumes that you are using the unified Plone 3.1
installer and its default standalone configuration.


For a Plone 3.1 standalone installation:
----------------------------------------

cd /opt/Plone-3.1/

# Unzip the mxODBC Zope DA ZIP file in the instance directory
unzip -d zinstance/parts/instance \
     egenix-mxodbc-zopeda-1.0.10.*-py2.4_ucs2.zip

# Move the product package into place
mv zinstance/parts/instance/lib/python/Products/mxODBCZopeDA \
     zinstance/products/

# Remove the no longer needed Products/ directory to avoid
# confusion
rmdir zinstance/parts/instance/lib/python/Products

then install the license files into

/opt/Plone-3.1/zinstance/parts/instance/lib/python/mx/ODBC

and restart Plone.

Regards,
</description>
    <dc:creator>M.-A. Lemburg</dc:creator>
    <dc:date>2008-06-06T20:14:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1189">
    <title>mx.odbc segmentation fault on fetching string</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1189</link>
    <description>Dear list,

I am evaluating mx.odbc for connecting to a MS SQL server from my Linux machine using freetds 0.82. I can connect and query using isql without problem, but I get a segmentation fault if I fetch using the mx.odbc interface.

wva&lt; at &gt;amcat:~/tmp$ isql -v AmcatDB &lt;UID&gt; &lt;PWD&gt;
+---------------------------------------+
| Connected!
[...]
+---------------------------------------+
SQL&gt; select top 1 projectid, name from projects
[...]
| 1          | test
[...]
SQLRowCount returns 1
1 rows fetched

wva&lt; at &gt;amcat:~/tmp$ python testodbc.py
connected to Microsoft SQL Server 08.00.2039
Executed, fetching...
[(1,)]
Executed, fetching...
Segmentation fault

wva&lt; at &gt;amcat:~/tmp$ cat testodbc.py
import mx.ODBC
db = mx.ODBC.unixODBC.connect("AmcatDB", "&lt;UID&gt;", "&lt;PWD&gt;")
print "connected to %s %s" % (db.dbms_name, db.dbms_version)
c = db.cursor()
c.executedirect("select top 1 projectid from projects")
print "Executed, fetching..."
print c.fetchall()
c.executedirect("select top 1 projectid, name from projects")
print "Executed, f</description>
    <dc:creator>Wouter van Atteveldt</dc:creator>
    <dc:date>2008-06-03T00:49:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1187">
    <title>Plone 3.1, Buildout, and MX ODBC Zope DA</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1187</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Eric S Tyrer II</dc:creator>
    <dc:date>2008-05-22T14:49:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1184">
    <title>Still can't install mxODBCZopeDA on plone 3.1.1buildout</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1184</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Cliff Quinn</dc:creator>
    <dc:date>2008-05-22T04:35:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1175">
    <title>Newlines and VARBINARY</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1175</link>
    <description>
Hello all,

I try to use mx.ODBC in the following environment:
mx.ODBC, Linux, iODBC, FreeTDS-Library, Microsoft SQL Server.

I get an error message when I try to insert a string with
new lines into a table with a TEXT field:

import mx.ODBC
con = mx.ODBC.iODBC.DriverConnect("DRIVER={SQL Server};SERVER=&lt;server_ip&gt;;DATABASE=&lt;dbname&gt;;UID=&lt;user&gt;;PWD=&lt;pwd&gt;")
cur = con.cursor()
cur.execute("CREATE TABLE #test (t text)")
cur.close()
cur = con.cursor()
cur.execute("INSERT INTO #test(t) VALUES(?)", ('test\n',))
cur.close()
con.close()

/etc/odbcinst.ini:
[ODBC Drivers]
TDS MSSQL = installed

[SQL Server]
Description = TDS MSSQL ODBC Driver v 4.2
Driver = /usr/local/lib/libtdsodbc.so

after the line cur.execute("INSERT ... ") I get an error:
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in ?
mx.ODBC.Error.ProgrammingError: ('22018', 206, '[FreeTDS][SQL Server]Operand type clash: varbinary is incompatible with text', 7028)

Part of freetds-Log:

token.c:2159:tds_process_end() state set to TDS_IDLE
util</description>
    <dc:creator>Alexandre Pigolkine</dc:creator>
    <dc:date>2008-05-14T06:37:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1171">
    <title>At what year does (yy, mm, dd) become (19yy, mm, dd)?</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1171</link>
    <description>For mxDateTime.

I know I saw this in the manual, but I can't locate it again.

Thanks,

Dick Moores


_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users

</description>
    <dc:creator>Dick Moores</dc:creator>
    <dc:date>2008-05-07T10:09:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1168">
    <title>DateTimeFromString off by one sec?</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1168</link>
    <description>Hi,

I am using mx.DateTime to parse dates and times in ISO format. I have
noticed that DateTimeFromString seems to be off by one second if the
time string being parsed ends with :59

&lt;mx.DateTime.DateTime object for '2008-05-06 19:30:09.58' at 651a8&gt;

but

&lt;mx.DateTime.DateTime object for '2008-05-06 19:30:09.58' at 8c250&gt;

Adding formats=['iso', ] does not change the results. I am using
mx.DateTime 3.0 by the way.


Am I doing something wrong?

Thank you!
Francesco


_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users

</description>
    <dc:creator>Francesco Pierfederici</dc:creator>
    <dc:date>2008-05-06T21:27:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1165">
    <title>mxDateTime problem</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1165</link>
    <description>Use this file for temporary saving. E.g. for drafting an email.

Please see my daysDelta24.py at &lt;http://py77.python.pastebin.com/f5d8a35d&gt;

"Compute the difference in days (and weeks and days) between 2 dates.
E.g., The difference between 07/04/1776 and 09/11/2001 is 82248 days
Or 11749 weeks and 5 days"

The user is instructed to "Enter date as month/day/year, or enter
nothing for today", for both dates. If for one date he chooses to
enter nothing in order to make that date today's date, the script
fails--the computed difference between the dates will be short by 1.
Thus, if the dates are 5/5/2008 (today's date entered by entering
nothing) and 5/8/2008, the computed difference will be 2. If instead,
both of these dates had been entered "manually", the computed
difference will be 3. (See outputs #3 and #4, lines 107-126)

I believe the error is caused by getDate() returning DT.now() when the
user enters "".  DT.now() is, for example, 2008-05-05 00:51:34.00 (my
local time at time of writing), not 2008-05-05 </description>
    <dc:creator>Dick Moores</dc:creator>
    <dc:date>2008-05-05T08:37:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1163">
    <title>trying to figure out mx.ODBC buildout recipe</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1163</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Eric S Tyrer II</dc:creator>
    <dc:date>2008-05-03T02:21:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1153">
    <title>mxDateTime puzzle</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1153</link>
    <description>Win XP, Python 2.5.1, mxDateTime v.3

I'm trying to begin to master both Python's datetime module and
mxDateTime. I have a script that does something useful for me with
datetime: &lt;http://py77.python.pastebin.com/f25c957&gt;. Note the user is
able to enter a date in informal U.S. style. E.g. yesterday's as
5/1/2008.

I've tried hard to write a script that does the same with mxDateTime,
but am not able to incorporate the same date style. I'm stuck at
having the user enter a date as "year, month, date". This effort is at
&lt;http://py77.python.pastebin.com/f130055a1&gt;

Please suggest how to modify this to meet my objective.

Thanks,

Dick Moores


_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users

</description>
    <dc:creator>Dick Moores</dc:creator>
    <dc:date>2008-05-02T09:29:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.egenix.user/1146">
    <title>How to do "where foo in ?" clause in mxodbc?</title>
    <link>http://comments.gmane.org/gmane.comp.python.egenix.user/1146</link>
    <description>
_______________________________________________________________________
eGenix.com User Mailing List                     http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users
</description>
    <dc:creator>Cliff Xuan</dc:creator>
    <dc:date>2008-04-15T15:15:25</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.python.egenix.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.egenix.user</link>
  </textinput>
</rdf:RDF>
