Re: Requires a character ... !!

2008-07-24 Thread karthikbalaguru
On Jul 24, 2:20 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > karthikbalaguru wrote: > > I am new to python . I am face few problems related with > > python and iam trying to resolve it. > > > The below is the error that i get when i invoke my application by >

Requires a character ... !!

2008-07-24 Thread karthikbalaguru
Hi, I am new to python . I am face few problems related with python and iam trying to resolve it. The below is the error that i get when i invoke my application by giving the necessary input file. [EMAIL PROTECTED] hello]# Analyzer hello_input Loading debug info: hello_input Traceback (most rece

Re: tkinter for my python program !!

2008-07-23 Thread karthikbalaguru
On Jul 23, 11:38 pm, David <[EMAIL PROTECTED]> wrote: > > Further, finally when i invoke the python program by > > giving the necessary input file, i get the following > > errors . > > Does it have any relation with the python version installed ? > > yes > > > I am using Redhat 9.0 > > You may want

Re: Strange problem ....

2008-07-23 Thread karthikbalaguru
On Jul 23, 1:31 pm, "Simon Brunning" <[EMAIL PROTECTED]> wrote: > 2008/7/23 karthikbalaguru <[EMAIL PROTECTED]>: > > > I use Redhat 9.0, python-2.2.2-26, python-devel-2.2.2-26 and > > db4-4.0.14-20. > > > File "/usr/local/SDK/

Strange problem ....

2008-07-23 Thread karthikbalaguru
Hi, I am new to python, Kindly suggest to resolve a problem with a python file. What does the below error refer to ? I use Redhat 9.0, python-2.2.2-26, python-devel-2.2.2-26 and db4-4.0.14-20. [EMAIL PROTECTED] processor]# Analyzer processorcycle /usr/local/SDK/bin/../core/bin/processorlib.py:8 8

Re: tkinter for my python program !!

2008-07-22 Thread karthikbalaguru
On Jul 22, 7:11 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > karthikbalaguru wrote: > > On Jul 22, 6:32 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > >> karthikbalaguru wrote: > >> > Hi, > > >> > One

Re: tkinter for my python program !!

2008-07-22 Thread karthikbalaguru
On Jul 22, 6:32 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > karthikbalaguru wrote: > > Hi, > > > One of my python program needs tkinter to be installed to run > > successfully. > > I am using Redhat 9.0 and hence tried installing by copying th

tkinter for my python program !!

2008-07-22 Thread karthikbalaguru
Hi, One of my python program needs tkinter to be installed to run successfully. I am using Redhat 9.0 and hence tried installing by copying the tkinter-2.2.2-36.i386.rpm alone from the CD 3 to my pc. But, it is not getting installed and is failing by throwing the below errors. Should i need to con

Re: Instance

2008-07-22 Thread karthikbalaguru
On Jul 17, 5:34 pm, "Calvin Spealman" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 2:56 AM, karthikbalaguru > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > I am new to python. I am trying to use the python files given to me > > for brin

Instance

2008-07-17 Thread karthikbalaguru
Hi, I am new to python. I am trying to use the python files given to me for bringing up a setup. I get the following error while trying to use a python file - AttributeError : Classroom instance has no attribute 'desk_offset' How to resolve this ? Should i need to define desk_offset to zero in th