[Pydev-users] [pydev - Users] Error message while creating project

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7411812 By: gotatpe Hi! I've created a new PyDev project and removed it without deleting project content. Next time I want to create an another project on the same location, I'm getting an error message: "Pr

[Pydev-users] [pydev - Users] Deadlock

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413012 By: gotatpe Hi, I've tested the remote debugger in PyDev Extensions and it works sometimes, but many times both Eclipse and the remote Python application hangs forever. Any glues? Regards, Attila ___

[Pydev-users] [pydev - Users] RE: Deadlock

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413261 By: fabioz I don't experience that here... are you experiencing those randomly? Note that the debugger will probe the objects in your application, so, if the application misbehaves when that happens the

[Pydev-users] [pydev - Users] RE: Error message while creating project

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413457 By: fabioz Actually, when you have an existing project, you should do a file > import project instead of trying to create another one in the same place... Cheers, Fabio _

[Pydev-users] [pydev - Users] RE: Interactive console preference

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413489 By: fabioz Well, there's currently no easy way to setup different commands there... Probably the easier way to do it would be creating a plugin that sets org.python.pydev.debug.newconsole.PydevConsoleC

[Pydev-users] [pydev - Users] RE: Can't configure Python interpreter in eclipse

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413495 By: fabioz You're right... The latest Pydev is using an API (Tree.select(TreeItem)) that's only available for Eclipse 3.4 onwards (so, it doesn't work on earlier versions of Eclipse). Please create a bu

[Pydev-users] [pydev - Users] RE: Another undeserved unresolved import

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413500 By: fabioz The 'signal' library should be in the forced builtins (see: http://fabioz.com/pydev/manual_101_interpreter.html ). Is it there for you? Cheers, Fabio __

[Pydev-users] [pydev - Users] RE: Error message while creating project

2009-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7413675 By: gotatpe Yes, I know, but it is still confusing for users that after DELETING a project (delete=you do not have any project there anymore) you cannot CREATE a new one on the same place without delet