The feature is there, but throws exceptions when invoked.
commit 7d01e7fb7241252c5c4a7c77170d03c3d74166dc Author: Peter A. Bigot <pab@‌> Date: Sat Aug 25 08:21:43 2012 -0500
trac/161: validate Generator.getCommandLineArgs() Induced by following Cython error but testing revealed more issues. Error compiling Cython file: ------------------------------------------------------------ ... if self.archivePath() is not None: opts.append('--archive-path=' + self.archivePath()) for ns in self.noLoadNamespaces(): opts.append('--no-load-namespace=' + ns.uri()) for fps in self.preLoadArchives(): opts.append('--pre-load-archive=' + fp) ------------------------------------------------------------ pyxb/binding/generate.py:2129:50: undeclared name not builtin: fp
trac/161: validate Generator.getCommandLineArgs()
Induced by following Cython error but testing revealed more issues.
Error compiling Cython file: ------------------------------------------------------------ ...
if self.archivePath() is not None: opts.append('--archive-path=' + self.archivePath()) for ns in self.noLoadNamespaces(): opts.append('--no-load-namespace=' + ns.uri()) for fps in self.preLoadArchives(): opts.append('--pre-load-archive=' + fp)
if self.archivePath() is not None:
opts.append('--archive-path=' + self.archivePath())
for ns in self.noLoadNamespaces():
opts.append('--no-load-namespace=' + ns.uri())
for fps in self.preLoadArchives():
opts.append('--pre-load-archive=' + fp)
------------------------------------------------------------
pyxb/binding/generate.py:2129:50: undeclared name not builtin: fp
commit 7d01e7fb7241252c5c4a7c77170d03c3d74166dc
Author: Peter A. Bigot <pab@‌>
Date: Sat Aug 25 08:21:43 2012 -0500