Commit ef2a29be authored by Robert Bradshaw's avatar Robert Bradshaw

Print missing pxd files as path.

parent 749af0fa
......@@ -161,7 +161,7 @@ class Context(object):
if package_pathname and package_pathname.endswith('__init__.py'):
pass
else:
error(pos, "'%s.pxd' not found" % module_name)
error(pos, "'%s.pxd' not found" % module_name.replace('.', os.sep))
if pxd_pathname:
try:
if debug_find_module:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment