[Pyrex] __pyx_filenames

Bryan Weingarten bryan.weingarten at pobox.com
Mon Nov 10 15:37:32 CET 2003


pyrex is adding the following to the generated c code which is the path 
to my production machine which other people will see when they run cause 
the extension to raise an exception.  is there a way to pass in this 
value for pyrex to use?  if not, i think for prebuilt versions i'll have 
to just use pyrexc, then modify the generated c file, then continue the 
build process. 

static char *__pyx_filenames[] = {
  "C:\\xxx\\cvs\\yyy\\zzz\\contrib\\python\\py_mpgedit\\mpgedit.pyx",
};

thnaks,

bryan






More information about the Pyrex mailing list