I got the same problem (optparse issue), when will the alpha version be released??? Any date or estimation?
Natalia. ----- Original Message ----- From: "Eric Olson" <eol...@mcs.anl.gov> To: "Todd Zimmerman" <to...@sfu.ca> Cc: "Randy Groves" <randy.gro...@boeing.com>; <ag-t...@mcs.anl.gov> Sent: Friday, April 09, 2004 6:41 PM Subject: Re: [AG-TECH] CVS assistance - I'd LIKE to be able to check out the new stuff > Hi, > CVS is changing quite often right now, so it's very difficult to work from > that code at the moment. > When we release an alpha, you will be able to use the included packages to > work from cvs. > > Some of the problems you're having now may be helped by getting updated > dependencies such as SOAPpy and pyGlobus, but you will still run into > issues with new code that hasn't been polished up yet. > > Eric > > > On Thu, 8 Apr 2004, Todd Zimmerman wrote: > > > I agree, > > > > We're interested in extending some of of the service integration code; > > however, we're not sure whether the CVS code is the latest code or not... > > > > Unfortunately I missed the last townhall - so I'm not sure if it was > > brought up or not, but it would be nice to have current instructions on > > running the CVS code if at all possible. > > > > I've made it slightly farther than you, Randy - I installed the optik > > module ( download at > > http://sourceforge.net/project/showfiles.php?group_id=38019, unzip and > > run the setup.py file like: 'python setup.py install') > > > > I also installed the fpconst > > (http://www.analytics.washington.edu/downloads/fpconst/) the same way. > > > > Now I can get to a point where the VenueClient will start; however, > > --personalNode doesn't seem to work (?) - I seem to have to start the > > agNodeService and agServiceManager's separately. > > > > I can _almost_ connect to a venue.... I can see who is connected etc, > > but it seems to error out and no streams start etc. > > > > > > -- > > Collaboration & Visualization Technician > > WestGrid - www.westgrid.ca > > IRMACS - www.irmacs.com > > Ph. 604.268.6979 > > Todd Zimmerman - to...@sfu.ca > > > > Randy Groves wrote: > > > > > OK - I'm having a problem with the CVS (this is on RH9). > > > > > > I've installed the binaries for wxPython, vic and rat from the 2.1.2 > > > release. > > > > > > I've grabbed the latest, and following the README-developer notes (which > > > are in need of revision), I made the 'cfg' directory, and ran: > > > > > > python AccessGrid/tools/CvsSetup.py --agdir AccessGrid --dst cfg > > > > > > (note the change - in the doc it's in 'bin') > > > > > > This was done as root. > > > > > > Then I logged in as my ag user and tried to run the VenueClient: > > > > > > /usr/bin/VenueClient.py --personalNode > > > > > > I get the following error: > > > > > > Traceback (most recent call last): > > > File "./VenueClient.py", line 38, in ? > > > from AccessGrid.Toolkit import WXGUIApplication > > > File "/usr/local/src/ag/ag-cvs/AccessGrid/AccessGrid/Toolkit.py", line > > > 18, in > > > ? > > > from optparse import OptionParser, Option > > > ImportError: No module named optparse > > > > > > I've done some poking around, and so far, I don't see any mention of > > > this module. Is there a step that I'm missing? Should I be loading a > > > different wxPython from CVS? > > > > > > I know you folks are busy, but I'd like to be able to check this out and > > > give what assistance I can. > > > > > > Thanks!! > > > > > > -randy > > > > > > > > > >