8
putting multiple input line to the console | cursesview story

http://stackoverflow.com – I have started to write console with Python language. It is amazing. But, I have tried to create input box with curses as shown below. I have stucked in how I can put input line and get the input written on the input place on the console. Can you help me for this part ? I forget to ask _is it possible to create input box as shown below with curses ? (HowTos)

8
PythonSDK from Conceptive Engineeringview story

http://stackoverflow.com – Does anybody have experience installing PythonSDK (2.7.2) from Conceptive Engineering using their linux package? Windows version had an installer and went great. Would like to now use on linux box also. The linux version ships as an archive. It does not seem to be organized like a typical python installation site. No docs/readme/executables in the top level (so seemingly no installer scripts). (HowTos)

9
Linux Mint 14 Support Added to HP Linux Imaging and Printing 3.13.3view story

http://news.softpedia.com – Hewlett-Packard Linux Imaging and Printing, an HP-developed solution for printing, scanning, and faxing with HP inkjet and laser-based printers in Linux, is now at version 3.13.3. (IT news)

8
Accerciser 3.8 Beta 2 Fixes Python 3 Issuesview story

http://news.softpedia.com – The second and last Beta version of the upcoming Accerciser 3.8 package, an interactive Python accessibility explorer for the GNOME desktop environment, has been released for testing two days ago, on March 5. (IT news)

8
[Solved]Anontwi (Python issue)view story

https://bbs.archlinux.org – Lolz, that worked. Thank you sir MisterChoc https://bbs.archlinux.org/profile.php?id=68461 2013-03-07T16:21:36Z (HowTos)

8
Python helpview story

http://ubuntuforums.org – How to input two numbers using space like [ 48] in two list type variables ? (Hardware)

8
terminate a linux command line utility from pythonview story

http://stackoverflow.com – I've got a command line utility from canutils called candump. It works like this: I run candump (specifying the bus from which I want to dump) root@beaglebone: candump can0 It then runs until I end it using CTRL+C However, when I run it in a python script like so. Popen(["candump","can0"],stdout=PIPE) or call(["candump","can0"]) I'm not sure how to end it. Any ideas? (HowTos)

8
Flexible IPC solution for Python on Linux?view story

http://stackoverflow.com – I'm writing a program in Python for which I'm considering a local client-server model, but I am struggling to figure out the best way for the server to communicate with the client(s). A simple, canned solution would be best--I'm not looking to reinvent the wheel. (HowTos)

8
I have a problem installing activestate python instead of the default. How can I fix it? Syntax error: ")" unexpectedview story

http://askubuntu.com – I am getting this error when trying to run the ./install.sh for ActivePython. How can I correct this? cd /tmp wget http://downloads.activestate.com/ActivePython/releases/2.7.2.5/ActivePyt... tar xzf ActivePython-2.7.2.5-linux-x86.tar.gz cd ActivePython-2.7.2.5-linux-x86 ./install.sh error: ./INSTALLDIR/bin/python2.7: 2: Syntax error: ")" unexpected (HowTos)

8
TOTAL newbie no LINUX or BIOPERLview story

http://unix.stackexchange.com – Help! :) I am trying to learn bioinfomatics the hard way I think, i just got tossed into this and it's sink or swim. I have no background in Linux (ubuntu and bash) or perl or python. I am trying to use programs (bioperl modules mostly) that have been installed und used on this machine before. Now it seems that an older version functions, but not the newer one. (HowTos)