Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 13:06 +0530, Balachandran Sivakumar wrote:
> On Thu, Feb 3, 2011 at 12:48 PM, Kenneth Gonsalves 
> wrote:
> > actually I had asked for the best way to do it - not for some kind
> soul
> > to do a search for me - thanks anyway.
> 
>   Well, it does look like the best option, to me. And the easy
> install documentation also give that as the way to uninstall
> 
> http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
> 
> Anyway, I am not aware of a different way to do it :) Also, I pointed
> to that link since you said you don't see an uninstall option. It was
> to tell that there is no direct command line switch, but a different
> option that leads to it. Thanks 

actually there is no uninstall option currently. A patch is being
written. The idea of asking on a mailing list is to get experiences of
other users - please give the OP credit to have the good sense to search
before asking questions.
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread Balachandran Sivakumar
Hi,

On Thu, Feb 3, 2011 at 12:48 PM, Kenneth Gonsalves  wrote:
> actually I had asked for the best way to do it - not for some kind soul
> to do a search for me - thanks anyway.

  Well, it does look like the best option, to me. And the easy
install documentation also give that as the way to uninstall

http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages

Anyway, I am not aware of a different way to do it :) Also, I pointed
to that link since you said you don't see an uninstall option. It was
to tell that there is no direct command line switch, but a different
option that leads to it. Thanks


-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.

Mail: benignb...@gmail.com
Blog: http://benignbala.wordpress.com/
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 12:55 +0530, Baiju M wrote:
> On Thu, Feb 3, 2011 at 11:44 AM, Kenneth Gonsalves 
> wrote:
> > On Thu, 2011-02-03 at 11:07 +0530, Roshan Mathews wrote:
> >> Mailman doesn't always strip attachments
> >
> > the listadmin has enabled this on this list
> 
> Is it possible to send mails with attachments to moderators,
> so that they can decide whether to approve or not.
> Otherwise we can enable attachment, may be upto some
> size limit (I am not sure mailman support these kind of features).
> 
> 

-1 attachments have no place in mailing lists of this sort
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Baiju M
On Thu, Feb 3, 2011 at 11:44 AM, Kenneth Gonsalves  wrote:
> On Thu, 2011-02-03 at 11:07 +0530, Roshan Mathews wrote:
>> Mailman doesn't always strip attachments
>
> the listadmin has enabled this on this list

Is it possible to send mails with attachments to moderators,
so that they can decide whether to approve or not.
Otherwise we can enable attachment, may be upto some
size limit (I am not sure mailman support these kind of features).

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread kausikram krishnasayee
On Thu, Feb 3, 2011 at 12:49 PM, kausikram krishnasayee  wrote:

> On Thu, Feb 3, 2011 at 12:16 PM, Kenneth Gonsalves wrote:
>
>> hi,
>>
>> I installed hg-git using easy_install. Now hg is b0rked. What is the
>> best way of uninstalling hg-git - I do not see any uninstall option in
>> easy_install.
>
>  I usually end up deleting the egg and the  path to the egg from the
easy_install path file. it has worked fine for me until now. i think the
idea would be to remove the package from the python path by hook or crook.
but agree it does not remove unneeded dependencies.

kausik

p.s: sorry could not complete the previous mail. hit enter by mistake.


-- 
Kausikram Krishnasayee
Company: http://silverstripesoftware.com | Webpage: kausikram.in | Blog:
blog.kausikram.in | Twitter: http://twitter.com/kausikram | Email:
kausik...@gmail.com | Mobile: +91 9884246490
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 12:39 +0530, Balachandran Sivakumar wrote:
> On Thu, Feb 3, 2011 at 12:16 PM, Kenneth Gonsalves 
> wrote:
> > hi,
> >
> > I installed hg-git using easy_install. Now hg is b0rked. What is the
> > best way of uninstalling hg-git - I do not see any uninstall option
> in
> > easy_install.
> 
>A search gave this link:
> http://thingsilearned.com/2009/04/13/easy_install-uninstalling/
> 
>   Looks like they use the -m option + some manual job :) Thanks 

actually I had asked for the best way to do it - not for some kind soul
to do a search for me - thanks anyway.
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread kausikram krishnasayee
On Thu, Feb 3, 2011 at 12:16 PM, Kenneth Gonsalves  wrote:

> hi,
>
> I installed hg-git using easy_install. Now hg is b0rked. What is the
> best way of uninstalling hg-git - I do not see any uninstall option in
> easy_install.

I usually end up deleting the egg and the  path to the egg from the
easy_install path file. it
-- 
Kausikram Krishnasayee
Company: http://silverstripesoftware.com | Webpage: kausikram.in | Blog:
blog.kausikram.in | Twitter: http://twitter.com/kausikram | Email:
kausik...@gmail.com | Mobile: +91 9884246490
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread Balachandran Sivakumar
Hi,

On Thu, Feb 3, 2011 at 12:16 PM, Kenneth Gonsalves  wrote:
> hi,
>
> I installed hg-git using easy_install. Now hg is b0rked. What is the
> best way of uninstalling hg-git - I do not see any uninstall option in
> easy_install.

   A search gave this link:
