Import Issue

2006-06-29 Thread praveenkumar . 117
Hi All, What is the difference between import string and from string import * Regards, Praveen -- http://mail.python.org/mailman/listinfo/python-list

Python.h

2006-06-06 Thread praveenkumar . 117
Hi, I am running python to c converter application. It throws an error saying python.h file not found. Can somebody plz suggest how to resolve this problem. Regards, Praveen Kumar -- http://mail.python.org/mailman/listinfo/python-list

Python to C converter

2006-06-05 Thread praveenkumar . 117
Hi All, I have an application return in python. I want this to be converted to C. I will be kind enough if somebody suggest is there any tool or compiler to do that. Regards- Praveen Kumar A.S -- http://mail.python.org/mailman/listinfo/python-list

Import Issue

2006-06-02 Thread praveenkumar . 117
Hi all, I am facing a problem while importing a file in python script. After doing import file i am updating that file. Later i am accessing a dictionary contained in that file. Eventhough changes are reflected in the file... When i access a dictionary those

Usage of single click or double click in Tix programming

2006-05-04 Thread praveenkumar . 117
Dear all, I am developing an GUI application using Tix I want to trigger a window on single or double click on a name displayed in the GUI. How to go about using Python your help is very much appreciated regards praveen --

May I know Which is the best programming guide for using Tix in python

2006-05-03 Thread praveenkumar . 117
Hi, Can anyone suggest best reference book of using Tix widgets in python. I want to know the prototype of widgets, its member functions and data members -Regards, praveen -- http://mail.python.org/mailman/listinfo/python-list

How to catch python's STDOUT

2006-04-06 Thread praveenkumar . 117
Hi, Can someone help me by suggesting how to capture python's STDOUT. I doesn't want the python's output to get displayed on the screen. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to catch python's STDOUT

2006-04-06 Thread praveenkumar . 117
HI, I am a member of comp.lang.python. I posted a message saying how to capture python's STDOUT. sorry i did not clearly mentioned the problem. I have python script in which i have some print statements. I dont want the outputs of print to be displayed on