On Mon, 24 Nov 2008, [EMAIL PROTECTED] wrote: > Hello all! > > as the subject tells, I currently try to build taskcoach under > Cygwin/XP. I installed the complete available cygwin packages, and > installed the wxpython libraries for python 2.5 (windows installer > package) into the C:\cygwin\libs\python\site-packages - directory. > > This build error is reported when starting a make run: > > Import _core_ > ImportError: No module named _core_ > > Before installing the wxpython libs it was was: > > Import wx.tools.img2py > ImportError: No module named wx.tools.img2py > > Maybe someone can tell me what I have to install to build taskcoach properly? > Thanks!
I think there's a conflict between Cygwin's Python and Windows' Python. Uninstall the Cygwin version of Python and try again. Actually, Cygwin is only needed for GNU Make (correct me if I'm wrong, Frank), you can run Task Coach from source without installing it, it's just a matter of typing cd icons.in python make.py cd ..\templates.in python make.py cd ..\i18n.in python make.py instead of make icons i18n Cheers Jérôme
