diff -r 6cd196d671d5 Cython/Compiler/Main.py --- a/Cython/Compiler/Main.py Wed Jun 04 20:40:48 2008 +0200 +++ b/Cython/Compiler/Main.py Thu Jun 05 11:16:03 2008 -0300 @@ -289,7 +289,7 @@ class Context: else: c_suffix = ".c" result.c_file = Utils.replace_suffix(source, c_suffix) - module_name = full_module_name # self.extract_module_name(source, options) + module_name = self.extract_module_name(source, options) initial_pos = (source, 1, 0) scope = self.find_module(module_name, pos = initial_pos, need_pxd = 0) errors_occurred = False