I'm running Python 2.6.5 with no trouble, and I think there's some correlation between Python 2.7 and the error you are seeing. Seems that it is only 2.7 people that are seeing the error. I could be wrong.
Paul On 1/8/11 1:25 AM, David Martinez wrote: > I am actually using Python 2.7. Should I try 2.5? > > > > On 1/7/2011 8:03 PM, Paul McNett wrote: >> On 1/7/11 6:36 PM, David Martinez wrote: >>> What should I do if I am getting the following error when trying to add >>> a grid to my form? >>> >>> XXX lineno: 556, opcode: 0 >>> >>> What does that even mean? Like I said previously, once I get this error, >>> python.exe itself crashes. >> Not sure what it means, but if you are on a Python> 2.6.5, try downgrading. >> >> Paul >> _______________________________________________ >> Post Messages to: [email protected] >> Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users >> Searchable Archives: http://leafe.com/archives/search/dabo-users >> This message: http://leafe.com/archives/byMID/[email protected] > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: > http://leafe.com/archives/byMID/[email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
