Re: Python-list Digest, Vol 70, Issue 282

2009-07-22 Thread Piet van Oostrum
> Ryniek90 (R) wrote: >R> " >R> Didn't worked, so i wil reuse your class, and modify it later. Now i see >R> that working on private objects complex. No it's not complex. *You* make it complex. -- Piet van Oostrum URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: p...@va

Re: Python-list Digest, Vol 70, Issue 282

2009-07-22 Thread Ryniek90
When i use this class in Python IDLE, i've got this error: " ... Traceback (most recent call last): File "", line 1, in mod.print_module('socket') File "", line 48, in print_module module_open = open(self._this_module, 'rb') IOError: [Errno 2] No such file or directory: ''