Re: Distribution file error

2018-06-08 Thread Cameron Simpson
On 08Jun2018 07:52, Tamara Berger wrote: I’m trying to create a distribution file for my module, but got an error message. The module, including the setup and read me files, are contained within the folder “mymodules.” I typed this command (per instructions from my workbook) from within mymodu

Re: Distribution

2012-03-20 Thread duncan smith
On 20/03/12 04:31, prince.pangeni wrote: Hi all, I am doing a simulation project using Python. In my project, I want to use some short of distribution to generate requests to a server. The request should have two distributions. One for request arrival rate (should be poisson) and another for

Re: Distribution

2012-03-20 Thread Laurent Claessens
Il 20/03/2012 12:21, Ben Finney ha scritto: "prince.pangeni" writes: I am doing a simulation project using Python. In my project, I want to use some short of distribution to generate requests to a server. I guess scipy is also available in plain python (didn't check), but the following

Re: Distribution

2012-03-20 Thread Robert Kern
On 3/20/12 4:31 AM, prince.pangeni wrote: Hi all, I am doing a simulation project using Python. In my project, I want to use some short of distribution to generate requests to a server. The request should have two distributions. One for request arrival rate (should be poisson) and another for

Re: Distribution

2012-03-20 Thread Robert Kern
On 3/20/12 11:21 AM, Ben Finney wrote: "prince.pangeni" writes: I am doing a simulation project using Python. In my project, I want to use some short of distribution to generate requests to a server. What is a distribution? That term already means something in Python jargon, and it doesn

Re: Distribution

2012-03-20 Thread Ben Finney
"prince.pangeni" writes: >I am doing a simulation project using Python. In my project, I want > to use some short of distribution to generate requests to a server. What is a distribution? That term already means something in Python jargon, and it doesn't match the rest of your use case. So

Re: Distribution

2012-03-20 Thread Peter Otten
prince.pangeni wrote: > Hi all, >I am doing a simulation project using Python. In my project, I want > to use some short of distribution to generate requests to a server. > The request should have two distributions. One for request arrival > rate (should be poisson) and another for request mix

Re: Distribution of Python Scripts

2010-11-19 Thread Stefaan Himpe
So, what's my options. Maybe this page can give some inspiration? http://wiki.python.org/moin/deployment -- http://mail.python.org/mailman/listinfo/python-list

Re: Distribution of Python Scripts

2010-11-19 Thread Jean-Michel Pichavant
tazz_ben wrote: Hi Folks - I'm an experienced programmer, but this is my first app with python, so I apologize for any stupidity on my part. So I've written/still working on a command line tool written in Python. It talks to a web service, so there really isn't anything in it that is dependen

Re: Distribution of Python Scripts

2010-11-18 Thread Steve Holden
On 11/18/2010 11:48 AM, tazz_ben wrote: > Hi Folks - > > I'm an experienced programmer, but this is my first app with python, > so I apologize for any stupidity on my part. So I've written/still > working on a command line tool written in Python. It talks to a web > service, so there really isn