active questions tagged python+linux - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T04:45:27Zhttp://stackoverflow.com/feeds/tag/python+linuxhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1860668/unable-to-get-wacom-events-from-dev-input-event0Unable to get Wacom events from /dev/input/event*.Scott Kirkwood2009-12-07T15:24:18Z2009-12-07T15:24:18Z
<p>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 /dev/input/event* for output and decodes the information in a way that I can display the information to the user.</p>
<p>The program works perfectly for USB keyboards and mice, but doesn't work for a USB Wacom (nor serial Wacom), even when running as root. I don't get any events for coming out of any of the /dev/input/* nodes for the Wacom as use it. It's not just my Wacom, but also they guys from the podcast "Meet the Gimp" (Rolf and Philippe) don't get anything as well.</p>
<p>The code lives at <a href="http://code.google.com/p/key-mon" rel="nofollow">http://code.google.com/p/key-mon</a>.</p>
<p>To test, you can run something like:</p>
<pre><code>sudo ./evdev.py /dev/input/event0
</code></pre>
<p>You should see events coming out for whatever is connected to event0 as you move the mouse or click the keyboard, for example.</p>
http://stackoverflow.com/questions/1858749/creating-portable-django-apps-help-needed6Creating portable Django apps - help needed.stricjux2009-12-07T09:04:57Z2009-12-07T10:07:08Z
<p>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 app could be run by ./runapp command which starts a CherryPy server that runs the python/django code.</p>
<p>I've discovered several ways of doing this:</p>
<ol>
<li>Distributing the .pyc files only and building and installing all the requirements on target machine.</li>
<li>Using one of the many tools to package Python apps into a distributable package.</li>
</ol>
<p>I'm really gunning for nr.2 option, I'd like to have my Django app contained, so it's possible to distribute it without needing to install or configure additional things. Searching the interwebs provided me with more questions than answers and a very sour taste that Django packing is an arcane art that everybody knows but nobody speaks about. :)</p>
<p>I've tried Freeze (fails), <a href="http://cx-freeze.sourceforge.net/" rel="nofollow">Cx_freeze</a> (easy install version fails, repository version works, but the app output fails) and red up on dbuilder.py (which is supposed to work but doesn't work really - I guess). If I understand correctly most problems originate form the way that Django imports modules (example) but I have no idea how to solve it.</p>
<p>I'll be more than happy if anyone can provide any pointers or good resources online regarding packing/distributing standalone Django applications.</p>
http://stackoverflow.com/questions/1249873/if-a-python-module-says-its-dependent-on-debhelper-and-cdbs-is-there-no-way-to-ge0If a python module says its dependent on debhelper and cdbs is there no way to get it to run on a nondebian linux?Ryan2009-08-08T20:53:35Z2009-12-07T07:00:02Z
<p>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?</p>
http://stackoverflow.com/questions/1446554/clutter-does-not-update-screen-outside-of-breakpoints0Clutter does not update screen outside of breakpointsElliot Hughes2009-09-18T20:01:49Z2009-12-05T00:36:11Z
<p>Hi,</p>
<p>I have some code:</p>
<pre><code>l1 = clutter.Label()
l1.set_position(100,100)
for i in range(0,10):
l1.set_text(str(i))
time.sleep(1)
</code></pre>
<p>That is designed to show a count from 1 to 10 seconds on the screen in clutter, but I'm getting a strange error. When I run the script normally the screen runs as it should do, but there is no text displayed until 10 seconds are up. However, When I run with breakpoints in pdb the text shows up just fine.</p>
<p>I'm also getting a strange error at the start of the program:</p>
<pre><code>do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vlank_mode configuration parameter.
</code></pre>
<p>But I don't see why that would affect the code out of break points but not in breakpoints.</p>
<p>Any help would be greatly appreciated.</p>
http://stackoverflow.com/questions/1842208/from-a-coders-perspective-what-kind-of-project-should-i-choose-python-over-php3From a coder's perspective, what kind of project should I choose python over php for where both could do the job?Citizen2009-12-03T19:13:03Z2009-12-04T22:20:33Z
<p>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 that to learn it.</p>
<p>Edit: just to add this as an important note, I do mean strictly for linux, not multi-platform.
Edit 2: I'm hoping for objective answers, like a specific project, not a general field of projects, etc.</p>
http://stackoverflow.com/questions/171835/which-python-book-would-you-recommend-for-a-linux-sysadmin1Which Python book would you recommend for a Linux Sysadmin?Sharjeel Sayed2008-10-05T11:28:15Z2009-12-03T18:00:36Z
<p><a href="http://oreilly.com/catalog/9780596515829/" rel="nofollow">Python for Unix and Linux System Administration</a> is aimed at sysadmins.
Any other favorites besides this.</p>
http://stackoverflow.com/questions/1832150/looking-for-advice-on-how-to-develop-applets-for-gnome-ubuntu1Looking for advice on how to develop applets for Gnome / Ubuntumac2009-12-02T10:51:14Z2009-12-03T17:45:55Z
<p>I am a linux (mostly ubuntu) user with a reasonable understanding of how the system works (although I am certainly <strong>not</strong> a linux guru!). In the past I have developed small cross-platform desktop applications in python/GTK and I delivered them to clients as self-contained filetrees, so that the only dependencies were Python itself and GTK.</p>
<p>Now <strong>I would like to develop a small applet for ubuntu</strong>, that I would like to release under GPL 2 or 3.</p>
<p>In particular these are the new steps <em>I know I must learn</em> in order to achieve my goal (it is <em>very possible</em> there are a few more that I am unaware of, though!):</p>
<ul>
<li><strong>Integrating with gnome:</strong> I want my application to be available as an applet in the taskbar.</li>
<li><strong>Using D-bus:</strong> In particular I want my applet to use the new osd-notification framework for ubuntu, but communication with other applets is also a possible feature for a second iteration.</li>
<li><strong>Packaging:</strong> I would like to setup a public PPA as soon as the application will reach alpha stage, but I also would like to use dependencies from existing packages in the official repos, rather than include the libraries again in my own package.</li>
</ul>
<p>Of course official documentation will be my first source of knowledge, but - basing my judgment on the very useful answers that I received on <a href="http://stackoverflow.com/questions/1812926/i-am-looking-for-tips-for-learning-vim-or-emacs-the-smart-way">another topic</a> here on SO - I decided to turn to the SO community to collect additional advice like for example:</p>
<ol>
<li>Are there additional steps to those I outlined before, that I have to learn in order to be able to implement my project?</li>
<li>Based on your own experience, would you advise me to learn those steps in advance (as the knowledge of those will influence my way of coding the core functionality) or would you consider integration with gnome / d-bus and packaging as "higher encapsulating levels" that can be added on top of core functionality afterwards (note: D-bus will be used at first just for pushing data. Input data will be retrieved with a webservice)?</li>
<li>Would you advise me to separate my application in two packages (back-end and front-end) or to keep it together in a single package?,</li>
<li>Do you know of any useful resource that you would advise me to look at, for learning any of the things that I have to?</li>
<li>Are you aware of any common "beginner's mistakes" that I should be aware of?</li>
</ol>
<p><strong>These questions are not meant to be exhaustive, though: if you feel that I am missing something from the general picture, you are more than welcomed to point me in the right direction!</strong></p>
<p>Thank you in advance for your time!</p>
<p>PS: Should I have failed in explaining my final goal, take a look at <a href="http://projecthamster.wordpress.com/" rel="nofollow">project hamster</a>: what I want to achieve is similar in terms of user interface (meaning: the applet should display the status and clicking on it should open the application itself, from which you could both configure the applet and perform various operations).</p>
http://stackoverflow.com/questions/1817755/python-readline-license-horror-how-to-really-be-free7python readline license horror. How to really be free ?Stefano Borini2009-11-30T03:49:23Z2009-12-03T12:59:17Z
<p>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, otherwise it would turn all my python GPL, something I don't want (I'm going BSD here).</p>
<p>I tried to look around for both mac and linux. On mac, macports specifically compiles against GNU readline, basically meaning that everything using python from macports is tainted with GPL code. I am trying to compile a version of python without readline (e.g. by using the Apple readline), but what about linux ?</p>
http://stackoverflow.com/questions/1830618/how-to-find-the-owner-of-a-file-or-directory-in-python0how to find the owner of a file or directory in pythonramdaz2009-12-02T04:19:36Z2009-12-02T05:08:47Z
<p>I need a function or method in Python to find the owner of a file or directory?</p>
<p>the function should be link</p>
<blockquote>
<blockquote>
<blockquote>
<p>find_owner("/home/somedir/somefile")</p>
<p>owner3</p>
</blockquote>
</blockquote>
</blockquote>
http://stackoverflow.com/questions/1823480/merge-background-audio-file0merge background audio fileRichard2009-12-01T01:23:37Z2009-12-01T06:50:08Z
<p>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 should repeat.</p>
<p>If there a Linux command or a Python library that can be used to do this? <a href="http://sox.sourceforge.net/Main/HomePage" rel="nofollow">Sox</a> supports merging, but does not appear to allow repeating the background audio.</p>
http://stackoverflow.com/questions/1814393/global-disk-resource-becomes-unavailable0Global disk resource becomes unavailableunknown (google)2009-11-29T02:00:48Z2009-11-29T02:05:35Z
<p>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 becomes unavailable and the servers can't access the global lock file?
Thanks,
Doug</p>
http://stackoverflow.com/questions/1803458/fast-graphics-with-xserver0Fast Graphics with XServer Palani2009-11-26T12:40:42Z2009-11-26T16:25:20Z
<p>I am working on <strong>embedded linux platform with limited system resources</strong>.</p>
<p><strong>I want to do fullscreen slideshow with simple transistions (like slide in-out, fade in-out )</strong>.</p>
<p>I tried PyGtk+GTK+Cairo but its very slow, when I animate GTK image controls I get just two or three frames per second. But smplayer is playing video at good speed!</p>
<p>I did some little research and came to know about <a href="http://www.directfb.org/" rel="nofollow">directfb</a>, <a href="http://www.ggi-project.org/" rel="nofollow">libggi</a>, <a href="http://www.svgalib.org/" rel="nofollow">svgalib</a> etc. and I don't know what library should be used.</p>
<p>Which library is the best for this kind of application? I would prefer to do this without stopping X.</p>
http://stackoverflow.com/questions/1788062/how-to-read-data-from-file-and-display-in-qedittext-box-in-qt0How to read data from file and display in QEditText box in QTNagaraja 2009-11-24T05:45:14Z2009-11-24T06:26:24Z
<p>i would like to read a line of data from text file and display that data in Text Edit box</p>
http://stackoverflow.com/questions/1728330/how-to-get-processs-grandparent-id0How to get process's grandparent idAnurag Uniyal2009-11-13T10:13:58Z2009-11-23T13:28:03Z
<p>How can i get process id of the current process's parent?<br>
In general given a process id how can I get its parent process id?<br>
e.g. os.getpid() can be used to get the proccess id, and os.getppid() for the parent, how do I get grandparent,</p>
<p>My target is linux(ubuntu) so platform specific answers are ok.</p>
http://stackoverflow.com/questions/1777752/python-importing-using-cdll-with-a-linux-so-file1Python importing & using cdll (with a linux .so file)Ragnagard2009-11-22T03:50:29Z2009-11-22T04:36:35Z
<p>Hi all!</p>
<p>After one of my last questions about python&c++ integration i was told to use dlls at windows.
<a href="http://stackoverflow.com/questions/1659159/python-executing-existent-big-c-code">(Previous question)</a></p>
<p>That worked ok doing:</p>
<p><code>cl /LD A.cpp B.cpp C.pp</code></p>
<p>in windows enviroment, after setting the include path for boost, cryptopp sources and cryptopp libraries.</p>
<p>Now i'm tryting to do the same in linux, creating a .so file to import through ctypes on python2.5.
I did:</p>
<p><code>gcc -Wall -Wextra -pedantic A.cpp B.cpp C.cpp /usr/lib/libcryptopp.so -shared -o /test/decoding.so</code></p>
<p>and the so object is created ok. If removed "-shared" compilation is OK but stops as no main in there (obviously ;) ). Of course libcryptopp.so exists too.</p>
<p>But when i go to python and import the "so" file, it said that the attribute has no object "decrypt", "encrypt" or whatever i put there. using "dir" over the dll objects confirms that they are not there.</p>
<p>external functions are defined in A.cpp as:</p>
<pre><code>int encrypt (params...)
//..
return num;
int decrypt (params...)
//..
return num;
</code></pre>
<p>also tried using:</p>
<pre><code>extern "C" encrypt (params...)
.....
</code></pre>
<p>Could anyone tell me what i'm doing wrong?</p>
<p>Thanks in advance!</p>
<p>Rag</p>
http://stackoverflow.com/questions/1774384/how-can-i-program-software-using-python-for-linux-windows2How can I program software using Python for Linux/Windows?Papuccino12009-11-21T03:20:23Z2009-11-21T04:18:57Z
<p>For example, using C# I can make software fairly easily for Windows.</p>
<p>I downloaded Python but all I get is a terminal like window for executing single lines of code.</p>
<p>Is there a free IDE/Visual editor for designing GUI's in conjunction with Python?</p>
<p>Thank SO. :D</p>
http://stackoverflow.com/questions/1762697/scanning-keypress-in-python0Scanning Keypress in PythonShadyabhi2009-11-19T11:36:29Z2009-11-19T14:37:59Z
<p>I have paused a script for lets say 3500 seconds by using time module for ex time.sleep(3500).</p>
<p>Now, my aim is to scan for keypresses while the script is on sleep, i mean its on this line. </p>
<p>Its like I want to restart the script if a <strong>"keypress Ctrl+R"</strong> is pressed.</p>
<p>For ex.. consider</p>
<pre><code>#!/usr/bin/python
import time
print "Hello.. again"
while True:
time.sleep(3500)
</code></pre>
<p>Now while the code is at last line, If i press Ctrl+R, i want to re-print "Hello.. again" line.</p>
http://stackoverflow.com/questions/1759205/deploying-a-python-cgi-app0Deploying a python CGI appakosch2009-11-18T21:27:50Z2009-11-19T14:25:10Z
<p>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 environment (like sqlalchemy and mako templating) and the servers python version is far too old to be used. My question is: how do I set up a isolated, complete, standalone python environment in my home directory and install my required modules to run my app? ...the easiest way ;)</p>
http://stackoverflow.com/questions/1761140/pyinstaller-ld-linux-x86-64-so-2-linking-problem0Pyinstaller ld-linux-x86-64.so.2 linking problemakosch2009-11-19T05:43:56Z2009-11-19T11:47:45Z
<p>I'm trying to deploy my Python based application on another Linux host. Pyinstaller works flawlessly as long as I run the generated executable on my own system. </p>
<p>On the target box I get this error message:</p>
<blockquote>
<p>/lib/ld-linux-x86-64.so.2: bad ELF
interpreter: No such file or directory</p>
</blockquote>
<p>As the output of ldd shows Pyinstaller links my application against <strong>/lib/ld-linux-x86-64.so.2</strong> which is only available at <strong>/lib64/ld-linux-x86-64.so.2</strong> on the target system (where I only have basic user privileges, so symlinking the file is not an option).</p>
<p>How can I modify my executable to look for the library in /lib64/ instead of /lib/ ?</p>
http://stackoverflow.com/questions/1622454/twisted-source-ip-address-for-outbound-connections0Twisted: source IP address for outbound connectionspaprika2009-10-25T23:21:51Z2009-11-18T18:46:04Z
<p>I'm in the process of implementing a service -- written in Python with the Twisted framework, running on Debian GNU/Linux -- that checks the availability of SIP servers. For this I use the OPTIONS method (a SIP protocol feature), as this seems to be a commonplace practice. In order to construct correct and RFC compliant headers, I need to know the source IP address and the source port for the connection that is going to be established. [How] can this be done with Twisted?</p>
<p>This is what I tried:
I subclassed <a href="http://twistedmatrix.com/documents/8.2.0/api/twisted.internet.protocol.AbstractDatagramProtocol.html" rel="nofollow">protocol.DatagramProtocol</a> and within <code>startProtocol(self)</code> I used <code>self.transport.getHost().host</code> and <code>self.transport.getHost().port</code>. The latter is indeed the port that's going to be used, whereas the former only yields 0.0.0.0.</p>
<p>I guess that at this point Twisted doesn't [yet?] know which interface and as such which source IP address will be used. Does Twisted provide a facility that could help me with this or do I need to interface with the OS (routing) in a different way? Or did I just use <code>self.transport.getHost().host</code> incorrectly?</p>
http://stackoverflow.com/questions/1728350/optimal-best-pratice-to-maintain-continuos-connection-between-python-and-postgr1Optimal / best pratice to maintain continuos connection between Python and Postgresql using Psycopg2Nakh2009-11-13T10:18:55Z2009-11-18T11:45:23Z
<p>Hi,</p>
<p>I'm writing an application in Python with Postgresql 8.3 which runs on several machines on a local network.</p>
<p>All machines</p>
<p>1) fetch huge amount of data from the database server ( lets say database gets 100 different queries from a machine with in 2 seconds time) and there are about 10 or 11 machines doing that.</p>
<p>2) After processing data machines have to update certain tables (about 3 or 4 update/insert queries per machine per 1.5 seconds).</p>
<p>What I have noticed is that database goes down some times by giving server aborted process abnormally or freezes the server machine (requiring a hard reset). </p>
<p>By the way all machines maintain a constant connection to the database at all times i.e. once a connection is made using Psycopg2 (in Python) it remains active until processing finishes (which could last hours).</p>
<p>What's the best / optimal way for handling large number of connections in the application, should they be destroyed after each query ?</p>
<p>Secondly should I increase max_connections ?</p>
<p>Would greatly appreciate any advice on this matter.</p>
http://stackoverflow.com/questions/1752317/how-to-get-the-true-url-of-a-file-on-the-web-python3How to get the true URL of a file on the web. (Python)alex2009-11-17T22:26:55Z2009-11-17T23:36:50Z
<p>I notice that sometimes audio files on the internet have a "fake" URL. </p>
<pre><code>http://garagaeband.com/3252243
</code></pre>
<p>And this will <strong>302</strong> to the real URL:</p>
<pre><code>http://garageband.com/michael_jackson4.mp3
</code></pre>
<p>My question is...when supplied with the fake URL, how can you <strong>get the REAL URL from headers</strong>?</p>
<p>Currently, this is my code for reading the headers of a file. I don't know if this code will get me what I want to accomplish. How do I parse out the "real" URL From the response headers?</p>
<pre><code>import httplib
conn = httplib.HTTPConnection(head)
conn.request("HEAD",tail)
res = conn.getresponse()
</code></pre>
<p>This has a 302 redirect:
<strong><em><a href="http://www.garageband.com/mp3cat/.UZCMYiqF7Kum/01%5FNo%5Fpierdas%5Fla%5Ffuente%5Fdel%5Fgozo.mp3" rel="nofollow">http://www.garageband.com/mp3cat/.UZCMYiqF7Kum/01%5FNo%5Fpierdas%5Fla%5Ffuente%5Fdel%5Fgozo.mp3</a></em></strong></p>
http://stackoverflow.com/questions/1752283/in-python-what-does-getresponse-return0In Python, what does getresponse() return?alex2009-11-17T22:20:45Z2009-11-17T22:37:39Z
<pre><code> import httplib
conn = httplib.HTTPConnection(head)
conn.request("HEAD",tail)
res = conn.getresponse()
</code></pre>
<p>I can get the <strong>res.status</strong> , which is the http status code.</p>
<p>What other elements can I get?
Why is it that when I do print <strong>res</strong>, it won't print the dictionary? I just want to see the keys that are in that dictionary...</p>
http://stackoverflow.com/questions/1720743/cannot-write-a-script-to-svn-export-in-python0Cannot write a script to "svn export" in Python.alex2009-11-12T08:28:57Z2009-11-14T00:54:19Z
<p>Hi, I would like to write a script that will tell another server to SVN export a SVN repository.</p>
<p>This is my python script:</p>
<pre><code>import os
# svn export to crawlers
for s in ['work1.main','work2.main']:
cmd = 'ssh %s "cd /home/zes/ ; svn --force export svn+ssh://174.113.224.177/home/svn/dragon-repos"' % s
print cmd
os.system(cmd)
</code></pre>
<p>Very simple. It will ssh into work1.main, then cd to a correct directory. Then call SVN export command.</p>
<p>However, when I run this script...</p>
<pre><code>$ python export_to_crawlers.py
ssh work1.main "cd /home/zes/ ; svn --force export svn+ssh://174.113.224.177/home/svn/dragon-repos"
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-with-mic,password).
svn: Connection closed unexpectedly
ssh work2.main "cd /home/zes/ ; svn --force export svn+ssh://174.113.224.177/home/svn/dragon-repos"
Host key verification failed.
svn: Connection closed unexpectedly
</code></pre>
<p>Why do I get this error and cannot export the directory? I can manually type the commands in the command line and it will work. Why can't it work in the script?</p>
<p>If I change to this...it will not work. and instead, nothing will happen.</p>
<pre><code>cmd = 'ssh %s "cd /home/zes/ ;"' % s
</code></pre>
http://stackoverflow.com/questions/51658/cross-platform-space-remaining-on-volume-using-python5Cross-platform space remaining on volume using pythonJustin Waddell2008-09-09T11:36:39Z2009-11-13T09:22:14Z
<p>I need a way to determine the space remaining on a disk volume using python on linux, Windows and OS X. I'm currently parsing the output of the various system calls (df, dir) to accomplish this - is there a better way?</p>
http://stackoverflow.com/questions/1722441/403-error-in-google-app-engine-with-staticdir0403 error in Google App Engine with staticdirfredrik2009-11-12T14:09:16Z2009-11-12T14:39:42Z
<p>Hi,</p>
<p>For some reason I can't get static_dir to work. In my app.ymal I have:</p>
<pre><code>- url: /ui
static_dir: ui
- url: /dump
static_dir: dump
</code></pre>
<p>Loading static files from /ui works (i.e /ui/images/logo.png). But when I try to access something from /dumo I just get:</p>
<pre><code>INFO 2009-11-12 14:03:55,497 dev_appserver.py:3034] "GET /dump/kaxas.zip HTTP/1.1" 403 -
</code></pre>
<p>If I change the name of the zip-file to something else it returns a 404 error. So in someway it finds the file.</p>
<p>On the server the files have the same owner and group, and the same rights (chmod 755).</p>
<p>I'm running dev_appserver on a linux server.</p>
<p>Any ideas?</p>
<p>..fredrik</p>
http://stackoverflow.com/questions/1721530/will-python-subprocesscppbinaryexe-compromise-cppbinaryexes-performance1Will python.subprocess(cppBinaryExe) compromise cppBinaryExe's performance?ccfenix2009-11-12T11:18:47Z2009-11-12T11:24:20Z
<p>hi, i am quite new to python.subprocess()</p>
<p>if i folk a new process from python, will the execution speed of this new process be compromised?</p>
<p>imagine that i have the </p>
<pre><code>#python
import subprocess
subprocess.call( MyBinary )
</code></pre>
<p>basically, is there any difference between </p>
<pre><code>./MyBinary
</code></pre>
<p>and </p>
<pre><code>./python ruMyBinary.py
</code></pre>
<p>?</p>
http://stackoverflow.com/questions/1720286/remove-first-4-letters-from-a-folder-name-using-bash-scripting1Remove first 4 letters from a folder name using Bash scriptingstalkerh2009-11-12T06:23:42Z2009-11-12T10:46:53Z
<p>As the title says I want to remove the first 4 letters from a folder name using a <a href="http://en.wikipedia.org/wiki/Bash" rel="nofollow">Bash</a> script. If you have another way to do it in Linux I don't really mind e.g. Python. Also I need the script to be executed regularly (daily).</p>
http://stackoverflow.com/questions/1720867/i-just-installed-a-ubuntu-hardy-server-in-python-i-tried-to-import-mysql-and0I just installed a Ubuntu Hardy server. In Python, I tried to import _mysql and MySQLdbalex2009-11-12T09:01:01Z2009-11-12T09:08:25Z
<p>But, they were unable to be found!?</p>
<p>How do I install both of them?</p>
http://stackoverflow.com/questions/1713398/what-if-one-of-my-programs-runs-in-python-2-4-but-imports-something-that-require0What if one of my programs runs in python 2.4, but IMPORTS something that requires python 2.5?alex2009-11-11T06:20:24Z2009-11-11T09:44:39Z
<p>Then how do I import that? I run everything in python 2.4, but one of my scripts import xml.etree.ElementTree...which is only Python 2.5</p>