[Pydev-users] [pydev - Users] RE: Error using expressions in debugging

2008-07-09 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5084110
By: winterstream

I also get this error. I'm using Kubuntu 8.04, Eclipse 3.3.0 and PyDev 
Extensions
1.3.18. I've had this problem since 1.3.15 (perhaps earlier; I can't remember).

It happens even when I run the most trivial of programs. For example:

a = 1
b = 2

print a
print b

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Console annoyance

2008-07-09 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5084511
By: hweber

Hello,

I'm using pydev 1.3.18. I find that the behaviour of the the brace completion
(if that is what it is called) in the pydev console is strange compared to that
in the editor. Typing an opening brace will delete existing text to the right
of the cursor to the end of the line, which I find very annoying when trying
to edit a command that I used earlier. And it even happens inside of strings.

Is there a way of switching that off? The code completion settings in the 
preferences
don't seem to have an influence on this.

Best Regards,
Henrik



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Console annoyance

2008-07-09 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5084908
By: fabioz

Please report that as a bug (that really shouldn't happen).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Remote Interpreter

2008-07-09 Thread Fabio Zadrozny
Hi Heston,

 I do the main bulk of my development on a windows machine running eclipse
 and pydev, however, for a recent project the deployment platform is a debian
 based system. On the system we use several modules which are not available
 on the win32 platform however I would really love to take advantage of the
 debugging and testing elements built into pydev.

 Is it possible to configure an interpreter over a network? So I can
 effectively run the code on a remote interpreter?

Well, you can run your interpreter in the remote machine and use the
remote debugger for debugging, but I usually find it easier to use
something as NX ( http://www.nomachine.com/ ) and start an Eclipse
instance on the target machine through it (and configure everything as
if it was local) as Eclipse+Pydev can also run on linux.

Cheers,

Fabio

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users