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

Hello,

setup:

eclipse 3.2.2
pydev   1.30
Mac OS  10.4.9

The problem: when creating a new project, if I choose project type "python 2.4",
the project is created ok.  However, if I choose python 2.3 or 2.5, Eclipse
hangs until I kill -9 it.

?? Question 1: why does it hang, and how can I fix it?

----

After I create a 2.4 project, and then run it (Run->Run As->Python Run), it
runs with the whichever interpreter is listed first
in Preferences->PyDev->Interpreter Python->Python Interpreters, not necessarily
the 2.4 interpreter.

     import sys
     if __name__ == '__main__':
         print sys.version

Also, I can change the type of an exiting "2.4" project via [right click on
project]->properties->PyDev Project Type.

------

?? Question 2: what effect is the "project type" setting supposed to have? 
I had expected that it would change which interpreter was being used for a 
particular
project, but I seem to be wrong.

Thanks in advance,

Scott

______________________________________________________________________
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to