[Dev] import/export help for a newbie
Andrew Flusche
andrewf at verners.com
Tue Jan 31 06:01:56 PST 2006
Andi,
Thanks for the quick reply. Unfortunately, I do have all these files in the
correct directory. I tried the procedure twice to make sure, and they are
all there. There must be something else going on, but I have no idea what.
In case it wasn't obvious already... I'm running Windows XP with Cygwin, if
that helps in any way.
Thanks again,
Andrew
-----Original Message-----
From: Andi Vajda [mailto:vajda at osafoundation.org]
Sent: Tuesday, January 31, 2006 1:06 AM
To: Andrew Flusche
Cc: dev at osafoundation.org
Subject: Re: [Dev] import/export help for a newbie
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..
More information about the Dev
mailing list