[Pydev-users] [pydev - Users] RE: Combining comment/uncomment in a single a

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804936 By: fabioz Ok, sorry... the In case a block is commented out partially, the behavior should be like the current one. should solve what I meant... So, yes, in this case that patch would be accepted.

[Pydev-users] [pydev - Users] Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804958 By: nobody Hi, I can't get PyDev to work properly. When I want tu use code completion the following messages appear in the error log: org.eclipse.core.runtime.CoreException: Error creating python

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804966 By: fabioz What happens if you execute: c:\python24\python.exe C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc\pyc ompletionserver.py 51738 56246 on a prompt?

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804970 By: nobody Hi, thanks for the quick response! I get the following error: Import error: No module named refactoring __ You are

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805000 By: fabioz Don't you have a file refactoring.pyd under C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc ? If you don't, your install is corrupted (so, you need to reinstall

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805037 By: nobody Hi, ok, my installation was corrupted. Reinstalling PyDev was the trick. Thank you very much for helping! Regards, Johannes

[Pydev-users] [pydev - Users] Josh

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805080 By: nobody a href=http://7.lesensazioni.com/jennajamesonpps/; jennajamesonpps /a http://6.tuofratello.com/sockmasterbation/ a href=http://14.sonopassato.com/firsttimeorgasm/; firsttimeorgasm /a a

[Pydev-users] [pydev - Users] Code completion

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805189 By: shahbaztyagi I am not able to get members of class...in the editor. I am using both python and jython.and I have created a plugin where I am extending the class PyEdit.