http://thingsilearned.com/2009/04/13/easy_install-uninstalling/

  Looks like they use the -m option + some manual job :) Thanks


-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.

Mail: benignb...@gmail.com
Blog: http://benignbala.wordpress.com/
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] how to uninstall a package installed using easy_install

2011-02-02 Thread Kenneth Gonsalves
hi,

I installed hg-git using easy_install. Now hg is b0rked. What is the
best way of uninstalling hg-git - I do not see any uninstall option in
easy_install.
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Noufal Ibrahim

Mea Culpa. The original email follows.


From: Shrinivasan T 
Subject: [chennaipy 724] Fwd: [Ilugc] [COMMERCIAL] Weekend training program on 
Core Python
To: chenna...@googlegroups.com
Date: Thu, 3 Feb 2011 00:02:36 +0530
Reply-To: chenna...@googlegroups.com

FYI.


-- Forwarded message --
From: Chandrashekar Babu 
Date: Wed, Feb 2, 2011 at 11:50 PM
Subject: [Ilugc] [COMMERCIAL] Weekend training program on Core Python
To: il...@ae.iitm.ac.in


Hi All,

On behalf of Slashprog Technologies, I’m organizing a 40 hour
weekend training program on Core Python programming starting
from February 5th, 2011 (Saturday). The details of this
training program are as below:
   Course duration: 40 hours (5 hours per module x 8 weekends)
   Course span: 2 months, 8 weekends (approximately).

The training program will be conducted on every Saturday
between  9:00 AM to 2:00 PM

The first introductory training module is FREE for all and is
scheduled on February 5th, 2011 (Saturday) between
9:00 AM to 2:00 PM at our office venue.

Kindly do refer to your friends/colleagues who might be
interested in learning Python programming.

For more details, kindly visit the following URL:

http://www.slashprog.com/events/core-python-training-program-february_05_2011.html

Thanks,

Chandrashekar Babu.

--
http://www.chandrashekar.info/
http://www.slashprog.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in

-- 
You received this message because you are subscribed to the Google Groups 
"Chennaipy" group.
Wiki at http://nrcfosshelpline.in/chennaipy/
To post to this group, send email to chenna...@googlegroups.com
To unsubscribe from this group, send email to 
chennaipy-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chennaipy?hl=en




-- 
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 11:07 +0530, Roshan Mathews wrote:
> Mailman doesn't always strip attachments

the listadmin has enabled this on this list
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread satyaakam goswami
 On Thu, Feb 3, 2011 at 10:54 AM, Kenneth Gonsalves wrote:

> On Thu, 2011-02-03 at 09:50 +0530, satyaakam goswami wrote:
> > > s/Noufal/Naufal/ - I am able to see the message
> > >
> >
> > i too am not able to see the body of  the message , was in encrypted
> > in a
> > way for KG's eyes only :-) . Where are the details like how much is it
> > going
> > to cost , location of training , how many contact hours ...
>
> those details are available on several mailing lists of which you are a
> member.
>

yes now i see it too!! , was thinking of adding these kind of events too to
fossevents.in ?
an foss event by my definition could be a gathering, meet up, training ,
hackathon , workshop  ...  what do you say ?


-Satya
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Roshan Mathews
On Thu, Feb 3, 2011 at 10:44, Kenneth Gonsalves  wrote:
> On Thu, 2011-02-03 at 09:23 +0530, Roshan Mathews wrote:
>> http://mail.python.org/pipermail/bangpypers/2011-February/005826.html
>>
>> What message do you see?
>
> that someone somewhere is conducting a weekend training program on Core
> Python, and that Noufal forwarded it to the list, and that his mail
> client sent it as an attachment which was stripped off by mailman.
>
Interesting, both Gmail and Mailman stripped that attachment.

Mailman doesn't always strip attachments: see
http://mail.python.org/pipermail/bangpypers/2009-October/002667.html

If it isn't a bother, could you paste the raw mail in a pastebin
online?  Might be instructive to figure out what kind of emails are
'cleaned'.


-- 
http://about.me/rosh
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 09:50 +0530, satyaakam goswami wrote:
> > s/Noufal/Naufal/ - I am able to see the message
> >
> 
> i too am not able to see the body of  the message , was in encrypted
> in a
> way for KG's eyes only :-) . Where are the details like how much is it
> going
> to cost , location of training , how many contact hours ... 

those details are available on several mailing lists of which you are a
member.
-- 
regards
Kenneth Gonsalves


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 09:23 +0530, Roshan Mathews wrote:
> http://mail.python.org/pipermail/bangpypers/2011-February/005826.html
> 
> What message do you see? 

that someone somewhere is conducting a weekend training program on Core
Python, and that Noufal forwarded it to the list, and that his mail
client sent it as an attachment which was stripped off by mailman.
-- 
regards
Kenneth Gonsalves


___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 09:23 +0530, Roshan Mathews wrote:
> http://mail.python.org/pipermail/bangpypers/2011-February/005826.html
> 
> What message do you see? 

