>
> Hello everyone,
>
> I am completely new to Python., so just starting to learn with basics.
> I have some problems while writing simple codes in Eclipse which I am unable
> to figure out.
>
> 1. While using 'len' its giving some error "Undefined variable" although the
> script gives the desired result when I run it. Its quite strange for me.
> Even re-starting Eclipse does not solve it.
>
> 2. The second problem is whenever I am typing the codes, on the use of '.'
> after any word Eclipse freezes for sometime. May be there is some problem
> with auto suggest, I am not sure though. But this problem is quite bothering
> as it stops the work for nothing.
>
> I shall be very thankful for any help.

The usual problem is a firewal enabled.

Take a look at:
http://pydev.org/faq.html#when_i_do_a_code_completion_pydev_hangs_what_can

and if that doesn't help you please post details on your error log
(see: http://pydev.org/faq.html#how_do_i_report_a_bug )

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to