[Pysnmp-dev] IANA-CHARSET mib byte compilation problem - pysnmp-mibs 0.0.7a
Brought to you by:
elie
From: Martin J. <mh...@sw...> - 2009-09-07 14:55:21
|
Greetings all, I'm the maintainer of the pysnmp4 packages in FreeBSD. I am in the process of updating pyasn1, pysnmp4, and pysnmp4-mibs to their latest versions in the FreeBSD ports tree. I have updated pyasn1 to 0.0.9a, pysnmp4 to 4.1.11a, but I'm having problems building the port for pysnmp4-mibs 0.0.7a. All of the other MIBs byte-compile just fine, but I keep getting this error: File "/tmp/py25-snmp4-mibs-0.0.7a/lib/python2.5/site-packages/pysnmp_mibs/v4/IANA-CHARSET-MIB.py", line 17 ,2091,85,2063,84,1017,47,2060,74,2080,2079,60,1020,1002,106,33,40,20,2015,2090,2029,52,2003,2002,91,35,73,1000,65,2035,2066,26,) SyntaxError: more than 255 arguments and the package won't build because the required .pyc and .pyo files aren't generated. Is this a structural problem in the file or a bug somewhere in my pysnmp toolchain? I'm testing with python 2.5.4, py-asn 0.0.9a, pysnmp4 4.1.11a, and libsmi 0.4.8. Thanks, Marty |