Status: New
Owner: ----
New issue 89 by rrossney: Installation using setup.py fails under Windows
http://code.google.com/p/html5lib/issues/detail?id=89
Line 36 of setup.py should be
package_dir = {'': 'src' + os.sep},
and not
package_dir = {'': 'src/'},
for reasons that should be self-evident. I haven't tested that change on
any other platform, but it works on Windows.
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"html5lib-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/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---