Hello. Thank you for your e-mail.
I can solve the error message with wsdl2py and wsdl2dispatch. However, I cannot run ‘r_3_0_2_final’ source code downloaded from CVS. I cannot install all dependencies of your mentioned webpage. For example, there are several programs as follows. Zope Interface (3.01+) Python interface module used by Twisted (not used directly by the Access Grid source) http://www.zope.org/Products/ZopeInterface common (FuturesLab CVS) Argonne's copy of UCL's common library CVSROOT=:pserver:anonym...@cvs.mcsanl.gov:/cvs/fl module: common cd common; make cd examples/_common python setup.py build python setup.py install Apple Bonjour Already installed on OSX; needed for Windows and Linux. Note that some of the current Linux packages currently rely on Avahi instead; in that case, neither Apple's Bonjour nor the Python Bonjour module below are required. http://www.apple.com/macosx/features/bonjour Bonjour Python module (FuturesLab CVS) Python interface to Apple's Bonjour CVSROOT=:pserver:anonym...@cvs.mcs.anl.gov:/cvs/fl module: bonjour cd bonjour python setup.py build python setup.py install OpenSSL (0.9.8) Network security library. The 0.9.8 release includes support for manipulating proxy certificates, so the current CVS requires it. http://www.openssl.org I want to make the development version of the Access Grid 3.0.2 Toolkit for Windows. However, because my developing platform is Windows XP, I couldn’t install some of the dependency programs such as ‘common (FuturesLab CVS)’. I think ‘common (FuturesLab CVS)’ is a program for platform like LINUX because of ‘make’. I wonder whether 1) I can do all the process for my development only in Windows platform Or 2) I should use some results obtained from the other platform (like linux) Or 3) I should do all the process for my development only some other platform (like linux) Please let me know the answer about above question, And give me some advice for that case. Regards, Jongmin Park -----Original Message----- From: Michael Braitmaier [mailto:braitma...@hlrs.de] Sent: Wednesday, January 17, 2007 5:13 PM To: 박종민 Cc: 'ag-dev'; ag-t...@mcs.anl.gov; ag-us...@mcs.anl.gov Subject: Re: [AG-DEV] Problem of running ‘r_3_0_2_final’ source code downloaded from CVS. Hello! Please make sure you have all dependencies installed as listed on the following webpage's section on Dependencies: http://www-new.mcs.anl.gov/fl/research/accessgrid/software/cvs.html Furthermore the error message with wsdl2py and wsdl2dispatch is caused by the fact that these files are in your scripts' install directory as wsdl2py and wsdl2dispatch (notice the missing file extension). So one easy easy way would be renaming or linking them to wsdl2py.py and wsdl2dispatch.py to allow the CvsSetup.py script to find them. However there might be a better solution for this, this is the way I have done it so far. Michael 박종민 schrieb: > > Hello. I worked to modify Access Grid 3.0.2 Toolkit. > > However, I cannot run ‘r_3_0_2_final’ source code downloaded from CVS. > > Although I performed the method of ‘README-developers’ file in folders > downloaded from CVS, > > I cannot run Access Grid 3.0.2 source code. > > I installed .NET 2003 for ‘devenv.exe’. And then I use Windows XP > platform. > > I ran command as follows. > > E:\AGTk>python AccessGrid/tools/CvsSetup.py --agdir AccessGrid > > Error message is like this. > > Creating file E:\AGTk\AccessGrid\Config\nodeConfig\defaultWindows from > Acces > > sGrid\packaging\config\defaultWindows > > Generating Interfaces > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > C:\Python23\python.exe: can't open file 'C:\Python23\Scripts\wsdl2py.py' > > C:\Python23\python.exe: can't open file > 'C:\Python23\Scripts\wsdl2dispatch.py' > > -------------------------------------------------------------- > > To use this configuration: > > Make sure media-related programs (vic, rat, etc.) are in your path. > > On Windows: copying the vic and rat related binaries (if needed, > > from a real install) into their own directory before adding them > > to your path is recommended. If you don't want to bother modifying > > your path, copying them into AccessGrid/bin is a quick fix. > > set AGTK_LOCATION to E:\AGTk\AccessGrid > > set PYTHONPATH to E:\AGTk\AccessGrid > > Wrote win32 batchfile init to env-init.bat > > E:\AGTk> > > To solve this error, I tried to install ‘SOAPpy-0.12.0’. However, the > error also is presented. > > E:\AGTk\SOAPpy-0.12.0>python setup.py install > > Traceback (most recent call last): > > File "setup.py", line 8, in ? > > from SOAPpy.version import __version__ > > File "E:\AGTk\SOAPpy-0.12.0\SOAPpy\__init__.py", line 5, in ? > > from Client import * > > File "E:\AGTk\SOAPpy-0.12.0\SOAPpy\Client.py", line 57, in ? > > from Parser import parseSOAPRPC > > File "E:\AGTk\SOAPpy-0.12.0\SOAPpy\Parser.py", line 8, in ? > > import fpconst > > ImportError: No module named fpconst > > E:\AGTk\SOAPpy-0.12.0> > > I think that this is because ‘fpconst.zip’ is not installed. > > In AccessGrid.org homepage > (http://www-unix.mcs.anl.gov/fl/research/accessgrid/software/developer.html), > > > Because the hyperlink of ‘fpconst.zip’ is not operated, I cannot > download this file. > > In conclusion, I want to run ‘r_3_0_2_final’ source code downloaded > from CVS. > > If anyone who knows to solve this situation exists, please send email > to me. > > Thank you for your reading. > > Regards, > > Jongmin Park > -- ------------------ Dipl.-Inf. Michael Braitmaier HLRS - Visualization / Video Conferencing University of Stuttgart Germany Phone: ++49 711 685 65996 Fax : ++49 711 682 357 Website: http://www.hlrs.de/people/braitmaier/