I'm trying to compile enso on windows.
After read and learn a lot of stuff from C++ , scons, and python
( which I've never worked with before )
I've managed to compile and find most of the dlls used by enso.
These are the steps I have done so far
Install VC++2008 express edition
Install Python2.6
Install scon on python 2.6
I've changed everything as posted by Blair McBride here
http://paste2.org/p/69732
Everything but the lines concerned with:
#SHLIBSUFFIX = ".pyd",
Don't ask me why, I don't know my self.
In the error
ImportError: No module named _cairo
I commented out the line that attempt to load it. in enso\platform
\win32\cairo\__init__.py
Everything looks good now my new problem is this.
File "C:\oreyes\apps\enso\enso-read-only\enso\platform
\win32\selection\ClipboardArchive.py", line 44, in <module>
import win32con
ImportError: No module named win32con
INFO [Wed Oct 22 18:01:19 2008 src\platform\win32\InputManager
\AsyncEventThread.cxx L249]: async event thread: quit signal received.
INFO [Wed Oct 22 18:01:19 2008 src\platform\win32\InputManager
\AsyncEventThread.cxx L303]: Closed invisible window.
The same happen in the built provided by Blackdeamon here.
http://blackdaemon.no-ip.org/bin/enso/enso-win32-experimental-081006.zip
I get the same "win32con" error
What's that win32con error? I guess is a dll, but where can I get it?
I look at my computer and it looks like scons uses it
Thanks for the help.