On Jan 24, 9:57 pm, Robin Dunn wrote:
> On Jan 23, 4:31 pm, "Martin v. Loewis" wrote:
>
> > > WxPython Challenge 1 code updated...
>
> > > * Fixed tab traveral
> > > * Removed hand-holding code
> > > * Removed some cruft
>
> > > https://sites.google.com/site/thefutureofpython/home/code-challen
Hi Martin & All,
On Apr 23, 9:50 am, "Martin P. Hellwig" wrote:
> On 04/22/10 15:13, Infinity77 wrote:
>
>
> > For me: //SERVER/gavana/Folder/FileName.txt
> > Colleague: //SERVER/Colleague/Folder/FileName.txt
>
> > So, no matter what I do,
Hi Tim,
On Apr 22, 4:04 pm, Tim Golden wrote:
> On 22/04/2010 15:13, Infinity77 wrote:
> > [I] choose this file myself, the FileDialog (a window representing a file
> > selector dialog) will return something like this (let's ignore the
> > back/forward slashes, this
Hi All,
I apologize in advance if this sounds like a stupid question but I am
really no expert at all in network things, and I may be looking in the
wrong direction altogether.
At work we have a bunch of Linux servers, and we can connect to them
with our Windows PCs over a network. Now, let's ass
Hi,
On Dec 15, 9:22 pm, Terry Reedy wrote:
> On 12/15/2009 11:08 AM, Infinity77 wrote:
>
> > Hi All,
>
> > When building C extensions In Python 2.X, there was a magical
> > PyMethod_GET_CLASS implemented like this:
>
> > #define PyMethod_GET_CLASS(met
Hi All,
When building C extensions In Python 2.X, there was a magical
PyMethod_GET_CLASS implemented like this:
#define PyMethod_GET_CLASS(meth) \
(((PyMethodObject *)meth) -> im_class)
It looks like Python 3 has wiped out the "im_class" attribute. Which
is the alternative was to han
Hi Paul & All,
On May 24, 4:16 pm, Paul Boddie wrote:
> On 24 Mai, 16:13, Infinity77 wrote:
>
>
>
> > No, the processing of the data is fast enough, as it is very simple.
> > What I was asking is if anyone could share an example of using
> > multiprocessing
Hi Igor,
On May 24, 1:10 pm, Igor Katson wrote:
> Infinity77 wrote:
> > Hi All,
>
> > I am trying to speed up some code which reads a bunch of data from
> > a disk file. Just for the fun of it, I thought to try and use parallel
> > I/O to split the readin
Hi All,
I am trying to speed up some code which reads a bunch of data from
a disk file. Just for the fun of it, I thought to try and use parallel
I/O to split the reading of the file between multiple processes.
Although I have been warned that concurrent access by multiple
processes to the sam
Hi All,
I apologize in advance if my question sounds dumb. I googled back
and forth but my google-fu today is not working very well...
I have seen the new style Python html documentation, which is
extremely nice, and by reading here and there I have seen that it has
been generated using Georg
10 matches
Mail list logo