Tagged Questions

4
votes
6answers
123 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 …
1
vote
1answer
45 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 …
6
votes
2answers
83 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 …
3
votes
8answers
265 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 …
0
votes
0answers
26 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 …
7
votes
3answers
216 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, …
1
vote
3answers
62 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 …
0
votes
4answers
72 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
2answers
44 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 …
2
votes
3answers
118 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
4answers
132 views

How to get the true URL of a file on the web. (Python)

I notice that sometimes audio files on the internet have a "fake" URL. http://garagaeband.com/3252243 And this will 302 to the real URL: http://garageband.com/michael_jackson4.mp3 My question …
1
vote
2answers
44 views

Python importing & using cdll (with a linux .so file)

Hi all! After one of my last questions about python&c++ integration i was told to use dlls at windows. (Previous question) That worked ok doing: cl /LD A.cpp B.cpp C.pp in windows enviroment, …
0
votes
5answers
109 views

How to get process’s grandparent id

How can i get process id of the current process's parent? In general given a process id how can I get its parent process id? e.g. os.getpid() can be used to get the proccess id, and os.getppid() for …
0
votes
4answers
71 views

Deploying a python CGI app

I have developed a python CGI application which works just fine on my development box. My hosting provider however gives me little control of its server: I use a lot of custom stuff in my python …

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