Results 1 to 3 of 3

Thread: IcePy-3.2.1: multiple python versions

  1. #1
    khigia is offline Registered User
    Name: Ludovic Coquelle
    Organization: Affle Pvt Ltd
    Project: testing
    Join Date
    Jan 2008
    Posts
    4

    IcePy-3.2.1: multiple python versions

    Hi,

    I've tried to compile ICE for Ubuntu distribution of GNU/Linux.
    I had multiple python sources installed and run in some conflict (using include of python2.4 with python runtime 2.5).

    I did the attach modification. It's not robust because it doesn't check the version number, but at least it works in the case you use the higher python version available on the machine .

    Hope this help! At least it show a problem if it doesn't give a perfect solution

    Btw, I'm a ICE newby, and this is my first message on this forum so ... hello everybody and sorry if the patch is not in the expected format.
    Attached Files Attached Files

  2. #2
    Andreas Scherer is offline Registered User
    Name: Andreas Scherer
    Organization: Private Linux Site
    Project: Evaluating Ice-C++, Ice-Java, Ice-Python, Ice-Ruby
    Join Date
    Mar 2005
    Location
    Berlin, Germany
    Posts
    50
    Quote Originally Posted by khigia View Post
    I've tried to compile ICE for Ubuntu distribution of GNU/Linux. I had multiple python sources installed and run in some conflict (using include of python2.4 with python runtime 2.5).
    From my own experience of compiling and using Ice (C++, Java, Python, Ruby) on OpenSUSE 10.0 Linux, I know that this can be a worthwhile endeavor (I learned a lot from hacking ice.spec).

    However, when OpenSUSE 10.3 quit to work properly on my computer, I switched to Kubuntu 7.10 two months ago and am extremely happy that "universe/devel" provides a full set of packages of Ice and its diverse language mappings (some minor configuration glitches were quite easy to fix).

    Who would have thought that I (of all persons) would enjoy running an IceCS client on a Linux box (with the aid of the mono runtime) talking to an IcePython server on a Windows box (ActivePython 2.5.1.1).

    Ah, apart from this praise I can't be of help with your problem, sorry.

    Take care,
    Andreas

  3. #3
    fmoya is offline Registered User
    Name: Francisco Moya
    Organization: UCLM
    Project: Debian packages
    Join Date
    Oct 2004
    Posts
    51
    Quote Originally Posted by khigia View Post
    I've tried to compile ICE for Ubuntu distribution of GNU/Linux.
    I had multiple python sources installed and run in some conflict (using include of python2.4 with python runtime 2.5).
    Debian (and thus Ubuntu) already compiles and distributes IcePy-3.2.1 for all available python versions.

    If you want to compile it yourself: apt-build install python-zeroc-ice

    Selecting the last version is just as bad as selecting any other installed version. If you have several python versions installed it is because you use them all. When compiling the original ZeroC distribution you just need to select which version you want: make PYTHON_VERSION=python2.5

    Regards,
    F. Moya
    Francisco Moya Fernandez
    Computer Architecture and Tecnology Group
    University of Castilla-La Mancha

    Debian Maintainer of ZeroC Ice packages.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Multiple Connections to different Server versions?
    By Svedrin in forum Help Center
    Replies: 5
    Last Post: 02-22-2011, 02:31 PM
  2. Replies: 2
    Last Post: 03-19-2009, 04:52 AM
  3. Python servant implementing multiple facets
    By tctimmeh in forum Help Center
    Replies: 1
    Last Post: 05-14-2008, 06:00 PM
  4. Replies: 1
    Last Post: 11-12-2006, 08:54 AM
  5. Replies: 3
    Last Post: 04-03-2006, 01:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •