Re: [Pydev-users] Setting up Eclipse pydev django development environment
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2016-06-07 20:40:02
|
PyDev is unaware of this and the PYTHONPATH/PATH are not properly set according to your configurations, so, it's expected that this won't work. Please go through the whole Getting Started manual ( http://www.pydev.org/manual_101_root.html) and follow the steps from configuring the interpreter/project to running the program as it should cover all that's needed to run your program (as a note, make sure you have focus on the PyDev editor when your press F9 to run it). Best Regards, Fabio On Tue, Jun 7, 2016 at 5:22 PM, Gary Roach <gar...@ve...> wrote: > The terminal is a plugin called TM Terminal. I mimics a standard bash > terminal but works with the project files. Very handy. > > This is the first time that I have tried to run a py file without using > the command line with python. I am not sure what you mean by using F9. This > does nothing on my system. The Eclipse menu lists run as ^ F11 . I tried > several different methods of running my test.py file. The only one that > worked is python test.py on the command line of the terminal. This produced > sys.version_info(major=2, minor=7, micro=11, releaselevel='final', > serial=0). Whether I used the plugin terminal or my standard bash system > terminal made no difference. I got the same results both ways. > > Gary R. > > On 06/07/2016 03:45 AM, Fabio Zadrozny wrote: > > import sys > print(sys.version_info) > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > > |