JDBC in CPYTHON

2009-02-03 Thread KMCB
I was wondering if anyone was aware of a JDBC DBAPI module for
cpython.  I have looked at PYJDBC and was interested in avoiding using
that extra level of ICE.  I was thinking maybe someone would have back
ported zxJDBC from Jython.  Or used that as a starting point, to
create a module and had a C based wrapper for the driver.  This type
of activity was talked about back in 2004 on this forum, but I was
wondering if anyone had newer information.

Regards,
kmcb
--
http://mail.python.org/mailman/listinfo/python-list


Re: JDBC in CPYTHON

2009-02-04 Thread KMCB
Thanks Simon and Marc,

I currently have an app on OSX that I wanted to migrate to NIX, it
uses a ODBC DBAPI interface to communicate with Filemaker.
Unfortunately, FMP does not support linux drivers.  They do have a
JDBC driver that looks like it may work.  My preference was to run
that app on one machine.

I may not be understand your suggestion Marc, can the app and bridge
run on the same machine.  Can I specify the ODBC to a localhost, being
the bridge?  Then have the JDBC driver installed.

Also, your second link does not seam to have a download or anything in
the CVS.

Thanks,
   KMCB

--
http://mail.python.org/mailman/listinfo/python-list


Static Map

2009-02-28 Thread KMCB
Hello,

I'm interested in creating a static map of a region in the US.  This
map would be set into a picture format, so I can add it to a
document.  I would like it to contain some town names and road
information.  Then I would like to add points, based on LAT and LONG,
that can be labeled with information I provide.

I have done some searching, Google Maps probably will not work because
of the License.  WuGeo does not seam to have the details.  I was
considering tw.openlayers, but do not know if that is the best
starting point.  If I could not create the picture from Python, would
use tw and then create a screen shot to get started.

Does anyone have thoughts on a better approach?

KMCB
--
http://mail.python.org/mailman/listinfo/python-list


Re: Static Map

2009-03-01 Thread KMCB
Andrew,

You are correct, that article was very beneficial.  It helped me
understand the stack, much better.

Thanks,

kmcb
--
http://mail.python.org/mailman/listinfo/python-list