Re: running a program on many processors

2010-03-08 Thread Processor-Dev1l
On Mar 8, 1:18 am, Paweł Banyś wrote: > Hello, > > I have already read about Python and multiprocessing which allows using > many processors. The idea is to split a program into separate tasks and > run each of them on a separate processor. However I want to run a Python > program doing a single s

Re: DreamPie - The Python shell you've always dreamed about!

2010-02-23 Thread Processor-Dev1l
On Feb 21, 10:42 am, Noam Yorav-Raphael wrote: > I'm pleased to announce DreamPie 1.0 - a new graphical interactive > Python shell! > > Some highlights: > > * Has whatever you would expect from a graphical Python shell - > attribute completion, tooltips which show how to call functions, > highligh

Re: help to convert c++ fonction in python

2009-10-21 Thread Processor-Dev1l
On Oct 18, 8:13 am, Toff wrote: > On 18 oct, 02:13, geremy condra wrote: > > > > > On Sat, Oct 17, 2009 at 7:57 PM, David Robinow wrote: > > > On Sat, Oct 17, 2009 at 7:48 PM, geremy condra wrote: > > >> For the love of baby kittens, please, please, please tell me that > > >> you do not believe

Re: WMI remote call in python script to create process on remote windows computer

2009-10-08 Thread Processor-Dev1l
On Oct 8, 10:22 am, Tim Golden wrote: > David Jackson wrote: > > ok, cut and pasted, but changed the username/password to protect the > > innocent. > > this is from interactive prompt. > > let me know if i am still not doing the slashes correctly please. > > i doubt authentication is the issue.;

Re: organizing your scripts, with plenty of re-use

2009-10-06 Thread Processor-Dev1l
On Oct 5, 8:29 pm, Robert Kern wrote: > On 2009-10-05 12:42 PM, Buck wrote: > > > > >> With the package layout, you would just do: > > >>     from parrot.sleeping import sleeping_in_a_bed > >>     from parrot.feeding.eating import eat_cracker > > >> This is really much more straightforward than yo

Re: Split string but ignore quotes

2009-09-29 Thread Processor-Dev1l
On Sep 29, 5:11 pm, Scooter wrote: > I'm attempting to reformat an apache log file that was written with a > custom output format. I'm attempting to get it to w3c format using a > python script. The problem I'm having is the field-to-field matching. > In my python code I'm using split with spaces

Re: easy question, how to double a variable

2009-09-21 Thread Processor-Dev1l
On Sep 20, 10:27 pm, daggerdvm wrote: >  Write the definition of a function  twice , that receives an  int > parameter and returns an  int that is twice the value of the > parameter. > > how can i do this I will stop this theatre... as you should know, you want your function to make arithmetic op

Re: An assessment of the Unicode standard

2009-09-14 Thread Processor-Dev1l
On Aug 30, 2:19 pm, r wrote: > On Aug 29, 11:05 pm, Anny Mous wrote: > (snip) > > > How do we distinguish resume from résumé without accents? > > This is another quirk of some languages that befuddles me. What is > with the ongoing language pronunciation tutorial some languages have > turned into

Re: Run pyc file without specifying python path ?

2009-07-31 Thread Processor-Dev1l
On Jul 30, 4:47 pm, "Barak, Ron" wrote: > > -Original Message- > > From: Dave Angel [mailto:da...@dejaviewphoto.com] > > Sent: Thursday, July 30, 2009 16:03 > > To: Barak, Ron > > Cc: 'Dave Angel'; 'python-l...@python.org' > > Subject: RE: Run pyc file without specifying python path ? > >

Re: problem on socket programming

2009-07-31 Thread Processor-Dev1l
On Jul 31, 2:37 pm, MalC0de wrote: > no, I disabled my firewall, no problem with even enabled firewall ... > no one can help !? Connection refused... connection was refused by the listening socket, it could also be due to the settings of your service, if it accepts only from localhost to localhos