Hello, While messing around with a Windows box at the lab I discovered that Pygr doesn't in fact build (at least if MinGW32 is used - haven't tried this with any other compilers) under Windows when outside Cygwin. The culprit - a bunch of paths in that file contains hardcoded slashes in paths. After modifying them so that os.path.join() is used instead, building completes successfully.
You can find an appropriate patch attached to comment 11 of Issue 3 in our tracker. -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---