Re: curses is not imported under Linux (and Python 2.4)

2005-01-06 Thread Craig Ringer
On Fri, 2005-01-07 at 00:38, Konrad Koller wrote: > import curses > produces the ImportError: No module named _curses > ("from _curses import *" in line 15 in __init__.py) > Of course imp.find_module ("_curses") reports the same error. > How can I make use of the curses package for writing a Pytho

Re: Other notes

2005-01-06 Thread Andrew Dalke
Bengt Richter: > But it does look ahead to recognize += (i.e., it doesn't generate two > successive also-legal tokens of '+' and '=') > so it seems it should be a simple fix. But that works precisely because of the greedy nature of tokenization. Given "a+=2" the longest token it finds first is "a"

Re: Python evolution: Unease

2005-01-06 Thread David Fraser
Alex Martelli wrote: Carlos Ribeiro <[EMAIL PROTECTED]> wrote: ... wish I could simply plug & play DBAPI modules in a totally seamlessly way. Anyone who tried know how far are we of this dream. If you manage to get there, you'll start fighting against the different dialects of SQL supported by

Re: Python evolution: Unease

2005-01-06 Thread Roman Suzi
On Fri, 6 Jan 2005, Paul Rubin wrote: >software when I buy a new computer, or at least a new hard drive. I >don't try to migrate system or configuration files. I just install >the OS distro from scratch and migrate my user files. > >> There are several parts to those frustrations. But you are pr

Re: smtp question

2005-01-06 Thread Tim Roberts
"Philippe C. Martin" <[EMAIL PROTECTED]> wrote: >Hi, > >I am testing the smtp module and have the following question: > >in the code below (taken from net sample) prior to adding the "Subject:" >field, the email client found the "From" and the "To". Without the >"Subject:" field on I get this: > >

Re: Python evolution: Unease

2005-01-06 Thread Paul Rubin
Roman Suzi <[EMAIL PROTECTED]> writes: > I do not like the idea of having stubs. Once I had an experience working with > CPAN (I tried to install SpamAssassin and it required some specific modules.) > "Magic" install shell, provided by Perl, upgraded half the Perl distro, > including newer version

Re: The Industry choice

2005-01-06 Thread Stefan Axelsson
Bulba! wrote: I've read Novell license of internal development tools it provides (which I reviewed for some purpose). This is I think relevant part: I'm not saying licenses like you claim don't exist. Sure, they may exist and they suck. The point is, they have _limited impact_ and by the very

<    1   2   3