<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
VV,<br>
<br>
As the message says, you need to set a Unix environment variable to
point to the Sybase software installation (not the DB). You mentioned
using FreeTDS. So, most like you would do (at the command prompt):<br>
<br>
&nbsp;&nbsp; #&nbsp; export SYBASE=/usr<br>
&nbsp;or maybe<br>
&nbsp;&nbsp;&nbsp; # export SYBASE=/usr/local<br>
<br>
Then do the "python setup.py ...".<br>
<br>
&nbsp;&nbsp;&nbsp; Paul Rensing<br>
<br>
VV W wrote:
<blockquote
 cite="mid:5e74926a0909080847l2d52cc98nce20da7dd36bb9f3@mail.gmail.com"
 type="cite">
  <div>Hello, </div>
  <div>&nbsp;</div>
  <div>I searched the Python-Sybase Archives however I did not find
what I need. So I post my question here. </div>
  <div>&nbsp;</div>
  <div>My Sybase database sits on another computer in a different
place. I know the server for the computer. My qestions are </div>
  <div>(1.) How to give Sybase directory in the "setup.py"?</div>
  <div>(3.) Any information or webpage links that you can provide to me
for such a remote datababse case?</div>
  <div>&nbsp;</div>
  <div>I work on Ubuntu. </div>
  <div>&nbsp;</div>
  <div>Thanks so much</div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Python-sybase mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python-sybase@object-craft.com.au">Python-sybase@object-craft.com.au</a>
<a class="moz-txt-link-freetext" href="https://www.object-craft.com.au/cgi-bin/mailman/listinfo/python-sybase">https://www.object-craft.com.au/cgi-bin/mailman/listinfo/python-sybase</a>
  </pre>
</blockquote>
</body>
</html>