[pygr-notify] Issue 3 in pygr: Using pygr in Windows (XP or VISTA)

codesite-noreply at google.com codesite-noreply at google.com
Tue Apr 7 14:36:15 PDT 2009


Comment #11 on issue 3 by marecki: Using pygr in Windows (XP or VISTA)
http://code.google.com/p/pygr/issues/detail?id=3

There are a few paths specified in setup.py which contain hardcoded slashes  
as
separators, thus causing build errors, at least with MinGW32 (haven't tried  
with
Visual Studio), under Windows without Cygwin. Attached you will find a  
patch which
makes these paths use os.path.join() instead.

Attachments:
	0001-Use-os.path.join-in-paths-passed-to-the-compiler-t.patch  1.1 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list