View Single Post
  #1  
Old 11-02-2007, 02:10 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Eclipse IDE with Vizard

How I got Eclipse going with Vizard:

1. Download and install Classic Eclipse

2. Follow the instruction here to install and configure pyDev.
http://www.fabioz.com/pydev/manual_101_root.html
Be sure to point to the python.exe in the Vizard/bin directory.
Also, manually add the Vizard/python directory for auto complete to work.

3. To get Vizard executing in the IDE as an external tool:
Open the Run->External Tools->open external tools dialog.
Create a new configuration.
Set the Location to C:\Program Files\WorldViz\Vizard30\bin\winviz.exe
Leave the Working Directory blank
Set the Arguments to "${resource_loc}"

4. Place your project files in the same directory as your script/.py files.

Need help? Ask questions in this thread.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote