8
13.04 login: lagging after password entry for several secondsview story

http://askubuntu.com – When I login to my Ubuntu 13.04 beta2 (std Unity) session, after I enter the password, there is a deferral of some seconds which is not there on my 12.04. LTS partition. Can this be related to the dmesg output: [ 37.101723] systemd-logind[2350]: New seat seat0. [ 37.101785] systemd-logind[2350]: Failed to save seat data for seat0: No such file or directory and if so, what does it mean? (HowTos)

8
Hiring Developers? Codassium Combines Collaborative Code Editing And Video Chat Into One Web Appview story

http://techcrunch.com – As just about any startup in the valley world could tell you, hiring good developers is one helluva process. First you’ve gotta find the rare developer who isn’t already drowning in job offers. Then you’ve gotta sit down and chat ‘em up to make sure they’ll be a good fit for your team. Then you’ve gotta make sure they can actually, you know, code. (IT news)

8
Python: module not found after manual installview story

http://askubuntu.com – I've recently updated to the current version of Ubuntu, 13.04 and Python 2.7.4. Since then I have problems importing the gobject module and dunno what to do to fix it. I'd like to use dreampie which currently fails at startup with the ImportError below. (HowTos)

8
Convert MSword to XML/HTML on Linuxview story

http://stackoverflow.com – I need to convert MSWord file into XML or HTML, while preserving the structure of the file (mainly tables). (HowTos)

8
Messaging Menu not showing in 13.04 (Beta 2)view story

http://askubuntu.com – I've written an indicator (in Python 3, PGobject, AppIndicator3) which hooks into the Ubuntu messaging menu. The indicator works on 12.04 (but I've not tested it on 12.10). Today I installed 13.04 Beta 2 under VirtualBox to test the indicator. (HowTos)

8
How to update python 2.6.6 to Python 3?view story

http://serverfault.com – I have debian 6.0 64bit and I need to update my python 2.6.6, It's the wrong version for my needs and now have to remove the 2.6.6 and upgrade to 3. Any help please? I'm not a Linux Savy! (HowTos)

8
The idea to install all php, python 2 and python 3 modulesview story

https://bbs.archlinux.org – If you don't update Arch for a long time and you connect your Arch box to the internet e.g. you use a web browser, that can cause harm. cfr https://bbs.archlinux.org/profile.php?id=54639 2013-04-10T00:13:32Z (HowTos)

9
Python 3.3.1 Is Out, Developers Boast with 120x Speedupview story

http://news.softpedia.com – Python, a multiplatform programming language that allows users to work more quickly and integrate systems more effectively, is now at version 3.3.1. As usual, each new version of Python comes with a multitude of changes and the latest release, 3.3.1, implements hundreds of bugfixes. Highlights of Python 3.3.1: • A C implementation of the "decimal" module has been added. (IT news)

9
Debian Linux Squeeze 6.0: Install Python v2.6/2.5 Argparse Moduleview story

http://www.cyberciti.biz – I would like to use argparse module for Python 2.6 under Debian Linux. However, the code is not working. How do I install and use argparse Python module under Debian Linux 6.x for Python version 2.5 or 2.6?Read answer to: "Debian Linux Squeeze 6.0: Install Python v2.6/2.5 Argparse Module"     (HowTos)

8
Python Command Line Arguments Examplesview story

http://www.cyberciti.biz – I am a new Python programming user. (HowTos)