Standalone Python client for recent versions of MaxDB / Python?

Folks;
I remember seeing some Python related things coming with the MaxDB installation, as well as I remember having a separate bundle of code to make MaxDB accessible from within Python available with earlier versions. However, simply trying to use the Python bits that come with MaxDB along with the Python installation on my workstation (Ubuntu 9.10) failed, so obviously it's not that easy. Is anyone so far using the MaxDB Python tooling and eventually capable / willing to point out how to use the MaxDB Python code with a locally installed Python environment?
TIA and all the best,
Kristian

Lars;
sorry for the fuzzy question, I'll surely learn I promise. To be more verbose:
(a) I tried following the installation prodecure explained in MaxDB Library -> "Interfaces" -> "Python Manual" -> "Configuring the Python Modules". This tells to download a package "maxdb-python-*" which I consistently fail to find on SDN.
(b) I tried
export PYTHONPATH=/home/kr/kontext/runtime/appservers/maxdb/apps/lib/python2.3
as a "naive" approach trying to add to the PYTHONPATH the Python modules that come with a full MaxDB installation. By then, trying an "import sdb.sql" ends up somehow more or less like this:
>>> import sdb.sql
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: sdb/sqlmodule.so: undefined symbol: __gxx_personality_v0
On my platform, however, Python version locally installed is pretty much newer than 2.3 (2.6.4 actually), so I am not sure whether it's a problem of not having the "right" bits of MaxDB Python code installed, of the MaxDB Python bits not being compatible with current versions of Python or any other problems. Is there, overally asking, a way of getting MaxDB Python tooling to work with current Python version?
Many thanks in advance,
Kristian

