Re: [Sqlrelay-discussion] SQLRelay and windows
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-06-16 14:01:27
|
I've been trying to get that working, but I haven't yet succeeded :) In order to use SQL Relay client code on windows without cygwin, the parts of rudiments that the SQL Relay client uses need to be ported to the win32 API. I've been working on that, but it's not complete yet. So far, the parts of rudiments that the SQL Relay client uses still require some of the functionality provided by cygwin and native windows Python can't use modules that were built under cygwin, or at least I couldn't figure out how to get it to. Dave dav...@fi... On Wed, 2006-06-14 at 07:32 +0200, Maciej Wi=C5=9Bniowski wrote: > Hi >=20 > I'm wondering if it is possible to have SQLRelay installed under > Windows and use it from Python (installed in windows not via cygwin). > I've found that to run SQLRelay in Win environment it is necessary > to use Cygwin. I don't have experience with this tool and not to > much time to check this (so I'm just wondering about this now ;)), but > maybe somebody can tell me if it is possible to have python under > windows and use SQLRelay libraries in it (I only need client, > server is on different, linux machine). >=20 |