Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-10 Thread Gary Roach
Hi Bypassing the help screen problem, going to the pydev manual and reading between the lines, I have the following setup working. OS Debian Linux Desktop KDE Eclipse version Neon Tutorial How to tango with rango (python 2.7 and Django 1.7.11) I created a virtual environment file in /opt/pyth

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-08 Thread Gary Roach
OK I ripped out everything and started over. Fabio, the manual you suggested is a bit out of date. I used the Eclipse_lnstaller and selected the php installation because it seemed to fit my needs best. I then installed PyDev and TM Terminal from the Market Place. The method suggested in the ma

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-07 Thread Fabio Zadrozny
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/pro

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-07 Thread Gary Roach
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 sy

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-07 Thread Fabio Zadrozny
What do you mean by running python --version in the Eclipse Terminal? Which terminal are you talking about? If you just do a simple script with: import sys print(sys.version_info) and run it by pressing 'F9' inside Eclipse/PyDev what do you get? Cheers, Fabio On Mon, Jun 6, 2016 at 11:09 PM,

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-06-06 Thread Gary Roach
Hi all, I am still fighting this problem. I have installed Eclipse Neon because my version of Debian uses java 8. I have then installed the PyDev plugin. I also installed a terminal emulator plugin. Selecting windows>Preferences>PyDev>Interpereters>Python Interpereters, I used New to create

Re: [Pydev-users] Setting up Eclipse pydev django development environment

2016-05-09 Thread Fabio Zadrozny
Hi Gary, There are some ways you can setup things in your use case... So, first, I'll explain a bit on the concepts related to then provide the possible solutions: Workspaces: Eclipse itself provides the concept of workspaces, so, each workspace is completely independent from another (i.e.: proj

[Pydev-users] Setting up Eclipse pydev django development environment

2016-05-07 Thread Gary Roach
Hi I need assistance in setting up my development environment an have gotten no response from the Eclipselink-users-request list. I hope that someone on this list can be of assistance. I am running Debian stretch OS (Ubuntu is Debian for all practical purposes) with an Xwindows KDE desktop.