Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Alan W. Irwin
On 2013-07-19 13:44+0200 Arjen Markus wrote: > Hi Alan, > > that worked fine and except for extra messages to the screen in Python > example 23 all tests are clean under Cygwin (languages: C, C++, Fortran 95, > Tcl and Python - it seems Hi Arjen: Thanks for your general Tcl fixes that a help o

[Plplot-devel] Progress on example 16 results

2013-07-19 Thread Andrew Ross
On Friday 19 Jul 2013 09:53:51 you wrote: > Revision: 12431 > http://sourceforge.net/p/plplot/code/12431 > Author: arjenmarkus > Date: 2013-07-19 09:53:51 + (Fri, 19 Jul 2013) > Log Message: > --- > Solve the remaining difference in Tcl example 16. Now the result is exac

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hi Alan, that worked fine and except for extra messages to the screen in Python example 23 all tests are clean under Cygwin (languages: C, C++, Fortran 95, Tcl and Python - it seems I still have to install a few components ...) Regards, Arjen DISCLAIMER: This message is intended exclusive

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hi Alan, On Fri, 19 Jul 2013 04:20:06 -0700 (PDT) "Alan W. Irwin" wrote: > > Is the problem, perhaps, the module name in the dll >subdirectory does > not have the correct form to be recognized by Cygwin >Python? > Yes, I copied the file _plplotc.pyd to _plplotc.dll and now it is working -

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Alan W. Irwin
On 2013-07-19 10:06+0200 Arjen Markus wrote: > Hello, > > I am trying to run the Python examples under Cygwin, but > I get the message from example 1 that it can not find the > _plplotc module. Is there some environment variable required, > like LD_LIBRARY_PATH or PATH? (The PATH variable points t

Re: [Plplot-devel] Wholesale WIN32 changes in our build system logic

2013-07-19 Thread Arjen Markus
Hi Alan, > > Installing additional components of Cygwin is important >since it > allows you to finally do a comprehensive test of >most/all of the > PLplot functionality on Cygwin. You will likely have to >disable some > of the potential components, (e.g., Tk for the reasons >we have > menti

[Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hello, I am trying to run the Python examples under Cygwin, but I get the message from example 1 that it can not find the _plplotc module. Is there some environment variable required, like LD_LIBRARY_PATH or PATH? (The PATH variable points to the directory that contains the _plplotc.pyd file, but