Problem sending an email in html with mime image

2012-02-01 Thread Ariel
email is not send when I put the mime code of the image in the html ??? Regards, Ariel -- http://mail.python.org/mailman/listinfo/python-list

How to concatenate unicode strings ???

2011-04-26 Thread Ariel
27;t decode byte 0xc3 in position 11: ordinal not in range(128) How could I concatenate unicode strings ??? Regards Thanks in advance. Ariel -- http://mail.python.org/mailman/listinfo/python-list

Re: How to concatenate unicode strings ???

2011-04-26 Thread Ariel
') UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 31: ordinal not in range(128) How could I solve that ??? Regards Ariel On Tue, Apr 26, 2011 at 6:07 PM, Chris Rebert wrote: > On Tue, Apr 26, 2011 at 8:58 AM, Ariel wrote: > >

Re: How to concatenate unicode strings ???

2011-04-26 Thread Ariel
with commands.getoutput(one_comand.encode('utf-8')) it works !!! On Tue, Apr 26, 2011 at 6:22 PM, Ariel wrote: > And what about if after the string is concat I want it to pass is to the > command line to do anything else, for instance: > one_command = cadena.decode('

I get an error when I used urllib2.urlopen() to open a remote file in a ftp server

2011-01-06 Thread Ariel
09, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1316, in ftp_open raise URLError('ftp error: no host given') URLError: But how you c

Re: I get an error when I used urllib2.urlopen() to open a remote file in a ftp server

2011-01-06 Thread Ariel
You are right, Thanks. On Thu, Jan 6, 2011 at 12:55 PM, Ian Kelly wrote: > On Thu, Jan 6, 2011 at 10:26 AM, Ariel wrote: > > Hi everybody: > > > > I get an error when I used urllib2.urlopen() to open a remote file in a > ftp > > server, My code is the fol

How to make a web services in python ???

2010-09-17 Thread Ariel
Hi everybody, I need some help to find documentation about how to implements web services in python, could you help me please ??? Regards Thanks in advance Ariel -- http://mail.python.org/mailman/listinfo/python-list

Re: How to make a web services in python ???

2010-09-20 Thread Ariel
Soap web services I think. On Fri, Sep 17, 2010 at 5:35 PM, Hidura wrote: > What kind of web-service you have in mind > > 2010/9/17, Ariel : > > Hi everybody, I need some help to find documentation about how to > implements > > web services in python,

Persist python objects without a relational DB

2014-02-28 Thread Ariel Argañaraz
Hi, I would like to know which is the best framework to persist my python objects in disk. I heard about ZODB (http://www.zodb.org/en/latest/index.html) is this the best or there is another ? -- Ariel Argañaraz -- https://mail.python.org/mailman/listinfo/python-list

Problems with ZODB, I can not persist and object accessed from 2 threads

2014-04-29 Thread Ariel Argañaraz
er. """ if self._txn is None: self._txn = Transaction(self._synchs, self) return self._txn When it happens that commit Seems to be executed succesfully but it doest save the changes to the DB. -- Ariel Argañaraz main.py Description: application/download objects.py Description: application/download -- https://mail.python.org/mailman/listinfo/python-list

Create a .lua fle from Python

2015-09-29 Thread Ariel Argañaraz
ython.org/pypi/lupa)?? In the docs I read that you can create lua tables but I did not see if there is a way to create a .lua file with that table. I could do it with python writing to a file line per line but i want some more elegant. Can anyone give some help? Thanks. -- Ariel Argañaraz -- https://mail.python.org/mailman/listinfo/python-list

Dictionary viewer and editor

2007-08-13 Thread Ariel Balter
http://mail.python.org/pipermail/python-list/2001-August/100288.html Did you ever finish writing this? -- <>0<>0<>0<>0<>0<>0<>0<>0<>0<>0 Ariel Balter Swain Hall West 025 Department of Physics Indiana University, Bloomington 737 E Th

Which Python Wiki engine?

2008-06-09 Thread Ariel Balter
Kenneth, I thought this was a very interesting set of requests. Did you ever find a solution? Thanks, Ariel I'm looking for a Wiki engine to set up for my company, so that we can incrementally add user documentation for a fairly complex program, plus allow users to add thei

negative numbers are not equal...

2008-08-14 Thread ariel ledesma
t;> m == a True i read that 'is' compares if they are really the same object, but i don't that's it because then why does -5 return True? of course i could only use == to compare, but still, what am i missing here? thanks in advance ariel -- http://mail.python.org/mailman/listinfo/python-list

Re: negative numbers are not equal...

2008-08-14 Thread ariel ledesma
rely on the optimization. i see now, so i guess that's also why id() returns the same address for them as well... i'll dive into the implementation file, it may be a bit out of my league but i'll see what i can gather, and hey, that's how it works, right? :-) t

Re: negative numbers are not equal...

2008-08-15 Thread ariel ledesma
well, i'm glad i stumbled upon this detail early on (i only had to fix about one page of code)... i'll just stick to 'is' when it concerns checking if it is the *same* object (memorywise) instead of an *equivalent* one... just before wrapping up, the special methods __eq__ and __ne__ are called

DUDA !!!!!!!!!!

2009-06-05 Thread Ariel Vazquez Riveron
2.5 salu2 Ariel This message was sent using IMP, the Internet Messaging Program. -- http://mail.python.org/mailman/listinfo/python-list