AGPager.

Ivan R. Judson judson at mcs.anl.gov
Wed Feb 11 13:39:13 CST 2004


Hey Hiro,

It looks like the geometry_manager.py is missing:

C:\Documents and Settings\judson\Desktop\agpager-0.0.1\src>agpager.py
Traceback (most recent call last):
  File "C:\Documents and
Settings\judson\Desktop\agpager-0.0.1\src\agpager.py",
line 7, in ?
    from window_manager import WindowManager, WindowManagerCore
  File "C:\Documents and
Settings\judson\Desktop\agpager-0.0.1\src\window_manage
r.py", line 12, in ?
    from geometry_manager import GeometryManager
ImportError: No module named geometry_manager

C:\Documents and Settings\judson\Desktop\agpager-0.0.1\src>



--Iavn
 

> -----Original Message-----
> From: owner-ag-dev at mcs.anl.gov 
> [mailto:owner-ag-dev at mcs.anl.gov] On Behalf Of Hiroyuki Komatsu
> Sent: Tuesday, February 10, 2004 6:31 PM
> To: ag-dev at mcs.anl.gov
> Subject: AGPager.
> 
> The prototype of AG Pager I showed somebody of you, is avairable from:
>   <http://www.accessgrid.org/~komatsu/agpager-0.0.1.tar.gz>
> 
> What is this:
>   This is a controller of window layout.  You can arrange 
> places of windows with GUI.  In the future, this pager would 
> be able to arrange windows automatically by using the user 
> specification.
> 
> 
> How to install:
>   On Unix system:
>     1.   tar -xzf agpager-0.0.1.tar.gz
>     2.   cd agpager-0.0.1
>     3.   ./configure
>     4.   make
>     5.   cd src
>     6.   python ./agpager.py
> 
>     You need SWIG to compile backend libraries.
> 
>   On Windows:
>     1.   Extract the package.
>     2.   Go to the directory '<agpager-0.0.1>/src'.
>     3.   Run 'agpager.py'
> 
> --
> Hiro
> 
> 




More information about the ag-dev mailing list