<[email protected]> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0
I finally have libtidy working=2C although I have no idea why the solution = works and the old method does not. =20 Essentially=2C I need a special compiled version of libtidy. Whichever win= dows dll I was using did not work for some reason. =20 I spent sevral hours hacking away at the libtidy and ctypes python modules = to narrow down the cause of the problem. I finally found out that it could = not recognize the dll -- it said it was not a valid Win3d app or whatever. = The solution? =20 I needed the x64 dll from here: http://int64.org/projects/tidy-binaries/ =20 This makes me wonder if maybe some of the other libraries have similar majo= r incompatability or quirkiness to them. =20 =20 > Unfortunately=2C I'm not primarily a Windows developer and haven't had > the time to hack and/or recompile tidy.dll from source and release a > new distribution=2C which I think is what will be required. Do you have > any MSVC-fu? Not enough to hack away at the c/c++ source for libtidy. I have MSVC 2008 = Express. Maybe one of those other dlls solves the problem you are having a= s well? =20 > > If your application is not required to be fast=2C you could call > tidy.exe and pass it command-line parameters=2C using the subprocess or > commands module. That was gonna be one of my last resort options. :) =20 _________________________________________________________________ Bing brings you maps=2C menus=2C and reviews organized in one place. http://www.bing.com/search?q=3Drestaurants&form=3DMFESRP&publ=3DWLHMTAG&cre= a=3DTEXT_MFESRP_Local_MapsMenu_Resturants_1x1= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
