On 2013-09-25 13:54, Steven D'Aprano wrote:
> And even that, I'm wondering if I'm being too cautious.
Well, if you post on mailing lists, undoubtedly your e-mail has been
posted in plaintext somewhere. I personally have my e-mail in plaintext
on chrisdown.name, and very rarely receive spam through
On Tue, Sep 24, 2013 at 02:00:54PM +0200, Luca Ferrari wrote:
> On Fri, Sep 20, 2013 at 4:50 PM, Jugurtha Hadjar
> wrote:
>
> > Supposing my name is John Doe and the e-mail is john@hotmail.com, my
> > e-mail was written like this:
> >
> > removemejohn.dospames...@removemehotmail.com'
I don't
http://mcsp.wartburg.edu/zelle/python/ppics1/code/chapter05/futval_graph2.py
On Tue, Sep 24, 2013 at 4:36 PM, School wrote:
> What is the error you received? What lines does it say are causing the
> error?
>
> Also, this smells like classwork.
>
> On Sep 20, 2013, at 21:26, znx...@yahoo.com wro
On 24/09/13 19:22, Prasad, Ramit wrote:
Why uninstall via Synaptic? If he manually installed from source
He installed 3.3 from source.
3.2 was already there courtesy of Mint.
Therefore, he should have uninstalled 3.2 via Synaptic.
Reinstalling 3.2 via synaptic and then uninstalling it,
may cl
On Tue, Sep 24, 2013 at 06:20:37AM -0700, Albert-Jan Roskam wrote:
> > If you want to mess with your system 'sudo rm -rf' is definitely the
> > way to go. Don't bother reporting this as a bug since you've
> > *definitely* voided the warranty (that your free software didn't come
> > with).
>
> And
On Tue, Sep 24, 2013 at 01:33:23PM +0100, Oscar Benjamin wrote:
> If you want to mess with your system 'sudo rm -rf' is definitely the
> way to go. Don't bother reporting this as a bug since you've
> *definitely* voided the warranty (that your free software didn't come
> with).
I first read that
On Tue, Sep 24, 2013 at 04:33:20PM -0400, Treder, Robert wrote:
> Hi Python tutors,
>
> I'm fairly new to Python. I'm working with Python v2.7.4 and the nltk
> package on a couple of text mining projects. I create several
> dictionaries that are pretty static. Will probably only be updated
>
Treder, Robert wrote:
> Hi Python tutors,
>
> I'm fairly new to Python. I'm working with Python v2.7.4 and the nltk
> package on a couple of text
> mining projects. I create several dictionaries that are pretty static. Will
> probably only be updated
> every or month or every couple of months.
What is the error you received? What lines does it say are causing the error?
Also, this smells like classwork.
On Sep 20, 2013, at 21:26, znx...@yahoo.com wrote:
> Can anyone please help me figure out what I am NOT doing to make this program
> work properly.PLEASE !!
>
> I need to be able
On Tue, Sep 24, 2013 at 1:42 PM, Albert-Jan Roskam wrote:
> I did not use "--prefix". I just reinstalled Python 3.2 via the package
> manager, and
> it everything is working again --THANK YOU ALL!
>
> antonia@antonia-HP-2133 ~ $ which python3.3
> /usr/local/bin/python3.3
This is the version you
On Tue, Sep 24, 2013 at 4:33 PM, Treder, Robert <
robert.tre...@morganstanley.com> wrote:
> Hi Python tutors,
>
> ** **
>
> I’m fairly new to Python. I’m working with Python v2.7.4 and the nltk
> package on a couple of text mining projects. I create several dictionaries
> that are pretty s
Hi Python tutors,
I'm fairly new to Python. I'm working with Python v2.7.4 and the nltk package
on a couple of text mining projects. I create several dictionaries that are
pretty static. Will probably only be updated every or month or every couple of
months. I want to turn those dictionaries
Alan Gauld wrote:
>
> On 24/09/13 14:20, Albert-Jan Roskam wrote:
>
> >> "python", python 2.7 fires up. Also, I entirely removed python 3.2
> >> (sudo rm -rf $(which python3.2), IIRC), which came with Linux Mint.
>
> That's almost never the right way to remove a package that came with the OS.
>
In addition to Alan's comment:
Saying "it work properly" is totally uninformative. Tell us what is
happening that you want different.
--
Bob Gailer
919-636-4239
Chapel Hill NC
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscript
- Original Message -
> From: eryksun
> To: Albert-Jan Roskam
> Cc: Python Mailing List
> Sent: Tuesday, September 24, 2013 5:25 PM
> Subject: Re: [Tutor] ImportError: No module named '_sysconfigdata_m'
>
> On Tue, Sep 24, 2013 at 8:18 AM, Albert-Jan Roskam
> wrote:
>> am using Lin
On 24 September 2013 16:25, eryksun wrote:
>
> The "command-not-found" script uses 3.x on Ubuntu/Mint:
>
> http://packages.ubuntu.com/saucy/command-not-found
>
> It's 2.x on Debian, but thankfully it isn't part of the default install.
I actually find it useful. I wish I could get the same for imp
On 24/09/13 14:20, Albert-Jan Roskam wrote:
"python", python 2.7 fires up. Also, I entirely removed python 3.2
(sudo rm -rf $(which python3.2), IIRC), which came with Linux Mint.
That's almost never the right way to remove a package that came with the OS.
You should have used the package mana
On Tue, Sep 24, 2013 at 8:18 AM, Albert-Jan Roskam wrote:
> am using Linux Mint XFCE. I have to look up the exact version number. I
> recently
> downloaded and installed Python 3.3. I downloaded the tarball
> and compiled, tested and installed everything as per instructions in the
> (readme? inst
On Fri, Sep 20, 2013 at 4:50 PM, Jugurtha Hadjar
wrote:
> Supposing my name is John Doe and the e-mail is john@hotmail.com, my
> e-mail was written like this:
>
> removemejohn.dospames...@removemehotmail.com'
This is the point: how easy you want to make the email for a human
being. I mean, y
On Tue, Sep 24, 2013 at 2:25 AM, Steven D'Aprano wrote:
> Unless this was at the Python prompt, it's not really a Python question.
> It's a question about your Linux installation, and why "gigt" ends up
> calling Python. Start with:
>
> man gigt
>
> which gigt
>
> locate gigt
>
As far as I know
On 24/9/2013 09:20, Albert-Jan Roskam wrote:
> I just didn't want to have more versions than I actually need. Python 3.3 is
> closer to Python 2.7 than earlier Python 3 versions.
> I am now planning to reinstall Python 3.2 using "sudo apt-get install python3"
I suspect you'd be better off tryin
- Original Message -
> From: Oscar Benjamin
> To: Albert-Jan Roskam
> Cc: Python Mailing List
> Sent: Tuesday, September 24, 2013 2:33 PM
> Subject: Re: [Tutor] ImportError: No module named '_sysconfigdata_m'
>> I was planning to reply after I had the chance to do some checks that
On 24/9/2013 08:18, Albert-Jan Roskam wrote:
>, everything appears to work normally (phew) If I type "python", python
> 2.7 fires up. Also, I entirely removed python 3.2 (sudo rm -rf $(which
> python3.2), IIRC), which came with Linux Mint.
Right there is your mistake.
>
>
> OoooOoOoh, I h
On 24 September 2013 13:18, Albert-Jan Roskam wrote:
>>
>>On 23 September 2013 20:28, Albert-Jan Roskam wrote:
>>> Hi,
>>>
>>> I just wanted to type "git status" in my Linux terminal but I made a typo
>>> and I got a long Python 3.3 traceback message. Just curious: What does it
>>> mean?
>>>
>>>
> From: Oscar Benjamin
>To: Albert-Jan Roskam
>Cc: Python Mailing List
>Sent: Tuesday, September 24, 2013 1:47 PM
>Subject: Re: [Tutor] ImportError: No module named '_sysconfigdata_m'
>
>
>On 23 September 2013 20:28, Albert-Jan Roskam wrote:
>> Hi,
>>
>> I ju
On 23 September 2013 20:28, Albert-Jan Roskam wrote:
> Hi,
>
> I just wanted to type "git status" in my Linux terminal but I made a typo
> and I got a long Python 3.3 traceback message. Just curious: What does it
> mean?
>
> gigt status
> Traceback (most recent call last):
> File "/usr/lib/pytho
26 matches
Mail list logo