On Fri, Mar 23, 2012 at 03:27, Damien <damien.stew...@profero.com> wrote:
>
> I'm trying to get IMDbPy 4.8.2 going under a Windows 7 environment.
>
> I begun with a completely new Python 2.7.2 environment,
> with manual installation  of lxml from 
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
>
> However, I cannot seem to compile the cutils bit of the sql parser.

You can always exclude it with --without-cutils

> I have VS2010.
> I tried setting the VS90COMNTOOLS variable to point to the tools directory
> but mt.exe bombs with an error that it cannot locate the manifest file.

Not sure about it.
I have an environment with mingw32 installed, and then, in
C:\Python27\Lib\distutils  I've put a distutils.cfg file like this:
[build]
compiler = mingw32

(I'm sure you can specify it on the command line, but I'm lazy...)

If you find a way to compile using VS2010 let me know. :-)

-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to