problem with python on mac


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers problem with python on mac
# 1  
Old 02-11-2009
problem with python on mac

Hi, I'm sure there's a very easy way to fix this but i'm a newbie so I'm posting this. The problem is that whenever I run python on the terminal I can no longer use the left and right arrows to move left or right, or the up/down arrows to call commands used before. Whenever I click an arrow I get ^[[A, ^[[B, ^[[C or ^[[D. Some help would be great.

thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Python problem with input

Hello everyone, I have just started python, and there is something that escapes me. I don't understand why my little script doesn't work. When I do, it work: my_string = "bonjour" if len(my_string) < "6": print(my_string + " < 6") else: print(my_string + " > 6") ... (2 Replies)
Discussion started by: Arnaudh78
2 Replies

2. Shell Programming and Scripting

Python SSH problem

Hello geeks, Am trying to write a custom plugin using python but it seems python is not handling the SSH part well, find below for the code: #!/usr/bin/python import os, sys host = sys.argv pdpactgsm=os.popen("ssh -l GbeAdi $host "pdc_kpi.pl" | grep -A 4 sgsn_g | awk 'NR == 5 ' |... (1 Reply)
Discussion started by: infinitydon
1 Replies

3. AIX

Strange problem running python program from within ant

Hello, I'm currently trying to port an ant based build to AIX 6.1. The build queries the underlying version control system (Mercurial) for some data, which works fine on other platforms (Linux, Solaris). However, on AIX the hg command fails to load python's md5 module when used in the build,... (1 Reply)
Discussion started by: dhs
1 Replies

4. Shell Programming and Scripting

Problem with python script

I have a txt file of 8GB with same type of messages in it. for eg: MTQ_BQUOTE, Length: 40, Timestamp: 4:00:52.064 MsgKey: symbol: XXX | reportingExchange: 11 Symbol: XXX, hash 004C5746 QS Symbol: XXX, market 1 Security Type: EQUAL (1) Symbol Type: Equity.Share.Single.None Session: XX_XXX (0)... (9 Replies)
Discussion started by: Vijeta Laad
9 Replies

5. Shell Programming and Scripting

Problem passing arguments to a Python script

I have part of the script below and I tried calling the script using ./tsimplex.py --fstmod=chris.cmod --nxz=8x6 --varp=0.25 but am getting the error option --fstmod must not have an argument Any idea on how to fix this would be highly appreciated #! /usr/bin/python import... (0 Replies)
Discussion started by: kristinu
0 Replies

6. UNIX for Dummies Questions & Answers

Turn python script into an installed UNIX command (Mac OS X)

Okay so i have a script i wrote in python. I want to turn this script into an INSTALLED COMMAND to run in terminal. Right now i run it like this in terminal... $ python myscriptname.py or $ ./myscriptname.py but i want to be able to run it like this in terminal... $ myscriptname ... (3 Replies)
Discussion started by: cbreiny
3 Replies

7. Shell Programming and Scripting

Python tkinter grid problem?

There seems to be some problem with the grid geometry manager, or maybe its just my syntax thats incorrect. Im using Python 2.3.4. My problem is that even when I use the sticky='news' option in any grid method, it just doesnt work period. For example, the following code gives be a window with a... (0 Replies)
Discussion started by: SRCoder!
0 Replies

8. UNIX for Dummies Questions & Answers

Mac problem.

It is not my experience but one of my friends. He did the following process: After awhile he still could connect to the network, but once he rebooted his computer, the computer couldn't connect to the Internet anymore. And the physical address has become: sometimes it was: ... (1 Reply)
Discussion started by: HOUSCOUS
1 Replies
Login or Register to Ask a Question
qpid-python-test(1)						   User Commands					       qpid-python-test(1)

NAME
qpid-python-test - run tests of the python QPID library for a broker SYNOPSIS
qpid-python-test [options] PATTERN ... DESCRIPTION
Run tests matching the specified PATTERNs. OPTIONS
-h, --help show this help message and exit -l, --list list tests instead of executing them -b BROKER, --broker=BROKER run tests against BROKER (default localhost) -f FILE, --log-file=FILE log output to FILE -v LEVEL, --log-level=LEVEL only display log messages of LEVEL or higher severity: DEBUG, WARN, ERROR (default WARN) -c CATEGORY, --log-category=CATEGORY log only categories matching CATEGORY pattern -m MODULES, --module=MODULES add module to test search path -i IGNORE, --ignore=IGNORE ignore tests matching IGNORE pattern -I IFILE, --ignore-file=IFILE ignore tests matching patterns in IFILE -H, --halt-on-error halt if an error is encountered -t, --time report timing information on test run -D DEFINE, --define=DEFINE define test parameters SEE ALSO
For more information on qpid-python-test please check the QPID wiki at http://qpid.apache.org. Apache QPID October 2011 qpid-python-test(1)