From: Vineet J. <vin...@ya...> - 2003-08-01 09:21:31
|
When using psyco on windowsxp with pytables I get the following warning and the execution time increases by about 20%. I'm using python 2.2.3 and psyco 1.0. Any ideas? C:\Win32app\Python22\Lib\site-packages\numarray\records.py:488: warning: eval()/ execfile() cannot see the locals in functions bound by Psyco; consider using eva l() in its two- or three-arguments form def _parseFormats(self, formats): |