Eclipse, Pydev, question

2008-07-16 Thread Ken Starks
I have a small project for further development in eclipse, using the pyDev plug-in. I am working on foo.py and bar.pyc is also in the directory. bar.py is not in the directory; it is someone else's (confidential) file, and I don't get the python source. Can I run bar.pyc from eclipse ? --

Re: Eclipse/PyDev question

2007-08-14 Thread king kikapu
Fabio, thanks for the reply! Anyway, i saw that i cannot import anything if i use Source Folders in Eclipse/PyDev. The only way i can accomplish that is by using PyDev Packages. Thus, i can import whatever i want ant intellisense is working great! I just cannot understand the usefulness of PyDev

Eclipse/PyDev question

2007-08-13 Thread king kikapu
Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py file(s) of my project indeed contains breakpoints. So, i press F9,

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
On 8/13/07, king kikapu [EMAIL PROTECTED] wrote: Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py file(s) of

Re: Eclipse/PyDev question

2007-08-13 Thread gatti
On Aug 13, 11:48 am, king kikapu [EMAIL PROTECTED] wrote: Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py

Re: Eclipse/PyDev question

2007-08-13 Thread king kikapu
On Aug 13, 1:44 pm, [EMAIL PROTECTED] wrote: On Aug 13, 11:48 am, king kikapu [EMAIL PROTECTED] wrote: Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open

Re: Eclipse/PyDev question

2007-08-13 Thread king kikapu
Ah, i forgot another one: as any project evolves, you need to organize it in directories. So, i have a project named Dev and Eclipse has provided me (in Navigator) with Dev and Src. Inside Src i put my .py files. Let's say that i want to create a directory there (will i make it in Src or in Dev)

Re: Eclipse/PyDev question

2007-08-13 Thread Fabio Zadrozny
On 8/13/07, king kikapu [EMAIL PROTECTED] wrote: Ah, i forgot another one: as any project evolves, you need to organize it in directories. So, i have a project named Dev and Eclipse has provided me (in Navigator) with Dev and Src. Inside Src i put my .py files. Let's say that i want to

Re: Eclipse/PyDev question.

2007-08-06 Thread king kikapu
I like pydev and purchased the extensions ... there are bugs of course but what stopped me from using it is a project were I had some very large files (my fault). What do you mean by very large files ? Can't PyDev handle such ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-04 Thread king kikapu
News (or, news to me :) ) The creator of PyDev, contacted me and told me that latest version of PyDev need not require the whole SDK but only the Runtime Platfom is OK. That means that we download only the 40MB file (and not the 120 one) and this does not include all the Java stuff that we see in

Re: Eclipse/PyDev question.

2007-08-04 Thread king kikapu
Ah, and i think that the working set of Eclipse is smaller now... -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-03 Thread André Martins
I think you can download the eclipse plataform e get pydev through eclipse update. Eclipse Europa distro is a group of 21 projects like jdt and cdt not correlate to python. []'s -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-03 Thread Danyelle Gragsone
I wonder how long before they come out with a python version of eclipse. I know there is a C/C++ now. Danyelle -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-03 Thread gregarican
On Aug 3, 10:58 am, king kikapu [EMAIL PROTECTED] wrote: Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with Java, is there a way to disable/uninstall

Re: Eclipse/PyDev question.

2007-08-03 Thread king kikapu
On Aug 3, 5:00 pm, gregarican [EMAIL PROTECTED] wrote: On Aug 3, 10:58 am, king kikapu [EMAIL PROTECTED] wrote: Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have

Eclipse/PyDev question.

2007-08-03 Thread king kikapu
Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with Java, is there a way to disable/uninstall some Java-specific stuff and make the environment actually

Re: Eclipse/PyDev question.

2007-08-03 Thread Danyelle Gragsone
I just found this: http://www.easyeclipse.org/site/distributions/python.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-03 Thread Fabio Zadrozny
On 8/3/07, king kikapu [EMAIL PROTECTED] wrote: Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with Java, is there a way to disable/uninstall some

Re: Eclipse/PyDev question.

2007-08-03 Thread king kikapu
On Aug 3, 5:46 pm, Danyelle Gragsone [EMAIL PROTECTED] wrote: I wonder how long before they come out with a python version of eclipse. I know there is a C/C++ now. Danyelle The only problem i see in Eclipse/Pydev solution is that Eclipse is bulky...I was not designed for specific Python

Re: Eclipse/PyDev question.

2007-08-03 Thread hg
king kikapu wrote: Hi, this is actually a question to those of us who use Eclipse and Pydev as their main Python developing environment. As i use Eclipse (3.3 Europa) only for Python and i have nothing to do with Java, is there a way to disable/uninstall some Java-specific stuff and make the