> File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py",
> line 6, in
> new_instancemethod = new.instancemethod
> AttributeError: 'module' object has no attribute 'instancemethod'
I'm guessing you either have a python file called 'new.py' in your
working directory, or you have
On Jan 14, 7:44 am, ts wrote:
> On Jan 14, 3:32 pm, Chris Rebert wrote:
>
>
>
> > On Tue, Jan 13, 2009 at 11:21 PM, ts wrote:
> > > hi, is there a way to read a character/string into bits in python?
>
> > > i understand that character is read in bytes. Do i have to write a
> > > function to conv
On Jan 14, 7:44 am, ts wrote:
> On Jan 14, 3:32 pm, Chris Rebert wrote:
>
>
>
> > On Tue, Jan 13, 2009 at 11:21 PM, ts wrote:
> > > hi, is there a way to read a character/string into bits in python?
>
> > > i understand that character is read in bytes. Do i have to write a
> > > function to conv