I need some help figuring out an error that WryeBash 275 & 276 are generating. Below is the error box that shows up when I try to rebuild the bashed patch. I don't know how to read this. 
I'm guessing it has to do with the 'EnhancedWeather.esp', but I haven't made any changes to that file for over a month and I've been rebuilding patches fine until today with v275. 
I got the error first with v275, installed an older back up of  'EnhancedWeather.esp', still got the error. Reinstalled v275, still got error. Installing v276 produced the same error. I unticked its merge option and the bashed patch was created without the error.  I've been merging this file for months without error.
Just started using Python 2.6.4, wxpython 2.8.10.1 ansi & Comtypes, should I go back to the older combination?
C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py:3552: DeprecationWarning: struct integer overflow masking is deprecated  MelStructA.dumpData(self,record,out)Dumping: DementiaRegion 125339 > recType: REGN> size: 3083> fid: 125339> flags2: 0> flags1: > changed: True> subrecords: None> data: None> inName: bolt.Path('EnhancedWeather.esp')> longFids: False> eid: DementiaRegion> iconPath: None> mapRed: 0> mapBlue: 125> mapGreen: 125> unused1: > worldspace: 40728> areas: []> entries: [, , ]Traceback (most recent call last):  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\basher.py", line 3982, in Execute    patchFile.safeSave()  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 5112, in safeSave    self.save(filePath.temp)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 5132, in save    selfTops[type].dump(out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 4227, in dump    size = self.getSize()  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 4219, in getSize    return 20 + sum((20 + record.getSize()) for record in self.records)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 4219, in     return 20 + sum((20 + record.getSize()) for record in self.records)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 1806, in getSize    self.dumpData(out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 1896, in dumpData    self.__class__.melSet.dumpData(self,out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 1548, in dumpData    element.dumpData(record,out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 877, in dumpData    element.dumpData(target,out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 3552, in dumpData    MelStructA.dumpData(self,record,out)  File "C:\Program Files\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 1220, in dumpData    data += struct.pack(format, *[getattr(x,item) for item in attrs])SystemError: ..\Objects\longobject.c:336: bad argument to internal function