I may be way out of
line here, but I need a little help. I'm interested in helping with
Chandler, but I'm having trouble getting started. I have programming
experience, but not with Python.
Anyway, I installed
Cygwin, got the latest files from SVN, and did the "make install". I tried
simply copying and pasting the sample Import/Export code from the tutorial,
putting the file "Test.py" in the chandler directory, and running it. This
is what comes up in my Python terminal:
Traceback (most recent call last):
File "C:\cygwin\home\Andy\chandler\chandler\Test.py", line 1, in ?
from application import Utility, Globals
File "C:\cygwin\home\Andy\chandler\chandler\application\Utility.py", line 11, in ?
import i18n, schema
File "C:\cygwin\home\Andy\chandler\chandler\i18n\__init__.py", line 6, in ?
from i18nmanager import *
File "C:\cygwin\home\Andy\chandler\chandler\i18n\i18nmanager.py", line 9, in ?
from PyICU import Locale
ImportError: No module named PyICU
File "C:\cygwin\home\Andy\chandler\chandler\Test.py", line 1, in ?
from application import Utility, Globals
File "C:\cygwin\home\Andy\chandler\chandler\application\Utility.py", line 11, in ?
import i18n, schema
File "C:\cygwin\home\Andy\chandler\chandler\i18n\__init__.py", line 6, in ?
from i18nmanager import *
File "C:\cygwin\home\Andy\chandler\chandler\i18n\i18nmanager.py", line 9, in ?
from PyICU import Locale
ImportError: No module named PyICU
I checked the
directories: chandler/release/bin/Lib/site-packages/ contains PyICU.py,
but this file doesn't have "Locale" in it.
Yeah, I'm confused
and lost. Any help would be appreciated.
Thank
you,
Andrew
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
