John Salerno wrote:
> [EMAIL PROTECTED] wrote:
>
> > If you need help in figuring out how to walk through all 4096 possible
> > switch sets, just ask.
>
> Ok, thanks to your list, I figured out a program that works! It's
> probably not the best, and it doesn't really display which switches are
> c
for example:
re.sub(']+)+\s?>[^<^>]*','',' asd gahttp://www.sine.com"; class="wordstyle"> asdgasdghae rha')
I wish to get the return value "asd ga asdgasdghae rha",how do do?
I have a impression on "%" and "{number}",but forgot how to use them.
--
http://mail.python.org/mailman/listinfo/python-
Riverbank Computing is pleased to announce the release of SIP v4.4 available
from http://www.riverbankcomputing.co.uk/sip/.
SIP is a tool for generating Python modules that wrap C or C++ libraries. It
is similar to SWIG. It is used to generate PyQt and PyKDE. Full
documentation is available
Riverbank Computing is pleased to announce the release of PyQt v3.16 available
from http://www.riverbankcomputing.co.uk/pyqt/.
The main benefit of this release is that it can be installed side by side with
the soon-to-be-released PyQt v4 (for Qt v4).
Other changes since the last release include
PEP 8 says, "Comparisons to singletons like None should always be done
with 'is' or 'is not', never the equality operators." I know that "is"
is an identity operator, "==" and "!=" are the equality operators, but
I'm not sure what other singletons are being referred to here.
Also, I've seen code t
Scribes
http://scribes.sf.net/
Flash Demo: http://scribes.sf.net/snippets.htm
GIF Demo: http://www.minds.may.ie/~dez/images/blog/scribes.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello, I have another, probably stupid, question.
I'm working on some Python project, and I use some extensions written
in C. I do all the development on my GNU/Linux box, so my setup.py
script works just as it's supposed to work on a GNU/Linux system. But
in the nearest future I'll have to make a
Steven Watanabe wrote:
> PEP 8 says, "Comparisons to singletons like None should always be done
> with 'is' or 'is not', never the equality operators." I know that "is"
> is an identity operator, "==" and "!=" are the equality operators, but
> I'm not sure what other singletons are being referred t
Hi,
this is to let all of you know about the release of eric3 3.8.2. This
version fixes a compatibility bug with the latest PyQt release (PyQt
3.16).
Eric3 is a Python and Ruby IDE with batteries included. It is written
using PyQt and is available via
http://www.die-offenbachs.de/detlev/eric3.ht
Caleb Hattingh wrote:
> 4.0//2 doesn't return an integer, but the equality against an integer
> still holds. I agree that integer division should return an integer,
> because using the operator at all means you expect one.
There are actually two conflicting expectations here: You're right, the
I am trying to gain sponsorship for a charity "The Stroke Association" for
which i am doing the London Marathon in April this year. I would be
greatful if all those persons who see this message would visit my webpage at
www.justgiving.com/lezmarathon. All donations are welcome no matter how
small
Dinko Tenev <[EMAIL PROTECTED]> wrote:
> Dirk Thierbach wrote:
> [A lot of stuff]
>> Now clearer?
> Let's leave it there, and take a break.
Maybe it would help to just take a concrete example, and work through
it. Then you'll see exactly what happens.
- Dirk
--
http://mail.python.org/mailman
Hello all
Some basic unix questions which pure laziness prevents me from googling
for. Anyone feeling charitable? I'm using FreeBSD 6.0:
* To create an empty __init__.py file I do 'vim __init__.py' then
immediately exit vim, is there a shell or vim command which will create
an empty file without
Adam DePrince wrote:
> On Sat, 2006-03-25 at 03:08 +0200, Eyal Lotem wrote:
>> Hey.
>>
>> I have a problem in some network code. I want to send my packets
>> compressed, but I don't want to compress each packet separately (via
>> .encode('zlib') or such) but rather I'd like to compress it with re
Gerard Flanagan:
>* To create an empty __init__.py file I do 'vim __init__.py' then
>immediately exit vim, is there a shell or vim command which will create
>an empty file without opening the editor?
touch __init__.py
>* cd ~ brings me to my home directory, is there a means by which I can
>set up
dongdong wrote:
> for example:
> re.sub(']+)+\s?>[^<^>]*','',' asd ga href="http://www.sine.com"; class="wordstyle"> asdgasdghae rha')
>
> I wish to get the return value "asd ga asdgasdghae rha",how do do?
> I have a impression on "%" and "{number}",but forgot how to use them.
>
Use a group to c
> * If I want to do :
>
> mv mypackage-1.0.2.tar.gz subdir/mypackage-1.0.2.tar.gz
>
> then tab-completion gives me the first occurrence of the file, but I
> have to type the second occurrence - is there a way of not having to
> type it?
No need to give it the name the second time.
Hi all. I'm trying get data from text field in MySQl 5.0 with my National
characters. Data are stored in utf8 encodings. Here is the script:
import MySQLdb, MySQLdb.cursors
conn = MySQLdb.connect(host='localhost', user='root', passwd='123456',
db='profile_locale')
c = conn.cursor(MySQLdb.cursors.Di
MyghtyBoard 0.0.1 alfa have been released. It's a forum script written
in python/myghty/hk_classes.
Download:
http://sourceforge.net/project/showfiles.php?group_id=163611&package_id=185021&release_id=404570
Few old screens:
http://www.fotosik.pl/pokaz_obrazek/q0pq9tc1i6aphwc4.html
http://www.fot
Serge Orlov wrote:
> The problem is that U+0587 is a ligature in Western Armenian dialect
> (hy locale) and a character in Eastern Armenian dialect (hy_AM locale).
> It is strange the code point is marked as compatibility char. It either
> mistake or political decision. It used to be a ligature bef
TPJ wrote:
> And that's the problem: I understand the fact, that in order to build a
> non-pure distrubution, all the C sources have to be compiled (to dll
> libraries?). But there's the problem: I don't know which one compiler
> should I use. Do I have to use the same compiler, that the Python has
Hi,
I'm a beginner with python 2.4. I use it on Win XP Pro. I have no problems
with the GUI IDLE, but
when I copy the instructions in a script file, say 'test.py' and double
click on the file, I have just a
console window for a few moments, no output shown and the window closes
automatically be
there seems to be an error in your script.
Why don't you execute it directly from IDLE (F5) ? There, you should
see where the problem is.
--
http://mail.python.org/mailman/listinfo/python-list
On Sat, 25 Mar 2006 07:06:59 +0100, Fredrik Lundh wrote:
> Michael Sperlle wrote:
>
>> I need to write out a file containing the # comment. When I try to
>> specify it as part of a literal, everything afterward turns into a
>> comment.
>
> "turns into a comment" in what sense ? from your descri
Thank you for your answer. I did it. It executes perfectly in IDLE. I made a
copy/paste
from IDLE into the 'test.py' and I obseved the behavior I discribed. The
script is extremely simple
(it is just a test):
n=0
while( n<10 ):
print n,n*n
n+=1
<[EMAIL PROTECTED]> a écrit dans le mes
Christoph Zwerschke wrote:
> Just because nobody has mentioned them so far:
>
> - SciTe is a perfect editor for Pyhton on Win and Linx
> - PyScripter is a wonderful IDE (but only on Win)
> - DrPython is a nice platform independent editor/mini-IDE
>
http://www.artima.com/forums/flat.jsp?forum=106
On Sat, 25 Mar 2006 14:45:34 +0100, "Jean-Claude Garreau"
<[EMAIL PROTECTED]> wrote:
>Hi,
>
>I'm a beginner with python 2.4. I use it on Win XP Pro. I have no problems
>with the GUI IDLE, but
>when I copy the instructions in a script file, say 'test.py' and double
>click on the file, I have just
gene tani wrote:
> Christoph Zwerschke wrote:
> > Just because nobody has mentioned them so far:
> >
http://spyced.blogspot.com/2006/02/pycon-python-ide-review.html
--
http://mail.python.org/mailman/listinfo/python-list
"Aahz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Because __slots__ breaks with inheritance.
I believe that was the point of Ziga's example,
which I acknowledged as a good one in my reply.
So there still appears to be this single reason, which
applies if your class may be subcla
Lonnie Princehouse <[EMAIL PROTECTED]> wrote:
> There is a sets.Set class built in to Python. You might want to use
In 2.4, there's also a set builtin type -- you can keep using the sets
module from the standard library, but the built-in set is faster.
If you need compatibility with both 2.3 an
"Ziga Seilnacht" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> >>> a = 1
> >>> b = 1
> >>> a == b
> True
> >>> a is b
> False
Two follow up questions:
1. I wondered about your example,
and noticed
>>> a = 10
>>> b = 10
>>> a is b
True
Why the difference?
2. If I really w
David Isaac <[EMAIL PROTECTED]> wrote:
...
> Does this beg the question of whether __slots__
> *should* break with inheritance?
How would you expect the following code to behave:
class Base(object):
def __init__(self): self.x = 23
class Derived(Base):
__slots__ = 'y',
? I would expe
Hi,
sorry, this seems to be a FAQ but I couldn't find anything
I need to check if an object is a compiled regular expression
Say
import re
RX= re.compile('^something')
how to test
"if RX is a compiled regular expression"
type(RX) says
but
if isinstance(RX,_sre.SRE_Pattern)
and
if isinstanc
On 3/25/06, David Isaac <[EMAIL PROTECTED]> wrote:
> "Ziga Seilnacht" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > >>> a = 1
> > >>> b = 1
> > >>> a == b
> > True
> > >>> a is b
> > False
>
> Two follow up questions:
>
> 1. I wondered about your example,
> and noticed
>
Grzegorz Smith wrote:
> Hi all. I'm trying get data from text field in MySQl 5.0 with my National
> characters. Data are stored in utf8 encodings. Here is the script:
> import MySQLdb, MySQLdb.cursors
> conn = MySQLdb.connect(host='localhost', user='root', passwd='123456',
> db='profile_locale')
>
"dongdong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> for example:
> re.sub(']+)+\s?>[^<^>]*','',' asd ga href="http://www.sine.com"; class="wordstyle"> asdgasdghae rha')
>
> I wish to get the return value "asd ga asdgasdghae rha",how do do?
> I have a impression on "%" and "{nu
This is crude, but works:
>>> import re
>>> RX= re.compile('^something')
>>> str(RX).find("<_sre.SRE_Pattern") == 0
True
--
http://mail.python.org/mailman/listinfo/python-list
Salvatore wrote:
> Hello,
>
> I've read several articles where it's said that Python is weakly typed.
> I'm a little surprised. All objects seem to have a perfectly defined
> type
>
> Am i wrong?
>
> Regards
>
Aye, the other posters are right about you being right. This is just one
of the grea
Thank's everybody :-)
Here is a type définition I've found on the net which I agree with :
Attribute of a variable which determines the set of the values this
variabe can take and the
operations we can apply on it.
--
http://mail.python.org/mailman/listinfo/python-list
David Isaac wrote:
> "Ziga Seilnacht" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > >>> a = 1
> > >>> b = 1
> > >>> a == b
> > True
> > >>> a is b
> > False
>
> Two follow up questions:
>
> 1. I wondered about your example,
> and noticed
> >>> a = 10
> >>> b = 10
> >>> a
Helmut Jarausch schrieb:
> Hi,
> sorry, this seems to be a FAQ but I couldn't find anything
>
> I need to check if an object is a compiled regular expression
>
> Say
> import re
> RX= re.compile('^something')
>
> how to test
>
> "if RX is a compiled regular expression"
>
> type(RX) says
>
>
I have a new enhancement to pyparsing that doubles the parse speed (using a
technique called "packrat parsing"), but which is not suitable for all
parsers, specifically those that have complex parse actions. I don't want
to just enable this feature by default - I think there is too much risk of
it
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Alex Martelli) wrote:
> > One other question I did not get answered: is there any
> > simple example of a Pythonic use of __slots__ that does NOT
> > involve the creation of **many** instances.
>
> Since the only benefit of __slots__ is saving
Salvatore <[EMAIL PROTECTED]> wrote:
> Thank's everybody :-)
>
>
> Here is a type définition I've found on the net which I agree with :
>
> Attribute of a variable which determines the set of the values this
> variabe can take and the
> operations we can apply on it.
Hmmm -- that doesn't work
"senders" is list, that is why that regex does not work. I don't like regexes that much so you can try this:parsed_senders = []sender = ""for item in senders: if isinstance(item,tuple):
item= ''.join(item) if item==')': parsed_senders.append(sender[sender.find('From:')+5:].strip())
"Kun" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i have a list of that is:
>
> [('460 (BODY[HEADER.FIELDS (FROM)] {46}', 'From: Friend
> <[EMAIL PROTECTED]>\r\n\r\n'), ')', ('462 (BODY[HEADER.FIELDS (FROM)] {37}',
> 'From: Kun <[EMAIL PROTECTED]>\r\n\r\n'), ')']
>
>
> how do i pa
Ron Garret <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Alex Martelli) wrote:
>
> > > One other question I did not get answered: is there any
> > > simple example of a Pythonic use of __slots__ that does NOT
> > > involve the creation of **many** instances.
Larry,
I actually did not find what I needed in PIL (missed it ?) but found this
package quite usefull: http://www.imagemagick.org/script/index.php
Philippe
Larry Bates wrote:
> Philippe Martin wrote:
>> Hi,
>>
>> I need to write a script to reduce the resolution/color depth of an image
>>
I'd like to access the name of a function from inside the function. My
first idea didn't work.
>>> def foo():
... print func_name
...
>>> foo()
Traceback (most recent call last):
File "", line 1, in ?
File "", line 2, in foo
NameError: global name 'func_name' is not defined
My second atte
Grazie ALex, for your comment.
--
http://mail.python.org/mailman/listinfo/python-list
Ron Garret wrote:
> [EMAIL PROTECTED] (Alex Martelli) wrote:
>
>> > One other question I did not get answered: is there any
>> > simple example of a Pythonic use of __slots__ that does NOT
>> > involve the creation of **many** instances.
>>
>> Since the only benefit of __slots__ is saving a fe
James Thiele wrote:
> Is there a standard way of getting the name of a function from inside
> the function?
No, there isn't.
Martin
--
http://mail.python.org/mailman/listinfo/python-list
From: In Need - view profile
Date: Fri, Mar 24 2006 10:39 pm
Email: "In Need" <[EMAIL PROTECTED]>
Groups: hfx.forsale
Not yet ratedRating:
show options
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Report Abuse | Find messages by this author
We are hiri
Hi, I'm writing a file browser, but I'm not sure how I could go about
detecting the drives available on windows and linux systems (preferably
using the standard modules if possible). I guess I could just try to
list root on each letter of the alphabet for windows and see if it
works, but that s
Paul McGuire wrote:
> The alternatives I've come up with for the user to enable this packrat parse
> mode are:
>
> 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement class,
> to modify the ParserElement defintion of the internal (non-packrat) parse()
> method. This method essent
James Thiele wrote:
> I'd like to access the name of a function from inside the function.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66062
Kent
--
http://mail.python.org/mailman/listinfo/python-list
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul McGuire wrote:
> > The alternatives I've come up with for the user to enable this packrat
parse
> > mode are:
> >
> > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement
class,
> > to modify the Parse
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul McGuire wrote:
> > The alternatives I've come up with for the user to enable this packrat
parse
> > mode are:
> >
> > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement
class,
> > to modify the Parse
OK. But that's just as ugly as my attempt.
--
http://mail.python.org/mailman/listinfo/python-list
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Paul McGuire wrote:
> > The alternatives I've come up with for the user to enable this packrat
parse
> > mode are:
> >
> > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement
class,
> > to modify the Parse
[EMAIL PROTECTED] wrote:
> Well, I don't get the prize for most elegant.
>
> But that's partly because I included the ooloop6
> function.
:: snip a bunch of scary code :: :)
Wow, that's impressive. My solution looks a whole lot simpler than
yours, but I certainly could not have done it witho
I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.
And to keep it Python related, I'll also ask, is there anything special
I need to know about using Python on Linux? Do
On Sat, Mar 25, 2006 at 03:09:53PM -0500, John Salerno wrote:
> I'm interested in trying out Linux, probably Ubuntu, but I was wondering
> which distribution you guys like to use (because it's a pain trying to
> decide!) and you guys are smart.
We had this discussion a couple of time during the
BWill wrote:
> Hi, I'm writing a file browser, but I'm not sure how I could go about
> detecting the drives available on windows and linux systems (preferably
> using the standard modules if possible). I guess I could just try to
> list root on each letter of the alphabet for windows and see if it
Em Sáb, 2006-03-25 às 09:11 -0800, Ziga Seilnacht escreveu:
> Python has a special internal list of integers in which it caches
> numbers smaller than 1000 (I'm not sure that the number is correct),
> but that is an implementation detail and you should not rely on it.
By testing:
>>> a = 10
>>> b
Christoph Haas wrote:
> On Sat, Mar 25, 2006 at 03:09:53PM -0500, John Salerno wrote:
>> I'm interested in trying out Linux, probably Ubuntu, but I was wondering
>> which distribution you guys like to use (because it's a pain trying to
>> decide!) and you guys are smart.
>
> We had this discussi
let's start with a question:
==
>>> class z(object):
... def __init__(self):
... self.blah=5
...
>>> class x(object):
... def __init__(self):
... z.__init__(self)
...
>>> y=x()
Traceback (most recent call last):
File "", line 1, in ?
File "", line 3, in
Tim Golden wrote:
> BWill wrote:
>> Hi, I'm writing a file browser, but I'm not sure how I could go about
>> detecting the drives available on windows and linux systems (preferably
>> using the standard modules if possible). I guess I could just try to
>> list root on each letter of the alphabet fo
John Salerno wrote:
> I'm interested in trying out Linux, probably Ubuntu, but I was wondering
> which distribution you guys like to use (because it's a pain trying to
> decide!) and you guys are smart.
If you just want to try out Linux then a very easy way is to use VMWare
Player: download it
hey guys, here's my code,
senders = [('460 (BODY[HEADER.FIELDS (FROM)] {46}', 'From: Friend
<[EMAIL PROTECTED]>\r\n\r\n'), ')', ('462 (BODY[HEADER.FIELDS
(FROM)] {37}', 'From: Kun <[EMAIL PROTECTED]>\r\n\r\n'), ')']
print senders
parsed_senders = []
sender = ""
for item in senders:
if isinst
I have been programming in Python for many years, and I generally have
run into alot of the same problems repeatedly.
What is the consensus on these ideas please?
* enums
* constants
* an imagefile ala smalltalk
* symbols ala lisp/scheme
thx in advance
--
http://mail.python.org/mailman/listinf
Duncan Booth wrote:
> John Salerno wrote:
>
>> I'm interested in trying out Linux, probably Ubuntu, but I was wondering
>> which distribution you guys like to use (because it's a pain trying to
>> decide!) and you guys are smart.
>
> If you just want to try out Linux then a very easy way is to
My web server told me it isn't, which is why they are sticking with
MySQL 4.0 for now, but I'm obsessed with using the latest versions, so I
just want to be sure. According to the mysqldb download page at
sourceforge, it is compatible with 5.0
Thanks.
--
http://mail.python.org/mailman/listinfo
Generally, to remove a substring (like ">") from a string you can use
the replace method (that returns a new string):
>>> s = "...anon.wharton.com>..."
>>> s.replace(">", "")
'...anon.wharton.com...'
You can use it with something like:
print [s.replace(">", "") for s in parsed_senders]
or you ca
Kent Johnson <[EMAIL PROTECTED]> wrote:
> You could do this with a simple decorator:
> http://wiki.python.org/moin/PythonDecoratorLibrary#head-d4ce77c6d6e75aad25baf982f6fec0ff4b3653f4
>
> or I think your class PrintingFunction would work as
> class PrintingFunction(object):
>def __init__(self,
i have a regular expression that searches a string and plucks out email
addresses however it doesn't work for email addresses w/a subdomain e.g.
[EMAIL PROTECTED]
emails = re.findall('([EMAIL PROTECTED])', senderlist) <-- my code
is there any way to modify that to include email addresses that
Yes! It does.
Assuming that you are not terribly bandwidth constrained, isn't it
easier for you to try it
yourself on your own machine than wait for other people to assure you,
given that both are free and pretty much run on any platform?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm trying to write a script that will create a new directory and then
write the results to this newly created directory but it doesn't seem
to work for me and I don't know why. I'm hoping someone can see my
mistake or at least point me in the right direction.
I start like this capturing the
[EMAIL PROTECTED] wrote:
> From: In Need - view profile
> Date: Fri, Mar 24 2006 10:39 pm
> Email: "In Need" <[EMAIL PROTECTED]>
> Groups: hfx.forsale
> Not yet ratedRating:
> show options
>
>
> Reply | Reply to Author | Forward | Print | Individual Message | Show
> original | Report Abuse
In <[EMAIL PROTECTED]>, oluoluolu
wrote:
> I have been programming in Python for many years, and I generally have
> run into alot of the same problems repeatedly.
>
> What is the consensus on these ideas please?
>
> * enums
There's a cookbook recipe:
http://aspn.activestate.com/ASPN/Cookbook/P
Fabiano Sidler wrote:
[snipped]
> The problem with this is that the func_code attribute would contain
> the code of PrintingFunction instead of func. What I wanted to do, is
> to keep the original behaviour, i.e. set the variable __metaclass__ to
> DebugMeta and so get debug output, without chang
Ravi Teja wrote:
> Yes! It does.
>
> Assuming that you are not terribly bandwidth constrained, isn't it
> easier for you to try it
> yourself on your own machine than wait for other people to assure you,
> given that both are free and pretty much run on any platform?
>
Yeah, actually I went ahea
>>> senderlist="na nu [EMAIL PROTECTED] hu [EMAIL PROTECTED] [EMAIL PROTECTED]
>>> fa hu"
>>> print [ s[0] for s in re.findall("(\w+@(\w+\.)+\w+)",senderlist) ]
['[EMAIL PROTECTED]', '[EMAIL PROTECTED]']
--
http://mail.python.org/mailman/listinfo/python-list
gangesmaster wrote:
> let's start with a question:
>
> ==
>
class z(object):
>
> ... def __init__(self):
> ... self.blah=5
> ...
>
class x(object):
>
> ... def __init__(self):
> ... z.__init__(self)
> ...
>
y=x()
>
> Traceback (most recent
Kun wrote:
> hey guys, here's my code,
>
> senders = [('460 (BODY[HEADER.FIELDS (FROM)] {46}', 'From: Friend
> <[EMAIL PROTECTED]>\r\n\r\n'), ')', ('462 (BODY[HEADER.FIELDS
> (FROM)] {37}', 'From: Kun <[EMAIL PROTECTED]>\r\n\r\n'), ')']
> print senders
> parsed_senders = []
> sender = ""
> for i
i have the following code:
--
import smtplib
from email.MIMEText import MIMEText
fp = open('confirmation.txt', 'rb')
msg = MIMEText(fp.read())
From = '[EMAIL PROTECTED]'
msg['Subject'] = 'Purchase Confirmation'
msg ['From'] = From
msg['To'] = emails
s = smtplib
Kun wrote:
> i have the following code:
>
> --
> import smtplib
>
> from email.MIMEText import MIMEText
> fp = open('confirmation.txt', 'rb')
> msg = MIMEText(fp.read())
>
> From = '[EMAIL PROTECTED]'
>
> msg['Subject'] = 'Purchase Confirmation'
> msg ['From'] =
regarding the constants, this is more for the "vm" (and type safety).
actually enums, constants and symbols can prolly be implemented more or
less the same.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] (Alex Martelli) writes:
[...]
> you should be using pychecker or pylint
[...]
I'm curious, as somebody who doesn't regularly use these tools: How do
they fit into your workflow? Do you run them every few hours, every
day, every time you run functional tests, every release, every
Ah! An overzealous firewall! My sympathies :-). I am using the free
Kerio personal firewall on Windows.
--
http://mail.python.org/mailman/listinfo/python-list
John J. Lee <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] (Alex Martelli) writes:
> [...]
> > you should be using pychecker or pylint
> [...]
>
> I'm curious, as somebody who doesn't regularly use these tools: How do
> they fit into your workflow? Do you run them every few hours, every
> day, e
if (os.path.isdir(xrefs) == 0):
os.mkdir(xrefs)
os.path.isdir(stuff) returns
True or False
--
http://mail.python.org/mailman/listinfo/python-list
Kun wrote:
> i have the following code:
>
> --
> import smtplib
>
> from email.MIMEText import MIMEText
> fp = open('confirmation.txt', 'rb')
> msg = MIMEText(fp.read())
>
> From = '[EMAIL PROTECTED]'
>
> msg['Subject'] = 'Purchase Confirmation'
> msg ['From'] = Fr
i was taking about python...
--
http://mail.python.org/mailman/listinfo/python-list
"James Thiele" <[EMAIL PROTECTED]> writes:
> I'd like to access the name of a function from inside the function.
A function, like most other objects in Python, can have any number of
names bound to it without the object being informed. Any of those
names can then be used to reference the object,
John J. Lee wrote:
> [EMAIL PROTECTED] (Alex Martelli) writes:
>>you should be using pychecker or pylint
>
> I'm curious, as somebody who doesn't regularly use these tools: How do
> they fit into your workflow? Do you run them every few hours, every
> day, every time you run functional tests, eve
I understand that but I'm still puzzled. Is this the reason why I can't
write files to this directory?
The xrefs directory is created the way I expect it would be using mkdir
but I can't seem to write to it. I thought that my results would be
written to the xrefs directory here but they're ending
"Scott Souva" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Your script may be working properly, but XP simply removes the window
> after the script runs. Here is a simple fix that will stop at the end
> of the script and leave the Command window open:
>
> print "Hello World"
> r
On Wed, 22 Mar 2006 13:59:00 -0800, Chris Lasher wrote:
> Two things:
> 1) math.floor returns a float, not an int. Doing an int() conversion on
> a float already floors the value, anyways.
No it doesn't, or rather, int() is only equivalent to floor() if you limit
the input to non-negative numbers
25 Mar 2006 13:58:17 -0800, Ziga Seilnacht <[EMAIL PROTECTED]>:
> No, you don't have to:
Okay, but I'd prefer! ;)
> [a lot of python code]
That's what I wanted to avoid. Additionally, the possibility to do it
this way doesn't make it reasonable that is
inheritable. Are there any reasons for tha
1 - 100 of 121 matches
Mail list logo