From: <arn...@ma...> - 2004-04-29 20:03:34
|
Hi, I am trying to compile the sybase python module on OS X and I am able=20 to get it to compile by using python 2.2 (from Fink) with FreeTDS 6.2,=20= but as soon as I try to import the module, I get the following linking=20= error. Any ideas? I have come through a few post referring to similar=20 problems but never with a solution. Thank you in advance for your help. >>> import Sybase Traceback (most recent call last): File "<stdin>", line 1, in ? File "Sybase.py", line 20, in ? from sybasect import * ImportError: Failure linking new module: : dyld: python Undefined=20 symbols: _cs_config _cs_convert _cs_ctx_alloc _cs_ctx_drop _cs_dt_crack _cs_dt_info _cs_loc_alloc _cs_loc_drop _cs_locale _ct_bind _ct_callback _ct_cancel _ct_close _ct_cmd_alloc _ct_cmd_drop _ct_command _ct_con_alloc _ct_con_drop _ct_con_props _ct_config _ct_connect _ct_describe _ct_exit _ct_fetch _ct_get_data _ct_init _ct_options _ct_param _ct_res_info _ct_results _ct_send S=E9bastien |