<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>

<META name=GENERATOR content="MSHTML 8.00.6001.18876"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=544513417-22012010><FONT color=#800000>I 
have a student, Josh Bross, that is developing an animated interface for the AG. 
He's trying to set up his environment and seems to have all the appropriate 
paths set in his environment variables. As he attempts to run small test 
modules, some modules are not found. If any one has an interest in helping us 
get set up, it would be greatly appreciated. See below for some of his 
information.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=544513417-22012010><FONT 
color=#800000></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=544513417-22012010><FONT 
color=#800000>Thanks in advance.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=544513417-22012010><FONT 
color=#800000></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=544513417-22012010><FONT 
color=#800000>Jimmy</FONT></SPAN></DIV>
<DIV><FONT color=#800000></FONT>&nbsp;</DIV>
<DIV align=left><FONT size=2 face=Arial><!--StartFragment --><FONT size=3 
face="Times New Roman">&nbsp;<SPAN class=moz-txt-tag>--&nbsp;<BR></SPAN>Jimmy 
Miklavcic <BR>Multimedia Specialist <BR><A class=moz-txt-link-abbreviated 
href="mailto:Jimmy.Miklavcic@utah.edu"><FONT size=3 
face="Times New Roman">Jimmy.Miklavcic@utah.edu</FONT></A><FONT size=3 
face="Times New Roman"> <BR><BR>UNIVERSITY OF UTAH <BR>CTR FOR HIGH PERFORM 
COMPUTING <BR>155 SOUTH 1452 EAST RM 405 <BR>SALT LAKE CITY, UT 84112-0190 
<BR><BR>Office: 801.585.9335 <BR>&nbsp;Fax: 801.585.5366 <BR></FONT><FONT size=3 
face="Times New Roman"><BR></FONT><A class=moz-txt-link-freetext 
href="http://www.anotherlanguage.org/"><FONT size=3 
face="Times New Roman">http://www.anotherlanguage.org</FONT></A><FONT size=3 
face="Times New Roman"> </FONT><BR>
<DIV><FONT color=#800000></FONT>&nbsp;</DIV></FONT></FONT><BR></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>I am using the 
  latest AG and python24. I am walking through the "Development Intro" and am 
  trying to use the GetClients.py script.<BR><BR>I had to modify the script to 
  even have it run, but I had to comment out the functionality that I need to do 
  so. Bellow is the current script I'm 
  using:<BR>-----------------------------------------------------------------------------------------------<BR>#!/usr/bin/python2<BR><BR>import 
  sys<BR>#if sys.platform == "darwin":<BR>&nbsp;&nbsp;&nbsp; # OSX: 
  pyGlobus/globus need to be loaded before modules such as 
  socket.<BR>&nbsp;#&nbsp;&nbsp; import pyGlobus.ioc<BR><BR>import 
  agversion<BR>agversion.select(3)<BR><BR>from AccessGrid.Toolkit import 
  CmdlineApplication<BR>from AccessGrid.Venue import VenueIW<BR><BR>url = 
  sys.argv[1]<BR><BR># Create and initialize application<BR>app = 
  CmdlineApplication()<BR>app.Initialize('GetClients')<BR># Create venue 
  interface wrapper<BR><SPAN>venue = VenueIW('<A 
  href="https://vv3.mcs.anl.gov:8000/Venues/default" 
  target=_blank>https://vv3.mcs.anl.gov:8000/Venues/default</A>')</SPAN><BR>#url)<BR><BR>venueState 
  = venue.GetState()<BR>print venueState<BR><BR># Get clients from venue and 
  process<BR>#clientList = venue.GetClients()<BR>#for client in 
  clientList:<BR>&nbsp; #&nbsp; print 
  client<BR>-----------------------------------------------------------------------------------------------<BR><BR>I 
  added these two lines:<BR>import agversion<BR>agversion.select(3)<BR><BR>and 
  commented out many other lines. <BR><BR>My problem is that VenueIW does not 
  seem to match the docs. The only function of VenueIW I've "got to work" is the 
  GetState() call. I don't believe the docs can possibly be that messed up, so I 
  know that I am probably setting something up wrong. <BR><BR>The following is 
  the error I get:<BR>Traceback (most recent call last):<BR>&nbsp;&nbsp; File 
  "GetClients.py", line 27, in ?<BR>&nbsp;&nbsp;&nbsp;&nbsp; venueState = 
  venue.GetClients()<BR>AttributeError: VenueIW instance has no attribute 
  'GetClients'<BR><BR>Why does my VenueIW instance not know nothing about 
  itself???<BR><BR><SPAN>Also, are there other (current) tutorials besides: <A 
  href="http://www.mcs.anl.gov/research/projects/accessgrid/documentation/tutorial/AGTk_2.4/index.htm" 
  target=_blank>http://www.mcs.anl.gov/research/projects/accessgrid/documentation/tutorial/AGTk_2.4/index.htm</A></SPAN><BR><BR>thank 
  you in advance,<BR>JOsh<BR></DIV><!-- cg1.c1.mail.mud.yahoo.com compressed/chunked Mon Jan 18 13:30:32 PST 2010 --><BR></BLOCKQUOTE></BODY></HTML>