Similar Messages

  • Generate standalone java client for weblogic (11g) webservice

    Hi All,
    I am a newbie to web logic family. I am using web logic 11g server and deployed JAX-WS web service on it using the documentation given for the same. I have created one complex object to return some data from the server as web service. I am able to build, deploy and run the web service using ant task on same machine.
    But I need to deploy client classes on another machine and call web service from machine other than I am using for creating and deploying web service. Can you please tell me how can I achieve this ? Which jar files are needed to run a web service client generated through ant task and how can I create web service client differently using Eclipse IDE?
    I have generated Client classes as jar using eclipse OEPE but I dont have any idea how can I use it because it changes the package name and class names also :(
    Please help me out any hint would be greatly appreciated. :)

    Hi All,
    I have found all the answers regarding my query from the link below :
    [Overview of Web Services Invocation|http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webserv/client.html#wp229351]
    May be this would be helpful to the newbie who is just like me :) yippy :)

  • I recently upgraded to Yosemite 10.10.2 and Aperture 2.1.4 will no longer open.  I cannot access my photos and I don't want to pay for latest version of Aperture since this application is no longer going to be supported.  How can I get my pictures?

    I recently upgraded to Yosemite 10.10.2 and Aperture 2.1.4 will no longer open.  I cannot access my photos and I don't want to pay for latest version of Aperture since this application is no longer going to be supported.  How can I get my pictures?

    If you want just the originals, then you can go into the Aperture library (right click on it and do "show package contents"). Inside is a directory called "Masters" and you can find the original files in a bunch of subfolders.
    But... you'll lose all adjustments, keywords, and other information, and just have the files as they were imported originally from the cameras.
    Easiest is probably to buy Aperture and update everything, and then migrate to the Photos application down the road if that's what you want. Aperture 3.0 came out in 2010 (five years ago!) so it's not like you've upgraded in a while

  • After I downloaded the most recent versions of itunes and quicktime  I cannot play any videos, tutorials.  Thank you for any help.

    Videos will not play after downloading the mmost recent versions of Itunes and Quicktime.  What can I do?  The video tries to start but freezes and does not respond.

    Appreciate the suggestion.  I did the repair, but videos still don't play.
    I tried putting quicktime in "safe mode", but that also did not solve the video-play problem.
    However, I downloaded a video and that video does play.
    A video may start but quickly freezes.
    In itunes is the player "quicktime or itunes"?
    When I open the quicktime player(its appearance doesn't look like a player with controls for play, pause, etc.).
    Maybe the controls appear when play begins' however, then I try to open any song of video, I always get the same message:  "Do you want to allow this website to open a program on your computer(in itunes, I assume).)
    If i choose "yes" I get an error message.
    I thought this additional information might be helpful, but you can just answer the original question if you have some additional ideas.
    Thanks for your help.

  • I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software?

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

  • Is there a recent security update for OSX version 10.6.8?

    Is there a recent security update for OSX version 10.6.8?

    I am getting more confused. I have Lion 10.7.5 and thought this would not be susceptible to SSL problem.
    I also took Lanny's advice and went to "gotofail.com" and it said I was SAFE.
    Can I assume I am OK?
    Also,i have an ipod 4g and went to the same gotofail, and it also said I am safe. I have not udated the security patch as do not have sufficient space (need 2.7gig) but someone suggested a  go around which I have not tried yet.
    I am accessing the net via a Veiizon jet pak, and not using open networks.
    Please comment

  • Install client for two different oracle versions

    hello, right now I'm involved in two different projects, which work with Oracle 9i and 10g, and I need to access both databases from the same computer. My question is if it's possible to install the client software for both versions without problems.
    Thank you

    The problem is that the client for 9i is already installed in that machine, and it can't be uninstalled. So I need to install 10g client software, but without uninstalling the other one, only if this operation doesn't generate any conflicts. Is there an official Oracle document or somethign similar about this topic?

  • Can client dynamically link to shared libraries for different versions ?

    Can Oracle client dynamically link to Oracle shared libraries if the versions are different ?
    Hi:
    I apologize for this newbie question:
    We are using PRO C to generate the client C code.
    We can compile both dynamic and static versions of our Oracle client.
    Our question is:
    is it possible to compile a dynamically linked Oracle client in say version 10.1.0.2 and actually run the application against say version 8.1.7.0 environment ?
    That is, can an Oracle client dynamically link to the Oracle shared libraries if the versions are different ?
    If it is possible, then how to modify the makefile
    to enable Oracle client to reference different versions
    of shared libraries ?
    Thanks
    JL

    What you describe is not supported.

  • Is there a 64-bit version of the VPN Client for Vista coming?

    Is there a 64-bit version of the VPN Client for Vista coming for the VPN 3000 series concentrators?

    February 18, 2010
    Due to popular demand, the Cisco VPN Client v5.0.7 open beta is now available!
    In addition to serving as a general maintenance release, the Cisco VPN Client 5.0.7 beta is compatible with Windows 7 & Windows Vista 64-bit environments. 
    A 64-bit specific compatible image is available for installation on these platforms.
    Please have communicate feedback (both positive and problems) to [email protected]
    Key Capabilities available for Beta Testing:
    New Platform support – Windows 7 & Windows Vista 64-bit platform compatibility
    Software Access: http://tools.cisco.com/support/downloads/go/Redirect.x?mdfid=281940730 (under 5.BETA)
    Software is available for download by any customer with a Cisco.com SMARTnet™ enabled login.
    Release Notes will be available next week via a link once the download image is selected.

  • Most recent version of OS X for a G4?

    Hey, guys. My Dad has an older G4 Power PC. He has 10.3.9 installed, but he's having issues with such an old copy of the OS, compared to the software he'd like to use on it.
    I'd like to see about getting him a new version of the OS, but I seem to recall there was a break in the hardware around that point that made some Macs unable to run more recent versions of the OS.
    So, I was wondering what the highest version of the OS that can be installed and run on a PowerPC G4? I had initially though the 10.3.x were the last version useable by that machine, but I saw some folks on the forums here talking about OS 10.5, so I'm not sure anymore.
    Message was edited by: Steve_Mumford
    Message was edited by: Steve_Mumford

    Hi Steve,
    Tiger Requirements...
    To use Mac OS X 10.4 Tiger, your Macintosh needs:
    * A PowerPC G3, G4, or G5 processor
    * Built-in FireWire
    * At least 256 MB of RAM (I recommend 1GB minimum)
    * DVD drive (DVD-ROM), Combo (CD-RW/DVD-ROM) or SuperDrive (DVD-R) for installation
    * At least 3 GB of free disk space; 4 GB if you install the XCode 2 Developer Tools (I recommend 20GB minimum)
    http://support.apple.com/kb/HT1514
    See Tom's, (Texas Mac Man), great info on where/how to find/get Tiger...
    http://discussions.apple.com/thread.jspa?messageID=9755670&#9755670
    Or Ali Brown's great info on where/how to find/get Tiger...
    http://discussions.apple.com/thread.jspa?messageID=10381710#10381710
    Leopard requirements/10.5.x...
    * Mac computer with an Intel, PowerPC G5, or PowerPC G4 (867MHz or faster) processor
    minimum system requirements
    * 512MB of memory (I say 2GB at least)
    * DVD drive for installation
    * 9GB of available disk space (I say 30GB at least)
    You have to call Apple & likely ask for a Product Specialist to get it, if they still have it! Helps to tell them you have an iPad/iPhone & you can't run 10.6.
    There are workarounds if the 867MHz is the only hangup...
    http://sourceforge.net/projects/leopardassist/

  • Standalone client for KM

    Dear sirs,
    I want to develop standalone (fat) Java client for KM. Knowledge management is running on a 7.0 portal. How can I connect to portal? Thanks for any advice.

    Check the following links
    http://help.sap.com/saphelp_nw04/helpdata/en/95/c3744f7143426e8f99c362244e0b55/content.htm
    en.wikipedia.org/wiki/WebDAV
    www.ietf.org/rfc/rfc2518.txt

  • I have a G5 and iBook with PowerPC/iTunes 10....just recently I can't bring up the preset Internet radio on either one. Is this a glitch, or have they been permanently disabled for older versions of iTunes?

    I have a G5 and iBook with PowerPC/iTunes 10....just recently I can't bring up the preset Internet radio on either one. Is this a glitch, or have they been permanently disabled for older versions of iTunes?

    I should have posted this for you a while ago. My apologies for not doing it sooner. This was passed on to me by another user R C-R
    He deserves the credit for this workaround. This is his post from an area in the forum where you have to be level 6 or higher in which to participate.
    I am getting the same (global) error using iTunes 10.3.1 on a 2008 MacBook running 10.6.8.
    A really, really awkward workaround that works for me (for now) is if you have the URL of the Internet radio server you can go to Advanced > Open Stream... (in iTunes 10.x) or type command + U, enter it there & click OK. The station should play fine in 10.x.
    You can get the URL from any version of iTunes that still supports the "radio tuning service" (which I gather is an Apple server thing Apple is no longer supporting for 10.x). Play the station normally from the newer version & type command + I to open the info window. At the bottom of the "Summary" tab you will see the URL. (Annoyingly, you can't copy the text so you will have to write it down.)
    Once you have that, you can play the station in 10.x & add it to a playlist for future use.
    To check this out, maybe try http://198.27.80.37/stream/mbarsott.pls -- it is a European Jazz station that works fine for me with iTunes 10.3.1.
    This workaround does work, but is a bit cumbersome. I'm still holding out hope that it is just a glitch.

  • Can I purchase the most recent version of Indesign for 1 flat fee?

    Please help

    The most recent version (CC 2014) is available by subscription only. If you want to purchase a perpetual license, your only option is CS6.

  • Most recent version of Adobe Reader for Mac OS Intel 10.4.11?

    I needed to update my version of Adobe Reader. I clicked the appropriate designation - "Mac OS Intel 10.4.11-10.5.5" - downloaded the software, and then tried to install it.
    I got the error message "Couldn't open "Adobe Reader X Installer.pkg". This package type requires Mac OS X 10.5."
    Has anyone else experienced this problem? Other than a $39 call to Adobe to find out WHY the software they designated for my version of Mac OS doesn't seem to work, what can I do?

    Hi,
    Reader X does not support OS X 10.4.11. You can install Reader X only on leopard and Snow leopard series of MACs
    Try using latest version of Reader 9. You can get it from the link: http://get.adobe.com/reader/otherversions/ and select Reader 9.4 in version selection dropdown menu.
    Thanks,
    Karan

  • I am running with Firefox version 3.5.7. I am trying to update to a more recent version. So far, the update has been running for 4 hours. For most of the time it has been downloading versoin 3.6.18. Why am I hanging trying toi update?

    I have an old version of Firefox - Version 3.5.7.
    I am trying to update to the current version. As part of the update, the system is first loading all of the intermediate versions.
    I started the update 4 hours ago. It is still running. Most of the time, it has been downloading version 3.6.18. I am letting it run.
    Is there any other way to get the most recent version?

    Thank you. That is basically what I did. I gave up on the update and downloaded a fresh version of Firefox.

Maybe you are looking for