Are you running the Python that comes with Chandler? Look for a
RunPython.bat in the chandler\release directory and use that (rather
than just using your Cygwin Python). RunPython.bat sets up various
environment variables and invokes Chandler's Python. Actually, as a
first step, simply run RunPython.bat (with no other arguments) and
you should get a Python interactive prompt (>>>). Then at that
prompt type "import PyICU". If you get no error message then you're
set. To leave that interactive Python shell, hit Control-Z followed
by Enter.
~morgen
On Jan 30, 2006, at 9:46 PM, Andrew Flusche wrote:
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
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
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev