by: Patrick L. Nolan |
last post by:
We have a python+Tkinter program that works properly on
Linux, but when moved to Windows (XP) it behaves in a
strange way. There's a section like this:
(child_out, child_in) =...
|
by: Patrick L. Nolan |
last post by:
We have an application that works on Linux. It has to be ported
to Windows XP, and there's one bug that's driving me crazy.
There's a number-crunching program written in C++. It is invoked
by a...
|
by: Vivien Mallet |
last post by:
Hello,
I use popen2.Popen4 and I experienced problems with it. Let me show you with
an example. The following script is called "lines" (it prints lines of
'X'):
---------------------...
|
by: Jim |
last post by:
Hi, I'm using popen2.Popen4 and I'm curious what exceptions it could
raise
for example
p = popen2.POpen4( 'command string' )
i'm assuming would only raise OSError exceptions if something went...
|
by: Roman Yakovenko |
last post by:
Hi. May be I found bug may be not, but I definitely could not find answer in documentation and GOOGLE.
Environment: Windows XP and Python 2.3
Description:
I have program that returns...
|
by: rinkworks |
last post by:
I'm having trouble with Popen4 locking up on me. It appears to be
unrelated to the actual command I'm running, because I made the command
just "cat" (I'm on UNIX) to echo whatever input I sent it,...
|
by: billie |
last post by:
Hi all. I'm trying to execute system commands and capture the output by
using popen4:
stdout example:
>>>exec_cmd = popen2.popen4("echo hello!")
>>>output = exec_cmd.read()
hello
stderr...
|
by: Grant Edwards |
last post by:
I'm having problems calling the Popen4 object wait() method
from a thread. The folloing program produces an error on some
machines (but seems to work on others)
...
|
by: micklee74 |
last post by:
hi
i have to execute some SQL statements against a database using a SQL
client
i want to use the os.popen4 module
can someone correct the way i use os.popen4?
thanks
fin = "select * from...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|
by: jack2019x |
last post by:
hello, Is there code or static lib for hook swapchain present?
I wanna hook dxgi swapchain present for dx11 and dx9.
|