On Tue, 31 Jan 2006, Andrew Flusche wrote:

I checked the directories:  chandler/release/bin/Lib/site-packages/ contains
PyICU.py, but this file doesn't have "Locale" in it.

When you ran "make install" in the chandler directory, a PyICU archive should have been downloaded for you. If you are installing from the svn trunk, this
tar archive is currently called PyICU-release-0.4-49-1.tar.gz and contains
the following files:

  release/bin/Lib/site-packages/PyICU.py
  release/bin/Lib/site-packages/_PyICU.pyd
  release/bin/Lib/site-packages/PyICU_bases.py
  release/bin/Lib/site-packages/PyICU_calendar.py
  release/bin/Lib/site-packages/PyICU_collator.py
  release/bin/Lib/site-packages/PyICU_dateformat.py
  release/bin/Lib/site-packages/PyICU_errors.py
  release/bin/Lib/site-packages/PyICU_format.py
  release/bin/Lib/site-packages/PyICU_iterators.py
  release/bin/Lib/site-packages/PyICU_locale.py
  release/bin/Lib/site-packages/PyICU_numberformat.py
  release/bin/Lib/site-packages/_PyICU_bases.pyd
  release/bin/Lib/site-packages/_PyICU_calendar.pyd
  release/bin/Lib/site-packages/_PyICU_collator.pyd
  release/bin/Lib/site-packages/_PyICU_dateformat.pyd
  release/bin/Lib/site-packages/_PyICU_errors.pyd
  release/bin/Lib/site-packages/_PyICU_format.pyd
  release/bin/Lib/site-packages/_PyICU_iterators.pyd
  release/bin/Lib/site-packages/_PyICU_locale.pyd
  release/bin/Lib/site-packages/_PyICU_numberformat.pyd
  release/bin/Lib/site-packages/libPyICU.dll

The Locale class is defined in PyICU_locale.py and should be imported from
PyICU.py for you. Please verify that you have all these files
installed. Typically, the release directory is a sub-directory of the
chandler directory.

If you are missing some files, please remove the chandler directory and run make install again watching carefully for errors either in downloading the tar
archives or in unpacking them.

Andi..
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

Reply via email to