[issue1636] Execfile unable to take arguments beyond 255!

2007-12-16 Thread Jack Atkinson
Jack Atkinson added the comment: Error message from ipython console: In [28]: mibBuilder2 = builder.MibBuilder().loadModules('ADTRAN-TC') --- Traceback (most recent call last) C:\Documents and Settings\Jac

[issue1636] Execfile unable to take arguments beyond 255!

2007-12-15 Thread Jack Atkinson
New submission from Jack Atkinson: I found this problem while using PySNMP and trying to load a custom MIB converted to python code. Inside the PySNMP, it uses execfile() to load the python MIBs, and I assume so it won't be put into a separate namespace. On one particular MIB, which I c