python: problem loading module in DLL

2016-03-04 Thread Jan Brezina
Hi, we are developing a multiplatform application using C++ with the embedded Python. The problem is that the import of the module 'binascii' (located in python2.7/lib-dynload/binascii.dll) fails when the C++ application (which eventually call the embedded python script) is called from the Windows

The checking for python problem (was Re: Can RPM packages be installed into Cygwin?)

2012-04-17 Thread Linda Walsh
Buchbinder, Barry (NIH/NIAID) [E] wrote: De-Jian Zhao sent the following at Monday, April 09, 2012 11:12 AM On 4/8/2012 5:10 AM, De-Jian Zhao wrote: On 2012-4-7 16:12, marco atzeri wrote: Thanks, Marco. I was not trying to run a native linux apps, and instead tried to rebuild the app from sour

Re: Python problem

2005-06-01 Thread Christopher Faylor
On Wed, Jun 01, 2005 at 05:43:04PM +0430, Alireza Ghasemi wrote: >Hello, >At the last phase of compiling python I got this error: >"k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap >E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != >0xCF828 [main] python 2988 fo

Re: Python problem

2005-06-01 Thread Thorsten Kampe
On Wed, 1 Jun 2005 17:43:04 +0430, Alireza Ghasemi wrote: > At the last phase of compiling python I got this error: > "k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap > E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != > 0xCF828 [main] python 2988 fork_parent:

Python problem

2005-06-01 Thread Alireza Ghasemi
Hello, At the last phase of compiling python I got this error: "k:\SuSE.src\Python-2.2\python.exe (1456): *** unable to remap E:\Cygwin\bin\cygssl-0.9.7.dll to same address as parent(0xCE) != 0xCF828 [main] python 2988 fork_parent: child 1456 died waiting for dll loading error: No such file

Re: Threaded Cygwin Python Problem (was Re: Creating a local mirror ...)

2002-02-22 Thread Norman Vine
"Jason Tishler" writes > > Is it just me? Or, can anyone else reproduce this problem? I have been > able to cause the hang on three different machines. All of them PIIIs > at 500 or 750 MHz. Maybe processor speed matters? Additionally, the > hang occurs regardless of the NT version: NT 4.0 SP

Re: Threaded Cygwin Python Problem (was Re: Creating a local mirror...)

2002-02-22 Thread Jason Tishler
Jerry, On Fri, Feb 22, 2002 at 11:57:25AM -0500, Gerald S. Williams wrote: > Jason Tishler wrote: > > Thanks for your offer to help. See the following for more details: > > http://cygwin.com/ml/cygwin-developers/2001-10/msg00191.html > > http://cygwin.com/ml/cygwin-developers/2001-10/msg

RE: Threaded Cygwin Python Problem (was Re: Creating a local mirror ...)

2002-02-22 Thread Gerald S. Williams
Jason Tishler wrote: > Thanks for your offer to help. See the following for more details: > http://cygwin.com/ml/cygwin-developers/2001-10/msg00191.html > http://cygwin.com/ml/cygwin-developers/2001-10/msg00193.html I have so far been unable to cause test_threadedtempfile to fail, althou

Threaded Cygwin Python Problem (was Re: Creating a local mirror ...)

2002-02-22 Thread Jason Tishler
Jerry, On Fri, Feb 22, 2002 at 08:48:13AM -0500, Gerald S. Williams wrote: > I would be interested in more information on the pthreads > problem and possibly helping out with the fix, although I > haven't taken the time to dig around in the code and find > the offending code yet. If I followed th