that someone somewhere is conducting a weekend training program on Core
Python, and that Noufal forwarded it to the list, and that his mail
client sent it as an attachment which was stripped off by mailman.
-- 
regards
Kenneth Gonsalves

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Anand Balachandran Pillai
On Thu, Feb 3, 2011 at 9:50 AM, satyaakam goswami wrote:

> On Thu, Feb 3, 2011 at 8:04 AM, Kenneth Gonsalves 
> wrote:
>
> > On Thu, 2011-02-03 at 01:16 +0530, Sudheer Satyanarayana wrote:
> > > On Thursday 03 February 2011 12:47 AM, Gora Mohanty wrote:
> > > > On Thu, Feb 3, 2011 at 12:23 AM, Noufal Ibrahim
> > > wrote:
> > > > [Nothing at all]
> > > >
> > > > Er, either I am finally going blind due to unmentionable
> > > > practices, or that message was blank.
> > > >
> > > I am with you. Naufal missed it. The message is indeed blank.
> >
> > s/Noufal/Naufal/ - I am able to see the message
> >
>
>
I think that message was meant for The Invisible Man...


>
> -Satya
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
--Anand
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread satyaakam goswami
On Thu, Feb 3, 2011 at 8:04 AM, Kenneth Gonsalves  wrote:

> On Thu, 2011-02-03 at 01:16 +0530, Sudheer Satyanarayana wrote:
> > On Thursday 03 February 2011 12:47 AM, Gora Mohanty wrote:
> > > On Thu, Feb 3, 2011 at 12:23 AM, Noufal Ibrahim
> > wrote:
> > > [Nothing at all]
> > >
> > > Er, either I am finally going blind due to unmentionable
> > > practices, or that message was blank.
> > >
> > I am with you. Naufal missed it. The message is indeed blank.
>
> s/Noufal/Naufal/ - I am able to see the message
>

i too am not able to see the body of  the message , was in encrypted in a
way for KG's eyes only :-) . Where are the details like how much is it going
to cost , location of training , how many contact hours ...

-Satya
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Roshan Mathews
On Thu, Feb 3, 2011 at 08:04, Kenneth Gonsalves  wrote:
> On Thu, 2011-02-03 at 01:16 +0530, Sudheer Satyanarayana wrote:
>> I am with you. Naufal missed it. The message is indeed blank.
>
> s/Noufal/Naufal/ - I am able to see the message
>

http://mail.python.org/pipermail/bangpypers/2011-February/005826.html

What message do you see?

-- 
http://about.me/rosh
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Kenneth Gonsalves
On Thu, 2011-02-03 at 01:16 +0530, Sudheer Satyanarayana wrote:
> On Thursday 03 February 2011 12:47 AM, Gora Mohanty wrote:
> > On Thu, Feb 3, 2011 at 12:23 AM, Noufal Ibrahim
> wrote:
> > [Nothing at all]
> >
> > Er, either I am finally going blind due to unmentionable
> > practices, or that message was blank.
> >
> I am with you. Naufal missed it. The message is indeed blank. 

s/Noufal/Naufal/ - I am able to see the message
-- 
regards
Kenneth Gonsalves

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Sudheer Satyanarayana

On Thursday 03 February 2011 12:47 AM, Gora Mohanty wrote:

On Thu, Feb 3, 2011 at 12:23 AM, Noufal Ibrahim  wrote:
[Nothing at all]

Er, either I am finally going blind due to unmentionable
practices, or that message was blank.


I am with you. Naufal missed it. The message is indeed blank.


--

With warm regards,
Sudheer. S
Personal home page - http://sudheer.net | Tech Chorus - http://techchorus.net
Web and IT services - http://binaryvibes.co.in
Twitter: http://twitter.com/bngsudheer http://twitter.com/binaryvibes

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Gora Mohanty
On Thu, Feb 3, 2011 at 12:23 AM, Noufal Ibrahim  wrote:
[Nothing at all]

Er, either I am finally going blind due to unmentionable
practices, or that message was blank.

Regards,
Gora
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Noufal Ibrahim


-- 
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-02-02 Thread vikas ruhil
yep i am sure  , also agree with satyaakam goswami  we will decide there our
meet-up also announce there .

On Wed, Feb 2, 2011 at 11:35 AM, Neha Jain  wrote:

> hey,
>
> Sure. I'll be there. No doubt about it.
>
> Thanks,
> njain
>
> On Wed, Feb 2, 2011 at 10:32 AM, satyaakam goswami  >wrote:
>
> > On Wed, Feb 2, 2011 at 10:26 AM, Neha Jain 
> wrote:
> >
> > > Hey Vikas,
> > >
> > > Please could you make it 27 Feb.. Please...
> > > Rest is all fine..
> > > I don't want to miss this opportunity of python users meet-up in
> Delhi..
> > > I hope I am not asking for much of a favor...
> > >
> >
> > if you are around Delhi around 12th be there in this meeting
> > http://www.lug-iitd.org/Geek_meetup_-_12_Feb_2011 then we can take a
> call
> > where we want to go or what we can all do .
> >
> > -Satya
> > ___
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers