[Pythonmac-SIG] check if wxpython has been installed properly

2009-08-20 Thread beegee beegee
hi guys i opened my terminal window on a mac os x tiger 10.4.11 and tried to do the following guruprasad-gopinaths-computer:~/Desktop/pylot guruprasadgopinath$ python run.py -g Pylot was unable to start the GUI. Check if wxPython is installed properly. guruprasad-gopinaths-computer:~/Desktop/pyl

[Pythonmac-SIG] Unable to execute python file

2009-08-20 Thread beegee beegee
Hey guysI need some help here I am new to python, I have a mac os tiger 10.4.11 I just downloaded a performance testing tool called pylot I downloaded the entire folder to my desktop I am expected to run the following command python run.py -g (the instructions are in this link: http://www.pyl

[Pythonmac-SIG] problems with executing python files

2009-08-20 Thread beegee beegee
I am new to python (i have version 2.5 on my machine), I have a mac os tiger 10.4.11 with 1 GB ram I just downloaded a performance testing tool called pylot I downloaded the entire folder to my desktop I am expected to run the following command python run.py -g I tried the following a. I ri

[Pythonmac-SIG] having problems executing pylot

2009-08-19 Thread beegee beegee
I am new to python (i have version 2.5 on my machine), I have a mac os tiger 10.4.11 with 1 GB ram I just downloaded a performance testing tool called pylot I downloaded the entire folder to my desktop I am expected to run the following command python run.py -g I tried the following a. I ri

[Pythonmac-SIG] Cant open file

2009-06-20 Thread beegee beegee
Hello,I am new to python, I have a mac os tiger 10.4.11 I created a simple text file using textwrangler and wrote the following code : print "Hello World" I saved this file on my desktop as *first_print.py* I opened terminal I typed python and I got >>> as the prompt I typed *python first_print.p

[Pythonmac-SIG] Whats the invalid syntax about

2009-05-31 Thread beegee beegee
Hello, I have a mac mini mac os 10.4.11 aquamacs 22.3.1. I wrote this program (please see below) after i got a python prompt (this was after starting the interpreter in aquamacs) please suggest what could have gone wrong here why am i getting a syntax error some_list = [3,6,2,5] i=1 while i < 3:

[Pythonmac-SIG] where do I store my Python programs

2009-05-31 Thread beegee beegee
Hi All, I have a mac mini mac os 10.4.11. I also have aquamac for an editor. I have some simple programs stored in text files. and I try to run them using aquamac, but I get the following error message steps taken: launch aquamacs File -> new buffer in new window File ->new buffer in mode python P

[Pythonmac-SIG] How can python help in testing of applications

2009-04-24 Thread beegee beegee
Hello, I am a software tester (black box, manual), and I would like to know, by learning python, how would it benefit my black box testing efforts Regards ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyth

[Pythonmac-SIG] applications of python in software testing

2009-04-23 Thread beegee beegee
Hello, I am into software testing (manual). I would like to know how could I apply python to test a software, please provide some examples or references to reading material which would explain the same. regards ___ Pythonmac-SIG maillist - Pythonmac-SIG

[Pythonmac-SIG] Unable to run python application

2009-04-15 Thread beegee beegee
Hi there, I am a beginner in python and I wrote a simple program called first.py (using aquamacs) and stored it on my desktop. I opened IDLE and wrote the command python first.py and I got a syntax error with 'first' being highlighted I have a mac os 10.4.11, python 2.6.1 on IDLE and I also used th