[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by kinow at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: Thanks Luiz! That worked for me! -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
Re: [Pydev-users] [Users] RE: Eclipse frezes on code completion
Hi Luiz, Glad it worked out for you, the auto-complete issue wasn't when editing projects using the Remote System Explorer component was it ? Also can anyone chime in what would this make a difference? or that it would make a difference? On Tue, Sep 27, 2011 at 4:35 PM, SourceForge.net wrote: > The following forum message was posted by luizgarrido at > http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: > > Hi, I know that this post has no activity for a long time but... > I was having a problem that my Eclipse PyDev autocomplete was not working and > find out that my "C:\Windows\System32\drivers\etc\hosts" was the problem. So > if anyone tried everything like me, I had to remove a line that I was using > there to solve the problem. The line was pointing the localhost address to > another > place on my network (10.0.1.31 localhost). Removing that line, made localhost > work like it should and the problem with PyDev Autocomplete was fixed. > > Thanks! > Luiz Garrido > > -- > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > ___ > Pydev-users mailing list > Pydev-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-users > -- Daniel Sokolowski KL Insight http://klinsight.com/ Tel: 613-344-2116 | Fax: 613.634.7029 993 Princess Street, Suite 202 Kingston, ON K7L 1H3, Canada Notice of Confidentiality: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review re-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error please contact the sender immediately by return electronic transmission and then immediately delete this transmission including all attachments without copying distributing or disclosing same. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by luizgarrido at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: Hi, I know that this post has no activity for a long time but... I was having a problem that my Eclipse PyDev autocomplete was not working and find out that my "C:\Windows\System32\drivers\etc\hosts" was the problem. So if anyone tried everything like me, I had to remove a line that I was using there to solve the problem. The line was pointing the localhost address to another place on my network (10.0.1.31 localhost). Removing that line, made localhost work like it should and the problem with PyDev Autocomplete was fixed. Thanks! Luiz Garrido -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: Hi there, If connections are being refused, the most common thing is a firewall, now, if you're 100% sure it's not, take a look at: http://www.smartftp.com/support/kb/connection-refused-f58.html and try to identify what else could be wrong there (the only other case I saw where it was not the firewall was with a misconfigured network card under linux, but in that case even ping 127.0.0.1 would fail). Cheers, Fabio -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by foxterri at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: BTW, I am able to open IDLE if i open it from the command prompt with: "idle -n" -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by foxterri at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: It is not only eclipse where I have the problem. The problem does also appear when I try to open IDLE. Here I get two errors: Socket Error: No connection could be made because the target machine actively refused it and Idle's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection. I have also been in: Control Panel\System and Security\Action Center Here it says I have two firewalls installed but only AVG firewall is ON and Windows firewall is OFF. So I should only have AVG firewall, but it does still not work when I switch AVG firewall off. -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by foxterri at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: I have had another firewall before, but it is uninstalled. And there is no other proces running under Windows Task Manager which could be a firewall or anti-virus application. The only firewall + anti-virus I have is AVG Internet Security, which was the one I have tried to disable for a while, which didn't work. furthermore I have tried with python 2.6 and 2.7, and I have also tried to uninstall the Java JDK and installed it again. -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Eclipse frezes on code completion
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: It does look like you have a firewall enabled (sometimes some anti-virus can have firewalls builtin). Aside from that it could be some other connection issue (such as not having ipv4 properly configured), but that would be something more exoteric ;-) So, is there any chance you do have some other firewall running? (Maybe by having some anti-virus program?) Cheers, Fabio -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users