Tagged Questions

4
votes
6answers
92 views

How do I determine an open file’s size in Python?

There's a file that I would like to make sure does not grow larger than 2 GB (as it must run on a system that uses ext 2). What's a good way to check a file's size bearing in mind that I will be …
10
votes
6answers
570 views

Unit Testing File Modifications

A common task in programs I've been working on lately is modifying a text file in some way. (Hey, I'm on Linux. Everything's a file. And I do large-scale system admin.) But the file the code modifies …
0
votes
0answers
33 views

Is there any python package that could configure IP address of network interface?

I am writing a server application which allow remote client to show/add/change/delete IP addresses of network interfaces of the machine where the host is running. The OS is Linux(CentOS 5.2), so I …
0
votes
0answers
17 views

Unable to get Wacom events from /dev/input/event*.

I have created a pygtk program to monitor the keyboard status and mouse clicks across any application (i.e. not just for my application). This uses evdev by Micah Dowty which basically monitors …
6
votes
2answers
77 views

Creating portable Django apps - help needed.

I'm building a Django app, which I comfortably run (test :)) on a Ubuntu Linux host. I would like to package the app without source code and distribute it to another production machine. Ideally the …
0
votes
1answer
64 views

If a python module says its dependent on debhelper and cdbs is there no way to get it to run on a nondebian linux?

I want to try python purple but I don't have debian. Is there a way to get it to run on either windows or a different linux?
0
votes
1answer
24 views

Clutter does not update screen outside of breakpoints

Hi, I have some code: l1 = clutter.Label() l1.set_position(100,100) for i in range(0,10): l1.set_text(str(i)) time.sleep(1) That is designed to show a count from 1 to 10 seconds on the screen in …
3
votes
8answers
259 views

From a coder’s perspective, what kind of project should I choose python over php for where both could do the job?

I've never used python before. I've used php for about 5 years now. I plan to learn python, but I'm not sure what for yet. If I can think of a project that might be better to do in python, I'll use …
1
vote
7answers
475 views

Which Python book would you recommend for a Linux Sysadmin?

Python for Unix and Linux System Administration is aimed at sysadmins. Any other favorites besides this.
1
vote
3answers
61 views

Looking for advice on how to develop applets for Gnome / Ubuntu

I am a linux (mostly ubuntu) user with a reasonable understanding of how the system works (although I am certainly not a linux guru!). In the past I have developed small cross-platform desktop …
7
votes
3answers
214 views

python readline license horror. How to really be free ?

I love the GPL as much as the next guy, but it should help to share code, not prevent to do it. I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, …
0
votes
4answers
69 views

how to find the owner of a file or directory in python

I need a function or method in Python to find the owner of a file or directory? the function should be link find_owner("/home/somedir/somefile") owner3
0
votes
1answer
30 views

merge background audio file

I have 2 audio files for primary and background music that I want to merge (not concatenate). The final audio file should be as long as the primary file, and if the background music is shorter then it …
0
votes
1answer
15 views

Global disk resource becomes unavailable

Hi all, If I've got a global disk resource (mount point on an isilon file server) that multiple servers use to access a lock file. What is a good way to handle the situation if that global disk …
0
votes
2answers
42 views

Fast Graphics with XServer

I am working on embedded linux platform with limited system resources. I want to do fullscreen slideshow with simple transistions (like slide in-out, fade in-out ). I tried PyGtk+GTK+Cairo but its …

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