Re: python - an eggs...

2007-11-14 Thread Bruno Desthuilliers
bruce a écrit : > hey dietz... (snip) > but yeah, you are a jerk (snip) you ignorant slut I don't think that insulting a more than helpful poster is the best way to get some help here in a near future. -- http://mail.python.org/mailman/listinfo/python-list

Re: python - an eggs...

2007-11-12 Thread Diez B. Roggisch
bruce schrieb: > hey dietz... > > if you give me your email i'll correspond with you directly.. > but yeah, you are a jerk. in that you make assumptions that may/may not be > correct, but you appear to have a holier than thou mentality... > > i did download the setuptools tar file i read thro

RE: python - an eggs...

2007-11-12 Thread bruce
und the files to download... i couldn't find the command to run, (at least is wasn't apparent to me.) so, anyway, thanks! peace -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Diez B. Roggisch Sent: Monday, November 12, 2007 10:26 AM To: python-list@

RE: python - an eggs...

2007-11-12 Thread Diez B. Roggisch
bruce wrote: > diez... > > i was being polite in thanking you for your input/thoughts... i actually > had read what you'd posted, as i stated. Really? Did you? Here your third question: -3rd question.. in searching the 'net, it appears that i have to download setuptools in order to get easy_ins

RE: python - an eggs...

2007-11-12 Thread bruce
. Roggisch Sent: Monday, November 12, 2007 2:16 AM To: python-list@python.org Subject: RE: python - an eggs... bruce wrote: > Hi Diez... > > I've never used setuptools, (it's not on the box) and i don't have > easy_install tools installed... > > But in looking at

RE: python - an eggs...

2007-11-12 Thread Diez B. Roggisch
bruce wrote: > Hi Diez... > > I've never used setuptools, (it's not on the box) and i don't have > easy_install tools installed... > > But in looking at your output, I have some questions... > -The 1st, I'm assuming that easy_install works with python2.4.3? > -The 2nd, In the output, is see the

Re: python - an eggs...

2007-11-12 Thread thebjorn
On Nov 12, 1:12 am, "bruce" <[EMAIL PROTECTED]> wrote: > Hi Diez... > > I've never used setuptools, (it's not on the box) and i don't have > easy_install tools installed... In the link you were given there is a section titled "Installing setuptools". I'm reading it aloud for you now... -- bjorn

RE: python - an eggs...

2007-11-11 Thread bruce
ointers on this!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Diez B. Roggisch Sent: Sunday, November 11, 2007 2:58 PM To: python-list@python.org Subject: Re: python - an eggs... bruce schrieb: > Hi Diez > > Forgot to mention, that when I

Re: python - an eggs...

2007-11-11 Thread Diez B. Roggisch
bruce schrieb: > Hi Diez > > Forgot to mention, that when I did an unzip of the egg file, and placed the > files in the ../python2.4/site-packages/durus dir, it still crashed... > > it's as if the egg file is needed... I doubt that. And I get the feeling that you did not read anything belon

RE: python - an eggs...

2007-11-11 Thread bruce
lf Of Diez B. Roggisch Sent: Sunday, November 11, 2007 10:03 AM To: python-list@python.org Subject: Re: python - an eggs... bruce schrieb: > Hi Diez... > > In my case, I do a "python setup.py install" and i get a Durus...egg > installed in the /usr/lib/python2.4/site-packages/

Re: python - an eggs...

2007-11-11 Thread Diez B. Roggisch
bruce schrieb: > Hi Diez... > > In my case, I do a "python setup.py install" and i get a Durus...egg > installed in the /usr/lib/python2.4/site-packages/ dir... As I understand > it, this egg/file contains compressed pythonic files. > > When I run the app which uses the durus stuff... the app cra

RE: python - an eggs...

2007-11-11 Thread bruce
ion. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Diez B. Roggisch Sent: Sunday, November 11, 2007 4:36 AM To: python-list@python.org Subject: Re: python - an eggs... bruce schrieb: > Hi... > > I have a python script/app that i'm dealing w

Re: python - an eggs...

2007-11-11 Thread Diez B. Roggisch
bruce schrieb: > Hi... > > I have a python script/app that i'm dealing with. It uses Durus, which > installs as an egg. > > I'm trying to figure out how to modify any of the underlying source files or > the egg, short of modifying the original source file, and then having to > reinstall the egg v

python - an eggs...

2007-11-10 Thread bruce
Hi... I have a python script/app that i'm dealing with. It uses Durus, which installs as an egg. I'm trying to figure out how to modify any of the underlying source files or the egg, short of modifying the original source file, and then having to reinstall the egg via "python setup.py install"...