[Dip] Dip and Dippy

Ted Ralphs ted at lehigh.edu
Mon Sep 26 15:42:27 EDT 2011


My guess is that the library is not in your library search path. Assuming
you are using bash as your shell, try doing

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

If it works, add that line to your .bash_profile and you should be good to
go.

Cheers,

Ted

On Mon, Sep 26, 2011 at 3:31 PM, piet hoogeveen
<piet.hoogeveen at hotmail.com>wrote:

>  Hi Ted and Stu,
>
> I have installed Ubuntu in a fresch virtual machine (I was busy with
> something else and had no time unfortunately to do this earlier)
> It seems to me that first two steps went well.
>
>
> 1) Install Requirements
>  $ sudo apt-get install gfortran python-dev python-pip
> 2) Install DIP to your local system (trunk at the moment till we pin a
> new release)
> $ svn checkout https://projects.coin-or.org/svn/Dip/trunk dip_trunk
> $ cd dip_trunk
> $ ./configure --prefix /usr/local
> $ make
> $ sudo make install
>
> 3) Install Dippy from the file that I have posted at
>
> https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977
> $ sudo pip install coinor.dippy-1.0.10.tar.gz
> 4) Test your installation by going to the examples and running coke.py
> $ python coke.py
>
> I had downloaded the file in step 3 some time ago so I could use it now.
> But something goes wrong when I run: sudo pip install
> coinor.dippy-1.0.10.tar.gz
> Because when I run: $ python coke.py
> I get the following message:
>
> user at ubuntu:~$ cd Desktop
> user at ubuntu:~/Desktop$ python coke.py
> Traceback (most recent call last):
>   File "coke.py", line 6, in <module>
>     import coinor.dippy as dippy
>   File "/usr/local/lib/python2.7/dist-packages/coinor/dippy/__init__.py",
> line 1, in <module>
>     from dippy import *
>   File "/usr/local/lib/python2.7/dist-packages/coinor/dippy/dippy.py", line
> 3, in <module>
>     from _dippy import *
> ImportError: libDecomp.so.0: cannot open shared object file: No such file
> or directory
>
> Do you know what went wrong? Could you help me with this?
>
> Best regards,
>
> Piet
>
>
>
>  ------------------------------
>  From: ted at Lehigh.EDU
> Date: Thu, 8 Sep 2011 18:47:42 -0400
>
> Subject: Re: [Dip] Dip and Dippy
> To: piet.hoogeveen at hotmail.com
> CC: stu at stuartmitchell.com; michael.osullivan at auckland.ac.nz
>
> Well, I'm out of ideas. Sounds like some kind of problem with your Ubuntu
> installation. Since you're working on a virtual machine, you could grab a
> different image and try that one instead or install Ubuntu from scratch in a
> fresh virtual machine. Stuart, didn't you have a virtual machine set up on
> Amazon?
>
> Cheers,
>
> Ted
>
> On Thu, Sep 8, 2011 at 6:34 PM, piet hoogeveen <piet.hoogeveen at hotmail.com
> > wrote:
>
>  Hi Ted,
>
> Thanks for your help.
> I now used ./configure --prefix=/usr/local and I tried only ./configure
> But after some time, if I use ./configure
> --prefix=/usr/local or ./configure, the system does not respond anymore.
> I have attached a print screen of the terminal.
>
> regards,
>
> Piet
>
>  ------------------------------
> From: ted at Lehigh.EDU
> Date: Thu, 8 Sep 2011 10:47:20 -0400
>
> Subject: Re: [Dip] Dip and Dippy
> To: piet.hoogeveen at hotmail.com
> CC: stu at stuartmitchell.com; michael.osullivan at auckland.ac.nz
>
>
> I'm not sure how this could affect things, but you did
>
> ./configure --prefix /usr/local
>
> but it should be
>
> ./configure --prefix=/usr/local
>
> I think you will have to start from scratch again. If you want to avoid
> having to get a fresh checkout each time, build in a subdirectory, i.e.,
>
> cd Dip
> mkdir build
> cd build
> ../configure --prefix=/usr/local
> make
>
> Then you can just delete the build subdirectory if you want to start over.
> Please try again with the correct configuration command or even don't assign
> a prefix just to establish whether we can get a baseline default compile to
> work.
>
> Cheers,
>
> Ted
>
> On Thu, Sep 8, 2011 at 4:37 AM, piet hoogeveen <piet.hoogeveen at hotmail.com
> > wrote:
>
>  Hi All,
>
> To complement previous e-mail.
> I have a virtual machine (vmware)..
>
> regards,
>
> Jasper
>
>  ------------------------------
> From: piet.hoogeveen at hotmail.com
> To: stu at stuartmitchell.com; ted at lehigh.edu
> CC: michael.osullivan at auckland.ac.nz
>
> Subject: RE: [Dip] Dip and Dippy
> Date: Thu, 8 Sep 2011 08:57:50 +0200
>
>
> Hi All,
>
> I have done a fresh checkout. After that I re-builded and
> re-configured. But I get the same error.
>
> I have attached two config.log files from the folders /home/user/dip_trunk
> and home/user/dip_trunk/osi
>
> Below is my version of Ubuntu:
> user at ubuntu:~$ uname -a
> Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
> i686 i686 i386 GNU/Linux
>
> Regards,
>
> Piet
>
>
>
> > From: stu at stuartmitchell.com
> > Date: Wed, 7 Sep 2011 15:09:37 +1200
> > Subject: Re: [Dip] Dip and Dippy
> > To: piet.hoogeveen at hotmail.com
> > CC: ted at lehigh.edu
> >
> > yeah me too I installed on (though it is a 64-bit ubuntu
> >
> > $ uname -a
> > Linux chandler 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55
> > UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> > and it worked fine for me
> >
> > if you want to just get started though I can send you a built version,
> > that you should just be able to unpack into site-packages (though if
> > something is strange with your setup no guarantee that it will work
> > :-(
> >
> > Stu
> >
> > On Wed, Sep 7, 2011 at 11:53 AM, Ted Ralphs <ted at lehigh.edu> wrote:
> > > I should say that I am using the same version of Ubuntu with no
> problems.
> > > That's where I installed dippy most recently. Something is strange
> about the
> > > set-up on this computer, but I don't know what.
> > >
> > > Cheers,
> > >
> > > Ted
> > >
> > > On Tue, Sep 6, 2011 at 7:50 PM, Ted Ralphs <ted at lehigh.edu> wrote:
> > >>
> > >> I have no idea. If you can do a fresh checkout, then re-build and
> > >> re-configure from scratch, that would be the first step. If it's still
> > >> broken, send config.log and we'll go from there.
> > >>
> > >> Cheers,
> > >>
> > >> Ted
> > >>
> > >> On Tue, Sep 6, 2011 at 6:31 PM, Stuart Mitchell <
> stu at stuartmitchell.com>
> > >> wrote:
> > >>>
> > >>> Strange, I haven't seen this error :-(
> > >>>
> > >>> Ted?
> > >>>
> > >>> All I can suggest is
> > >>> $ make clean
> > >>> and try again and possibly submit the error to the compiler
> developers
> > >>> as suggested in the message.
> > >>>
> > >>> Stu
> > >>>
> > >>> On Wed, Sep 7, 2011 at 10:25 AM, piet hoogeveen
> > >>> <piet.hoogeveen at hotmail.com> wrote:
> > >>> > Hi Stu,
> > >>> >
> > >>> > Thanks for the roadmap.
> > >>> > I tried the steps, but I get an error after some time when I type
> the
> > >>> > command "make" in the terminal.
> > >>> > This is what I see:
> > >>> >
> > >>> > Osi -I/home/user/dip_trunk/CoinUtils/src -O3 -pipe -DNDEBUG
> > >>> > -pedantic-errors
> > >>> > -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith
> > >>> > -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long
> > >>> > -DOSI_BUILD
> > >>> > -MT OsiCutsTest.lo -MD -MP -MF .deps/OsiCutsTest.Tpo -c
> OsiCutsTest.cpp
> > >>> > -fPIC -DPIC -o .libs/OsiCutsTest.o
> > >>> > {standard input}: Assembler messages:
> > >>> > {standard input}:3840: Warning: partial line at end of file ignored
> > >>> > g++: Internal error: Killed (program cc1plus)
> > >>> > Please submit a full bug report.
> > >>> > See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
> > >>> > make[2]: *** [OsiCutsTest.lo] Error 1
> > >>> > make[2]: Leaving directory
> `/home/user/dip_trunk/Osi/src/OsiCommonTest'
> > >>> > make[1]: *** [all-recursive] Error 1
> > >>> > make[1]: Leaving directory `/home/user/dip_trunk/Osi'
> > >>> > make: *** [all-recursive] Error 1
> > >>> > user at ubuntu:~/dip_trunk$
> > >>> >
> > >>> > regards,
> > >>> >
> > >>> > Piet
> > >>> >
> > >>> >> From: stu at stuartmitchell.com
> > >>> >> Date: Mon, 5 Sep 2011 23:30:05 +1200
> > >>> >> Subject: Re: [Dip] Dip and Dippy
> > >>> >> To: piet.hoogeveen at hotmail.com
> > >>> >> CC: ted at lehigh.edu; michael.osullivan at auckland.ac.nz
> > >>> >>
> > >>> >> Hi Piet can you see if these instructions work for you to install
> > >>> >> dippy under ubuntu linux.
> > >>> >>
> > >>> >> Sorry it took so long to get back to you.
> > >>> >>
> > >>> >> Once you confirm that this file and instructions work I should be
> able
> > >>> >> to update pypi.
> > >>> >>
> > >>> >> 1) Install Requirements
> > >>> >> $ sudo apt-get install gfortran python-dev python-pip
> > >>> >> 2) Install DIP to your local system (trunk at the moment till we
> pin a
> > >>> >> new release)
> > >>> >> $ svn checkout https://projects.coin-or.org/svn/Dip/trunkdip_trunk
> > >>> >> $ cd dip_trunk
> > >>> >> $ ./configure --prefix /usr/local
> > >>> >> $ make
> > >>> >> $ sudo make install
> > >>> >> 3) Install Dippy from the file that I have posted at
> > >>> >>
> > >>> >>
> > >>> >>
> https://webdropoff.auckland.ac.nz/cgi-bin/pickup/487a5f56e7fa09cca85bb52a534adb51/31977
> > >>> >> $ sudo pip install coinor.dippy-1.0.10.tar.gz
> > >>> >> 4) Test your installation by going to the examples and running
> coke.py
> > >>> >> $ python coke.py
> > >>> >> ....... (lotsa dip debug output)
> > >>> >> Optimal Solution
> > >>> >> -------------------------
> > >>> >> Quality = 191078860.73
> > >>> >> 0 83.00
> > >>> >> 2 6.98
> > >>> >> 5 5.50
> > >>> >> 28 450.00
> > >>> >> 31 5.50
> > >>> >> 33 5.50
> > >>> >> 34 270.75
> > >>> >> 41 25.80
> > >>> >> 47 340.48
> > >>> >> 48 124.12
> > >>> >> 52 585.00
> > >>> >> 73 1.00
> > >>> >> 79 1.00
> > >>> >> 86 1.00
> > >>> >> 93 1.00
> > >>> >> 105 1.00
> > >>> >> 110 1.00
> > >>> >> -------------------------
> > >>> >> Build L1 150 (1.0)
> > >>> >> Build L2 0 (1.0)
> > >>> >> Build L3 0 (1.0)
> > >>> >> Build L4 0 (1.0)
> > >>> >> Build L5 450 (1.0)
> > >>> >> Build L6 300 (1.0)
> > >>> >>
> > >>> >> L1 L2 L3 L4 L5 L6
> > >>> >> M1 0.0 0.0 0.0 0.0 0.0 25.8
> > >>> >> M2 0.0 0.0 0.0 0.0 0.0 340.475
> > >>> >> M3 124.1175 0.0 0.0 0.0 585.0 0.0
> > >>> >> M4 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >> M5 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >> M6 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >>
> > >>> >> C1 C2 C3 C4 C5 C6
> > >>> >> L1 83.0 0.0 6.975 0.0 0.0 5.5
> > >>> >> L2 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >> L3 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >> L4 0.0 0.0 0.0 0.0 0.0 0.0
> > >>> >> L5 0.0 0.0 0.0 0.0 450.0 0.0
> > >>> >> L6 0.0 5.5 0.0 5.5 270.75 0.0
> > >>> >>
> > >>> >>
> > >>> >> Let me know if this works for you.
> > >>> >>
> > >>> >> Stu
> > >>> >>
> > >>> >>
> > >>> >> On Fri, Sep 2, 2011 at 9:54 PM, piet hoogeveen
> > >>> >> <piet.hoogeveen at hotmail.com> wrote:
> > >>> >> > Hi Stu,
> > >>> >> >
> > >>> >> > Yes, I'm.
> > >>> >> >
> > >>> >> > best regards,
> > >>> >> >
> > >>> >> > Piet
> > >>> >> >
> > >>> >> >> From: stu at stuartmitchell.com
> > >>> >> >> Date: Fri, 2 Sep 2011 14:42:26 +1200
> > >>> >> >> Subject: Re: [Dip] Dip and Dippy
> > >>> >> >> To: piet.hoogeveen at hotmail.com
> > >>> >> >>
> > >>> >> >> hmm I'm building one with trunk dip at the moment
> > >>> >> >> will let you know.
> > >>> >> >>
> > >>> >> >> are you still 32bit?
> > >>> >> >>
> > >>> >> >> Stu
> > >>> >> >>
> > >>> >> >>
> > >>> >> >> On Fri, Sep 2, 2011 at 12:17 AM, piet hoogeveen
> > >>> >> >> <piet.hoogeveen at hotmail.com> wrote:
> > >>> >> >> > Hi Stu,
> > >>> >> >> >
> > >>> >> >> > Until now I don't get Dip and Dippy installed.
> > >>> >> >> > I followed your advice and try running the dip make file
> again.
> > >>> >> >> > I have installed ubuntu 11.04 again and I tried to performe
> the
> > >>> >> >> > following
> > >>> >> >> > steps:
> > >>> >> >> > (after installing gfortran, virtualenv and pulp)
> > >>> >> >> >
> > >>> >> >> > cd
> > >>> >> >> > svn checkout
> https://projects.coin-or.org/svn/Dip/releases/0.82.0
> > >>> >> >> > Dip-0.82.0
> > >>> >> >> > cd Dip-0.82.0
> > >>> >> >> > ./configure
> > >>> >> >> > make
> > >>> >> >> > make install
> > >>> >> >> >
> > >>> >> >> > But by the step "make" something goes wrong.
> > >>> >> >> > The computer don't react anymore.
> > >>> >> >> > See attachment for what I see in the terminal.
> > >>> >> >> >
> > >>> >> >> > Do you know what I do wrong?
> > >>> >> >> >
> > >>> >> >> > Best regards,
> > >>> >> >> >
> > >>> >> >> > Piet
> > >>> >> >> >
> > >>> >> >> >
> > >>> >> >> > ________________________________
> > >>> >> >> > Date: Wed, 31 Aug 2011 09:16:25 +1200
> > >>> >> >> > Subject: RE: [Dip] Dip and Dippy
> > >>> >> >> > From: stu at stuartmitchell.com
> > >>> >> >> > To: piet.hoogeveen at hotmail.com
> > >>> >> >> >
> > >>> >> >> > Yeah its been down for me too. Apparently its the hurricane.
> > >>> >> >> > I wanted to fix up some stuff as well.
> > >>> >> >> > On Aug 31, 2011 6:08 AM, "piet hoogeveen"
> > >>> >> >> > <piet.hoogeveen at hotmail.com>
> > >>> >> >> > wrote:
> > >>> >> >> >>
> > >>> >> >> >> Hi Stu,
> > >>> >> >> >>
> > >>> >> >> >> Thanks for your help.
> > >>> >> >> >> I have installed a fortran compiler.
> > >>> >> >> >> But I try to visit https://projects.coin-or.org/ for
> downloading
> > >>> >> >> >> DIP
> > >>> >> >> >> (using svn) but I can't connect to the server for the last 2
> > >>> >> >> >> days.
> > >>> >> >> >> Is there a problem with the site?
> > >>> >> >> >>
> > >>> >> >> >> Best regards,
> > >>> >> >> >>
> > >>> >> >> >> Piet
> > >>> >> >> >>
> > >>> >> >> >>
> > >>> >> >> >>> From: stu at stuartmitchell.com
> > >>> >> >> >>> Date: Mon, 29 Aug 2011 10:17:29 +1200
> > >>> >> >> >>> Subject: Re: [Dip] Dip and Dippy
> > >>> >> >> >>> To: piet.hoogeveen at hotmail.com
> > >>> >> >> >>>
> > >>> >> >> >>> hey can you try installing a fortran compiler on your
> computer
> > >>> >> >> >>>
> > >>> >> >> >>> $ sudo apt-get install gfortran
> > >>> >> >> >>>
> > >>> >> >> >>> and try running the dip make file again
> > >>> >> >> >>>
> > >>> >> >> >>> once dip is made you should be able to install dippy from
> the
> > >>> >> >> >>> source.
> > >>> >> >> >>>
> > >>> >> >> >>> I will be looking into this tonight so will see if there
> are
> > >>> >> >> >>> any
> > >>> >> >> >>> other
> > >>> >> >> >>> problems
> > >>> >> >> >>>
> > >>> >> >> >>> sTu
> > >>> >> >> >>>
> > >>> >> >> >>> On Sat, Aug 20, 2011 at 11:43 PM, piet hoogeveen
> > >>> >> >> >>> <piet.hoogeveen at hotmail.com> wrote:
> > >>> >> >> >>> > Hi all,
> > >>> >> >> >>> >
> > >>> >> >> >>> > I have a question about Dip and Dippy.
> > >>> >> >> >>> >
> > >>> >> >> >>> > On my linux machine (ubuntu 11.04) I installed Pulp and
> some
> > >>> >> >> >>> > solvers.
> > >>> >> >> >>> > These
> > >>> >> >> >>> > solvers works.
> > >>> >> >> >>> >
> > >>> >> >> >>> > Now I tried to install Dippy and Dip. But I don't get
> both
> > >>> >> >> >>> > installed.
> > >>> >> >> >>> >
> > >>> >> >> >>> > In my terminal I write the following code to get Dip
> > >>> >> >> >>> > installed:
> > >>> >> >> >>> >
> > >>> >> >> >>> > cd
> > >>> >> >> >>> > svn checkout
> > >>> >> >> >>> > https://projects.coin-or.org/svn/Dip/releases/0.82.0
> > >>> >> >> >>> > Dip-0.82.0
> > >>> >> >> >>> > cd Dip-0.82.0
> > >>> >> >> >>> > ./configure
> > >>> >> >> >>> > make
> > >>> >> >> >>> > make install
> > >>> >> >> >>> >
> > >>> >> >> >>> >
> > >>> >> >> >>> > When i try to run ./configure I get the following:
> > >>> >> >> >>> > ...
> > >>> >> >> >>> > checking for frt... no
> > >>> >> >> >>> > checking for af77... no
> > >>> >> >> >>> > checking for xlf_r... no
> > >>> >> >> >>> > configure: WARNING: Failed to find a Fortran compiler!
> > >>> >> >> >>> > configure: Fortran compiler options are:
> > >>> >> >> >>> > checking how to get verbose linking output from
> > >>> >> >> >>> > unavailable...
> > >>> >> >> >>> > configure:
> > >>> >> >> >>> > WARNING: compilation failed
> > >>> >> >> >>> > checking for Fortran libraries of unavailable...
> > >>> >> >> >>> > checking for dummy main to link with Fortran libraries...
> > >>> >> >> >>> > none
> > >>> >> >> >>> > checking for Fortran name-mangling scheme... configure:
> > >>> >> >> >>> > error:
> > >>> >> >> >>> > cannot
> > >>> >> >> >>> > compile a simple Fortran program
> > >>> >> >> >>> > See `config.log' for more details.
> > >>> >> >> >>> > configure: error: /bin/bash './configure' failed for
> > >>> >> >> >>> > CoinUtils
> > >>> >> >> >>> > user at ubuntu:~/Dip-0.82.0$
> > >>> >> >> >>> > I have a GCC (description in package manager is: the GNU
> C
> > >>> >> >> >>> > compiler
> > >>> >> >> >>> > (installed version 4.4.5.2.5-1ubuntu3)). Is this not good
> or
> > >>> >> >> >>> > do I
> > >>> >> >> >>> > something
> > >>> >> >> >>> > else wrong?
> > >>> >> >> >>> > The config.log is attachted.
> > >>> >> >> >>> >
> > >>> >> >> >>> > When I tried to install Dippy I get the following:
> > >>> >> >> >>> >
> > >>> >> >> >>> > In INSTALL4Linux stands that I have
> > >>> >> >> >>> >
> > >>> >> >> >>> >
> > >>> >> >> >>> >
> > >>> >> >> >>> > (
> https://projects.coin-or.org/CoinBazaar/browser/projects/Dippy/trunk)
> > >>> >> >> >>> > to
> > >>> >> >> >>> > run in my terminal:
> > >>> >> >> >>> >
> > >>> >> >> >>> > $ sudo easy_install -U coinor.dippy
> > >>> >> >> >>> > I get the following:
> > >>> >> >> >>> > user at ubuntu:~$ sudo easy_install -U coinor.dippy
> > >>> >> >> >>> > [sudo] password for user:
> > >>> >> >> >>> > Searching for coinor.dippy
> > >>> >> >> >>> > Reading http://pypi.python.org/simple/coinor.dippy/
> > >>> >> >> >>> > Reading
> > >>> >> >> >>> >
> https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy
> > >>> >> >> >>> > No local packages or download links found for
> coinor.dippy
> > >>> >> >> >>> > error: Could not find suitable distribution for
> > >>> >> >> >>> > Requirement.parse('coinor.dippy')
> > >>> >> >> >>> > user at ubuntu:~$
> > >>> >> >> >>> >
> > >>> >> >> >>> > On http://pypi.python.org/pypi i searched for dippy and
> found
> > >>> >> >> >>> > the
> > >>> >> >> >>> > name
> > >>> >> >> >>> > coinor.dippy 1.0.10.
> > >>> >> >> >>> > But that is also not helping.
> > >>> >> >> >>> >
> > >>> >> >> >>> > user at ubuntu:~$ sudo easy_install -U coinor.dippy 1.0.10
> > >>> >> >> >>> > Searching for coinor.dippy
> > >>> >> >> >>> > Reading http://pypi.python.org/simple/coinor.dippy/
> > >>> >> >> >>> > Reading
> > >>> >> >> >>> >
> https://projects.coin-or.org/CoinBazaar/wiki/Projects/Dippy
> > >>> >> >> >>> > No local packages or download links found for
> coinor.dippy
> > >>> >> >> >>> > error: Could not find suitable distribution for
> > >>> >> >> >>> > Requirement.parse('coinor.dippy')
> > >>> >> >> >>> > user at ubuntu:~$
> > >>> >> >> >>> >
> > >>> >> >> >>> > So I tried to use .egg and get the following:
> > >>> >> >> >>> >
> > >>> >> >> >>> > user at ubuntu:~$ sudo easy_install
> > >>> >> >> >>> > coinor.dippy-1.0.10-py2.7-win32.egg
> > >>> >> >> >>> > [sudo] password for user:
> > >>> >> >> >>> > Searching for coinor.dippy-1.0.10-py2.7-win32.egg
> > >>> >> >> >>> > Reading
> > >>> >> >> >>> >
> > >>> >> >> >>> >
> > >>> >> >> >>> >
> http://pypi.python.org/simple/coinor.dippy-1.0.10-py2.7-win32.egg/
> > >>> >> >> >>> > Couldn't find index page for
> > >>> >> >> >>> > 'coinor.dippy-1.0.10-py2.7-win32.egg'
> > >>> >> >> >>> > (maybe
> > >>> >> >> >>> > misspelled?)
> > >>> >> >> >>> > Scanning index of all packages (this may take a while)
> > >>> >> >> >>> > Reading http://pypi.python.org/simple/
> > >>> >> >> >>> > No local packages or download links found for
> > >>> >> >> >>> > coinor.dippy-1.0.10-py2.7-win32.egg
> > >>> >> >> >>> > error: Could not find suitable distribution for
> > >>> >> >> >>> > Requirement.parse('coinor.dippy-1.0.10-py2.7-win32.egg')
> > >>> >> >> >>> > user at ubuntu:~$
> > >>> >> >> >>> >
> > >>> >> >> >>> > Does abybody had the same problems?
> > >>> >> >> >>> > Could someone help me to solve this problems and get dip
> and
> > >>> >> >> >>> > dippy
> > >>> >> >> >>> > working?
> > >>> >> >> >>> >
> > >>> >> >> >>> > Best regards,
> > >>> >> >> >>> >
> > >>> >> >> >>> > Piet
> > >>> >> >> >>>
> > >>> >> >> >>>
> > >>> >> >> >>>
> > >>> >> >> >>> --
> > >>> >> >> >>> Stuart Mitchell
> > >>> >> >> >>> PhD Engineering Science
> > >>> >> >> >>> Freelance Programmer and Optimisation Expert
> > >>> >> >> >>> www.stuartmitchell.com
> > >>> >> >> >>
> > >>> >> >> >
> > >>> >> >>
> > >>> >> >>
> > >>> >> >>
> > >>> >> >> --
> > >>> >> >> Stuart Mitchell
> > >>> >> >> PhD Engineering Science
> > >>> >> >> Freelance Programmer and Optimisation Expert
> > >>> >> >> www.stuartmitchell.com
> > >>> >> >
> > >>> >>
> > >>> >>
> > >>> >>
> > >>> >> --
> > >>> >> Stuart Mitchell
> > >>> >> PhD Engineering Science
> > >>> >> Freelance Programmer and Optimisation Expert
> > >>> >> www.stuartmitchell.com
> > >>> >
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> Stuart Mitchell
> > >>> PhD Engineering Science
> > >>> Freelance Programmer and Optimisation Expert
> > >>> www.stuartmitchell.com
> > >>
> > >>
> > >>
> > >> --
> > >> Dr. Ted Ralphs
> > >> Associate Professor, Lehigh University
> > >> (610) 628-1280
> > >> ted 'at' lehigh 'dot' edu
> > >> coral.ie.lehigh.edu/~ted
> > >>
> > >
> > >
> > >
> > > --
> > > Dr. Ted Ralphs
> > > Associate Professor, Lehigh University
> > > (610) 628-1280
> > > ted 'at' lehigh 'dot' edu
> > > coral.ie.lehigh.edu/~ted
> > >
> > >
> >
> >
> >
> > --
> > Stuart Mitchell
> > PhD Engineering Science
> > Freelance Programmer and Optimisation Expert
> > www.stuartmitchell.com
>
>
>
>
> --
> Dr. Ted Ralphs
> Associate Professor, Lehigh University
> (610) 628-1280
> ted 'at' lehigh 'dot' edu
> coral.ie.lehigh.edu/~ted
>
>
>
>
> --
> Dr. Ted Ralphs
> Associate Professor, Lehigh University
> (610) 628-1280
> ted 'at' lehigh 'dot' edu
> coral.ie.lehigh.edu/~ted
>
>


-- 
Dr. Ted Ralphs
Associate Professor, Lehigh University
(610) 628-1280
ted 'at' lehigh 'dot' edu
coral.ie.lehigh.edu/~ted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/dip/attachments/20110926/04bad2cc/attachment.html>


More information about the Dip mailing list