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
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
')
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:
> >
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('
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
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
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
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,
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
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
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
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
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
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
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
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
2.5
salu2 Ariel
This message was sent using IMP, the Internet Messaging Program.
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo