Re: [Pydev-users] python + jython in single project: possible?

2008-12-30 Thread Fabio Zadrozny
I think that's a bug (you should be able to run it any way independent of the project type). As for the analysis/code-completion (and file content), you have to choose a single thing for the whole project (either the project is python or jython) and that's a limitation that is probably not going t

[Pydev-users] python + jython in single project: possible?

2008-12-30 Thread Devin Venable
I've just added a bit of jython code to an existing python project. I always assumed that since you are prompted to choose between jython and python every time you RUN that you would be able to select any .py file and run it as either python or jython. But I discovered that the active interpreter

[Pydev-users] [pydev - Users] RE: Missing source files from zipped egg files.

2008-12-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5933006 By: radaczynski I actually found how to fix the fact that pydev wasn't asking me for the source code. It was specified in some file under workspace directory. I removed the few lines that said DONTASK

[Pydev-users] [pydev - Users] Missing source files from zipped egg files.

2008-12-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5932725 By: radaczynski Hi, I am trying to debug a pylons application that uses elixir for orm. I would like to actually debug the elixir part. Elixir is in the python path and the code completion works fine f