You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: David M. <dav...@gm...> - 2010-09-30 17:00:50
|
Wow...I have been waiting for the library. Any chance that I and get a NPL example? For example profit maximization? Aloha |
|
From: Dominique O. <dom...@gm...> - 2008-02-07 14:13:04
|
On 2/5/08, Jean-Pierre Dussault <jpd...@gm...> wrote: > Hi, > > >> make > >> [[ ! -d /home/dmitrey/install/NLPy/nlpy/.objects ]] && > mkdir > >> /bin/sh: [[: not found > >> make: *** [/home/dmitrey/install/NLPy/nlpy/.objects] > Error 127 > > I had the same difficulties a few days ago. I manually created the .object > and .module directories. Then , the message [[ not found becomes a warning > since the directory exists, no action being requested then. After, I added > suitable paths to PYTHONPATH, and I added also the Lib path to > LD_LIBRARY_PATH. I also am using Kubuntu 7.10. After discussing this off-line, it turns out that this error message occurs because your /bin/sh points to /bin/dash (the Debian Almquist shell), which is a stripped down version of bash. A solution is to have /bin/sh point to /bin/bash or to specify SHELL=/bin/bash in the Makefile. > Moreover, I had to manually remove spurious lines (looking like output of > some diff command) in 2 or 3 files, among which makedefs-path after getting > the latest cvs version. You may get such diff-style output in your makedefs-path after upgrading because the one in the repository is the one for my machine. I just committed a new release in which those settings appear in the private file ~/.nlpy > P.S. Is it possible to **reply** on the list? I had to send a fresh message. I am not sure what the problem is. Let's see if this message gets posted and if you receive it. Dominique |
|
From: Jean-Pierre D. <jpd...@gm...> - 2008-02-05 18:27:06
|
Hi, >> make >> [[ ! -d /home/dmitrey/install/NLPy/nlpy/.objects ]] && mkdir >> /bin/sh: [[: not found >> make: *** [/home/dmitrey/install/NLPy/nlpy/.objects] Error 127 I had the same difficulties a few days ago. I manually created the .object and .module directories. Then , the message [[ not found becomes a warning since the directory exists, no action being requested then. After, I added suitable paths to PYTHONPATH, and I added also the Lib path to LD_LIBRARY_PATH. I also am using Kubuntu 7.10. Moreover, I had to manually remove spurious lines (looking like output of some diff command) in 2 or 3 files, among which makedefs-path after getting the latest cvs version. Hope this helps. P.S. Is it possible to **reply** on the list? I had to send a fresh message. |
|
From: dmitrey <dmi...@sc...> - 2008-01-07 19:07:01
|
Hi Dominique, I use Linux KUBUNTU 7.10 (this is latest version) Regards, D. Dominique Orban wrote: > On 1/7/08, dmitrey <dmi...@sc...> wrote: > >> hi Dominique, >> I think the example is rather precise and convenient. >> However, I get error while building NLPy: >> >> make >> [[ ! -d /home/dmitrey/install/NLPy/nlpy/.objects ]] && mkdir >> /bin/sh: [[: not found >> make: *** [/home/dmitrey/install/NLPy/nlpy/.objects] Error 127 >> >> same error from restore-links I have avoided via restoring it in command >> prompt (I guess it would be better to write several files >> restoreLinksLinux, restoreLinksWindows etc). >> >> So, what should I do to avoid the error? >> > > Hi Dmitrey, > > Since this is best discussed on the NLPy mailing list, I am replying here. > > Are you using Windows? I am not currently supporting it. NLPy has been > tested under Linux and Mac OS/X. If you want to test it under Windows, > I suggest you try either Cygwin or MinGW. I've had success with MinGW > in the past and find it to be a viable alternative. > > Cheers, > Dominique > > > > |
|
From: Dominique O. <dom...@gm...> - 2008-01-07 19:01:24
|
On 1/7/08, dmitrey <dmi...@sc...> wrote: > hi Dominique, > I think the example is rather precise and convenient. > However, I get error while building NLPy: > > make > [[ ! -d /home/dmitrey/install/NLPy/nlpy/.objects ]] && mkdir > /bin/sh: [[: not found > make: *** [/home/dmitrey/install/NLPy/nlpy/.objects] Error 127 > > same error from restore-links I have avoided via restoring it in command > prompt (I guess it would be better to write several files > restoreLinksLinux, restoreLinksWindows etc). > > So, what should I do to avoid the error? Hi Dmitrey, Since this is best discussed on the NLPy mailing list, I am replying here. Are you using Windows? I am not currently supporting it. NLPy has been tested under Linux and Mac OS/X. If you want to test it under Windows, I suggest you try either Cygwin or MinGW. I've had success with MinGW in the past and find it to be a viable alternative. Cheers, Dominique |
|
From: Dominique O. <dom...@gm...> - 2007-07-03 23:17:54
|
Thank you for using NLPy, a Python environment to develop linear and nonlinear optimization algorithms. Please do not hesitate to post questions, comments or requests to this mailing list by sending an e-mail to the address nlp...@li... I and other users will be happy to try and help or answer questions. Of course, contributions to the project are also most welcome. Happy hacking! Dominique |
|
From: Dominique O. <dom...@gm...> - 2007-07-03 23:13:54
|
Thank you for using NLPy, a Python environment to develop linear and nonlinear optimization algorithms. Please do not hesitate to post questions, comments or requests to this mailing list by sending an e-mail to the address nlp...@li... I and other users will be happy to try and help or answer questions. Of course, contributions to the project are also most welcome. Happy hacking! Dominique |