--- On Wed, 9/9/09, Jeffrey Kantor <[email protected]> wrote:

> From: Jeffrey Kantor <[email protected]>
> Subject: Re: [Help-glpk] How important is backward compatibility?
> To: "Yingjie Lan" <[email protected]>
> Cc: [email protected]
> Date: Wednesday, September 9, 2009, 6:52 PM
> Hi,
> Has anyone tried PyMathProg (and, of course,
> pyGLPK) on a macintosh?  I'm a little unsure how to go
> about installing these on a mac.

Hi, I'd love to see this happen with Mac too, but I don't 
have a mac to play with. Suppose you have 

1. Python 2.5 with distutil, 
2. GLPK, 

installed, try to download the source code of pyglpk from 
pymprog.sf.net resource, and run the setup.py there:

python setup.py build

If that compiles, then you should run

python setup.py install

to have pyglpk installed. Installing pymprog
should be no problem, as it is pure python.

Hope this works, if you did try it, I'd appreciate
if you could let me know how it goes.

regards,

Yingjie


> 
> 
> 
> On Wed, Sep 9, 2009 at 10:43 AM,
> Yingjie Lan <[email protected]>
> wrote:
> 
> 
> Hi,
> 
> 
> 
> When developing an open source software such as PyMathProg
> that depends on GLPK api, I wonder how important is backward
> compatibility with older versions of GLPK? Any feed back
> that helps me make this decision is appreciated. You know,
> to have backward compatibility really complicates up the
> code.
> 
> 
> 
> 
> 
> Thanks,
> 
> 
> 
> Yingjie
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> Help-glpk mailing list
> 
> [email protected]
> 
> http://lists.gnu.org/mailman/listinfo/help-glpk
> 
> 
> 
> 





_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to