© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.

Slides:



Advertisements
Similar presentations
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Advertisements

Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Using XCode © 2013 Surajit A Bose De Anza College.
Java Integrated Development Environments: ECLIPSE Part1 Installation.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Introduction to Android Studio
1 Introduction to Programming Environment Using MetroWerks CodeWarrior and Palm Emulator.
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
Software Development. Chapter 3 – Your first Windows 8 app.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
CSC 215 : Procedural Programming with C C Compilers.
1 Development Environments AUBG, COS dept Lecture Title: Dev Env: Eclipse (Extract from Syllabus) Reference:
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Booting Ubuntu Linux Live CSCI 130 – Fall 2008 Action Lab Dr. W. Jones.
2. Recording a Macro. Macro Recording Select Record Macro from the Macro file menu and the dialog box opposite will appear Your macro will require a name.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
With Windows 7 Introductory© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Windows 7 Introductory Chapter 3 Advanced File Management and Advanced.
Using Xcode A Beginner’s Tutorial Erin Green. This tutorial will walk you through Xcode, a software development tool for Apple’s iOS applications – We.
Unity 5 Visual Studio Code * Asset Store * FPS * Terrain.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
CMPF124 Basic Skills For Knowledge Workers Module 3 Microsoft Office Suite Pt 3 Microsoft PowerPoint Microsoft Office Suite Pt 3 Microsoft PowerPoint.
First Venture into the Android World Chapter 1 Part 2.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
WinCvs. WinCVS WinCvs is a window based version control system. Use WinCvs when  You want to save every version of your file you have ever created. CVS.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
Adobe AuditionProject 4 guide © 2012 Adobe Systems IncorporatedHow to compose multiple-track recordings1 When creating an audio track, you will often want.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
Using the Advanced Font Extension in Chrome For Viewing Non-Unicode Fonts in Scripture Forge.
 CSC 215 : Procedural Programming with C C Compilers.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Indispensable tools for research at its best RefWorks 2.0 fundamental Alan Tang
SMART amp Tutorial.
CSC 215 : Procedural Programming with C
Getting Eclipse for C/C++ Development
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Auburn University COMP 2710 Software Construction xCode Development Environment for C++ Programming in Mac OS Dr. Xiao.
Wireless Network Access on Mac OSX
DATA MINING Python.
How to install the Enterprise Agent using Active Directory
How to use WEBDAV in CIRCABC Pierre Beauregard
Finding Magazine and Journal Articles in
SEEM4570 Tutorial 1 Android SDK + XCode SDK +
Java External Libraries & Case Study
CS 1111 Introduction to Programming Spring 2019
Windows Installation Tutorial
Scripts In Matlab.
Java IDE Dwight Deugo Nesa Matic Portions of the notes for this lecture include excerpts from.
Getting Eclipse for C/C++ Development
Carthage ios 8 onwards Dependency manager that streamlines the process of integrating the libraries into the project.
Microsoft Windows 7 Basics
RapidFinder Analysis Software How-To Guide
Installations for Course
Installations for Course
Presentation transcript:

© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year

© 2010 IBM Corporation Overview  Experience Modeler’s new Theme Editor is written in python and runs as an external application.  Separating the Theme Editor from the modeler enables changing the theme and Theme Editor without changes to the Modeler.  Theme Editor was written in python, a commonly use computer language and uses Tcl/Tk for GUI and requires python 2.7.x. Even though python 3.x is available, Tcl/Tk currently only works with v2.7.x which is standard on Max OS X.  You can confirm the presence and version of python on your Mac after opening a terminal window and entering the command: –python –version  Because the Theme Editor incorporates images for better presentation and understanding, you will also install the Python Image Library (PIL). 2

© 2010 IBM Corporation Installation  After confirming the presence of a compatible version of python, you will need to install the Python Image Library (PIL).  There are many ways to install PIL, but these will do a basic install using standard Mac tools. You can also install with MacPorts and Homebrew, although they install in locations unique to themselves.  Procedure: –Install Xcode from App Store – free –Install command line tools for Xcode This include gcc the GNU c compiler –Install PIP – Package Installer for PHP –Install PIL – Python Image Library  That’s it 3

© 2010 IBM Corporation Open Apple’s App Store – Search for xcode 4

© 2010 IBM Corporation5 From App Store - install Xcode Source:If applicable, describe source origin IBM Presentation Template Full Version

© 2010 IBM Corporation Install additional Xcode components 6

© 2010 IBM Corporation Click “Install” button 7

© 2010 IBM Corporation8

9

10

© 2010 IBM Corporation Launch Xcode and select Preferences 11

© 2010 IBM Corporation Click on Downloads icon, click “Command line tools”, Install. 12 Normally appears here. Mine is already installed.

© 2010 IBM Corporation13

© 2010 IBM Corporation14

© 2010 IBM Corporation15

© 2010 IBM Corporation16

© 2010 IBM Corporation Python Image Library is now complete  Your Experience Modeler Theme Editor has the components necessary to run. 17

© 2010 IBM Corporation  From the top menu, Run, select External Tools.  On that menu, select External Tools Configuration Set up the Theme Editor in Experience Modeler

© 2010 IBM Corporation  Click on the “New” icon

© 2010 IBM Corporation Configuring your first Theme Editor  Enter a name using the pattern: project_theme_ThemeEditor  On a Mac python install location is in “/usr/bin/python”  Click on the Browse Workspace button to set the working directory

© 2010 IBM Corporation Select the ThemeEditor.py python script in the project and theme you want to edit.  Navigate to the project > themes folder > Theme folder > Theme Editor folder  Click on the Theme Editor folder  On the right side, select the ThemeEditor folder

© 2010 IBM Corporation Complete configuration and Run the Theme Editor  Working directory was set from browsing.  Add Argument: ThemeEditor.py  Click Apply  Click Run

© 2010 IBM Corporation Creating subsequent Theme Editor activators  After you create your first Theme Editor, you can easily duplicate a previous one and change the name and Working Directory.  Open the Run > External Tools > External Tools Configuration dialog

© 2010 IBM Corporation Duplicate one of your Theme Editor Configurations  Click on a previous Theme Editor Configuration, preferably one in the same project.

© 2010 IBM Corporation Modify setting for new Theme Editor Activator  Change the name to reflect the project and theme  Either browse to the project > themes folder > theme folder > Theme Editor folder or just modify the string for the Working Directory  Location and Argument remain the same

© 2010 IBM Corporation Complete the configuration and Run the Theme Editor  Click Apply and Run

© 2010 IBM Corporation Additional Information You can also review the video on YouTube for configuring the Theme Editor, although it is for Windows so the path to the python executable is different.