Re: Chromedriver does not launch from python 3.9 script

2024-01-20 Thread Marco Atzeri via Cygwin
On 20/01/2024 21:26, James via Cygwin wrote: Latest version of Cygwin installed and updated. I'm trying to run this python script which uses chromium in order to execute. I got it all installed, and I'm just now trying to run the script and login, but it keeps saying it cannot find the chromed

Chromedriver does not launch from python 3.9 script

2024-01-20 Thread James via Cygwin
Latest version of Cygwin installed and updated. I'm trying to run this python script which uses chromium in order to execute. I got it all installed, and I'm just now trying to run the script and login, but it keeps saying it cannot find the chromedriver.exe. But the file exists and I know it's

Re: Cygwin/X - Query: why invoking from cmd backgrounds?

2024-01-20 Thread Jon Turney via Cygwin
On 20/01/2024 08:55, Shaddy Baddah via Cygwin wrote: Hi, I am just wondering if anyone understands why XWin detaches/runs in the background, when launched from Windows Command Prompt. I assume this is due to XWin being marked as a GUI, not console application (to stop it popping up a useless

Re: Cygwin/X - Query: why invoking from cmd backgrounds?

2024-01-20 Thread Marco Atzeri via Cygwin
On 20/01/2024 09:55, Shaddy Baddah via Cygwin wrote: Hi, I am just wondering if anyone understands why XWin detaches/runs in the background, when launched from Windows Command Prompt. Hi Shaddy, Only a guess But here's what happens when I run that first command line from Windows Command Prom

Re: Possiblly bug of cygwin1.dll

2024-01-20 Thread ASSI via Cygwin
Takashi Yano via Cygwin writes: >> So what happens if you undefine __GTHREAD_MUTEX_INIT? > > I have tried. The test case: …and then rebuild libstdc++ of course. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: h

Re: Possiblly bug of cygwin1.dll

2024-01-20 Thread Takashi Yano via Cygwin
On Sat, 20 Jan 2024 10:13:22 +0100 ASSI wrote: > Takashi Yano via Cygwin writes: > > I might find the culprit in gcc's libstdc++ code such as: > > libstdc++-v3/include/ext/concurrentce.h: > > class __mutex > > { > > private: > > #if __GTHREADS && defined __GTHREAD_MUTEX_INIT > > __gthread

Re: Possiblly bug of cygwin1.dll

2024-01-20 Thread ASSI via Cygwin
Takashi Yano via Cygwin writes: > I might find the culprit in gcc's libstdc++ code such as: > libstdc++-v3/include/ext/concurrentce.h: > class __mutex > { > private: > #if __GTHREADS && defined __GTHREAD_MUTEX_INIT > __gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT; > #else > __gthre

Cygwin/X - Query: why invoking from cmd backgrounds?

2024-01-20 Thread Shaddy Baddah via Cygwin
Hi, I am just wondering if anyone understands why XWin detaches/runs in the background, when launched from Windows Command Prompt. This being different to when run from Mintty. Here's what happens with my Mintty invocation, which stays in the foreground: | $ XWin :1 -nolisten tcp -ac -multiwi