very strange syntax errors

hg hg at nospam.org
Wed Mar 28 06:18:49 EDT 2007


hg wrote:

> Hi,
> 
> I'v been facing some very strange errors lately:
> 
> one example:
> 
> def __init__(self):
> ....
>         import my_info
>         some_text = my_info.T_SOME_TEXT
>                                       ^ syntax error
> 
> 
> I manage to get rid of that one by moving the import on top of my file.
> 
> Note: Python 2.4.1 under Windows
> 
> 
> Any clue ?
> 
> Thanks,
> 
> hg


PS:

and I also get some even weirder studd such as an error on line 374 when I
add a print on line 65

I'm using pydev + pydev ext

hg




More information about the Python-list mailing list