Re: [Tutor] Efficiency and speed

2010-03-21 Thread James Reynolds
On Sat, Mar 20, 2010 at 1:17 PM, Steven D'Aprano wrote: > On Sat, 20 Mar 2010 05:47:45 am James Reynolds wrote: > > > This is a monte-carlo simulation. > > > > The simulation measures the expiration of something and those > > somethings fall into bins that are not evenly dispersed. These bins > >

Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Lie Ryan
On 03/21/2010 08:51 PM, Karim Liateni wrote: > > Hello Lie, > > Thanks for your advices. > > To have correct updates from ITs is really a true pain. The network > is worldwide in our company. I found issues having decent version. > On my local workstation I have Python v1.5, on compute farm LSF

Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Karim Liateni
Hello Lie, Thanks for your advices. To have correct updates from ITs is really a true pain. The network is worldwide in our company. I found issues having decent version. On my local workstation I have Python v1.5, on compute farm LSF machines sometimes 2.2 , 2.3, 2.6. That's why I don't want t

Re: [Tutor] using pythnn to open a password protected website

2010-03-21 Thread Norman Khine
On Sat, Mar 20, 2010 at 1:27 AM, Steven D'Aprano wrote: > On Fri, 19 Mar 2010 11:33:36 pm richard west wrote: >> Hi, >> >> Im trying to use python to open up a password protected website(e.g. >> facebook / gmail) in Firefox. supplying the login and password >> automatically at runtime - so that I

Re: [Tutor] Finding duplicates entry in file

2010-03-21 Thread mhw
Plain text definitely better for small devices - I read the tutor list on my blackberry on the way to work (and hence Top -p - apologies). Matt Sent from my BlackBerry® wireless device -Original Message- From: Luke Paireepinart Date: Sat, 20 Mar 2010 23:00:03 To: Steven D'Aprano Cc: S

Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Lie Ryan
On 03/21/2010 06:00 AM, Karim Liateni wrote: > > Hello Alan, > > In fact, I want to be sure the users can run it on every machine in our > network. > Especially, I want to be able to run it on Solaris 5.8 with python 1.5 > (Unix machine). > I wanted to know if I could make some custom executable