[Tutor] Installation of PMW

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Thu, 7 Feb 2002 12:16:04 -0800 (PST)


On Thu, 7 Feb 2002, Keule wrote:

> Hi @ All !
>=20
> It seems, that i=B4ve got problems with a correct installation of PMW and=
=20
> the correct extracting of the PMW modules.

Dear Keule,

Please be careful about sending questions to the appropriate mailing
lists.  You CC'ed your question off to the SWIG list, but the SWIG folks
probably won't be familiar about Python MegaWidgets.



> For example, after extracting and try to use the PmwEntryField.py
> module the following Error occurs:

How are you trying to use the PmwEntryField module?  Can you show us what
you did to get this error message?


Also, you probably should not be trying to use the PmwEntryField.py within
that long directory name:

    "C:\Arbeit_Diplomarbeit\__Benutzerschnittstelle
       \PMW\Pmw.0.8.5.tar\Pmw_0_8_5\Pmw\Pmw_0_8_5\lib\PmwEntryField.py"=20


To install Pmw, the files should only be under the
C:\Python22\lib\site-packages\Pmw\ directory.  Your
C:\Python22\lib\site-packages\Pmw directory itself must contain at least
the "Pmw_0_8_5" subdirectory.

Can you do a 'dir' within C:\Python2.2\lib\site-packages\Pmw to confirm
this?



> after extracting, the module PmwEntryField.py can be find on my harddisk=
=20
> in the following directory:
>=20
> C:\__Benutzerschnittstelle\PMW\Pmw.0.8.5.tar\Pmw_0_8_5\Pmw\Pmw_0_8_5\lib

Yes, but you don't need that directory once you've copied over the Pmw\
directory and all its contents over to site-packages\Pmw.

Hope this helps!