Tagged Questions

3
votes
8answers
137 views

How to safely write to a file?

Imagine you have a library for working with some sort of XML file or configuration file. The library reads the whole file into memory and provides methods for editing the content. When you are done …
0
votes
1answer
24 views

Library getting information from any active windows into screen

Hi all, I am looking for a library to get some information from the active windows. By "information" I mean the absolute/relative position of the window, the size, the list of all the windows. There …
0
votes
4answers
33 views

How can I use SQLITE with DJANGO on WIndows 7

I am following the tutorial on the DJango site, which I previsouly did using Windows XP and everything went fine, but on Windows 7 I get the following error: sqlite3.OperationalError: unable to open …
0
votes
2answers
19 views

communicate with a process in utf-8 on a cp1252 consoless

I need to control a program by sending commands in utf-8 encoding to its standard input. For this I run the program using subprocess.Popen(): proc = Popen("myexecutable.exe", shell=True, stdin=PIPE, …
1
vote
6answers
131 views

Python programs coexisting on Windows

I'm looking for a way to let multiple Python programs coexist on the same Windows machine. Here's the problem: suppose program A needs Python 2.5, B needs 2.6, C needs 3, and each of them needs its …
2
votes
2answers
101 views

Distribute a Python program with a minimal environment.

I want to distribute a Python application to windows users who don't have Python or the correct Python version. I have tried py2exe conversion but my Python program is really complex and involve code …
0
votes
2answers
42 views

How to print out encoded Asian characters(gb2312) on command prompt?

Hi all: I am working for a company that uses the Python programming language version 3.1 as a causal work now. And I've encountered this problem: how to print out some encoded Asian …
2
votes
3answers
111 views

How can I program software using Python for Linux/Windows?

For example, using C# I can make software fairly easily for Windows. I downloaded Python but all I get is a terminal like window for executing single lines of code. Is there a free IDE/Visual editor …
3
votes
2answers
120 views

Python detect USB drive then assign drive letter?

Here is the problem. We have 100s of external 500gb USB drives. Each drive will travel to a new location through the year. What is the best way to automatically detect that a USB drive has been …
1
vote
3answers
72 views

Are there any libraries for Python to simulate keyboard action?

The problem I have is that I have this Python script to launch a application. After the application is launched (the GUI is shown on screen), I want to make it de-activated. It can be done manually by …
1
vote
1answer
28 views

Collecting usage data for a desktop application

Hi, I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is written in Python and …
0
votes
2answers
70 views

Problem with Named Pipes between C# and Python

I'm trying to create a two-way communication channel between two programs (one in Python and another in C#) When I create a named pipe between two C# programs or two Python programs, everything is …
1
vote
2answers
58 views

Unable to unpickle a file on Mac that was pickled on Windows

Hello, I've got a simple class that I am pickling(dumping) to a file. On OS X this works fine, and on Windows this works fine. However, while on windows I can load/unpickle the object fine - when …
0
votes
1answer
92 views

Python, C: redirected stdout fires [Errno 9]

I try to log all the output of a program written in Python and C. However, printing from Python causes IOError: [Errno 9] Bad file descriptor Please, does anyone know what the problem is and how to …
6
votes
5answers
117 views

How to open a file with the standard application?

My application prints a PDF to a temporary file. How can I open that file with the default application in Python? I need a solution for Windows Linux (Ubuntu with Xfce if there's nothing more …

1 2 3 4 5 20 next
15 30 50 per page