I had a similar problem with sybase that turned out to be a permissions issue on the sybase lib dir. Bill Anderson wrote:
OK, after much wrangling with Sybase, and repeated attmepts to get appropriate libraries ... we now have the 12.0 Libraries for HP-UX. Has anyone tried compiling against this version (at least the 12.0 stuff?). I get it to compile fine, imports into python fine, but I get the follwing traceback on the broken product link:
Traceback (innermost last): File "/home/Web_Center/lib/python/OFS/Application.py", line 387, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/home/Web_Center/lib/python/Products/SybaseDAv2/__init__.py", line 90, in ? import DA File "/home/Web_Center/lib/python/Products/SybaseDAv2/DA.py", line 91, in ? from db import DB File "/home/Web_Center/lib/python/Products/SybaseDAv2/db.py", line 96, in ? _context=sy_occ.cs_ctx_alloc() sy_occ.error: Could not connect to Sybase
I would think that it wouldn't try to connect to the database until the connection is opened...
Failing that, anyone compile against usalke libraries for HPUX? Sybase either sends us the libraries we hav (11.1.1) or this 12.0 stuff. Can't seem to tget it through to them that we need the libraries for 1..9.9 or 11.5...
Boss is getting annoyed that we haven't deployed the site to the HP-UX server yet ... and much is on hold in the meantime...Any help much appreciated.
-- Bill Anderson Linux/Unix Administrator, Security Analyst ESBU (ARC) bill_anderson@boi.hp.com My opinions are just that; _my_ opinions.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org