[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2015-05-16 Thread Almad
Almad added the comment: I'd add that this bug is very practical and can render a lot of software unusable/noisy/confusing on Windows, including Django (I discovered this bug when mentoring on Django Girls]. The simple step to reproduce is to take any windows and set regional settings to non

Regression testing with Python

2007-06-05 Thread Almad
green status). Is there a simple way to do this? Or, how do You build Your Selenium testsuites and integrate them into main suite? Thank You, Almad -- http://mail.python.org/mailman/listinfo/python-list

Re: Inconsistency in dictionary behaviour: dict(dict) not calling __setitem__

2006-12-14 Thread Almad
Thanks to everybody for replies, I'm now satisfied ^_^ Almad -- http://mail.python.org/mailman/listinfo/python-list

Inconsistency in dictionary behaviour: dict(dict) not calling __setitem__

2006-12-12 Thread Almad
is needed? Or should this be considered as minor bug in Python? (tried this only in 2.4 so far) Thank You, Almad -- http://mail.python.org/mailman/listinfo/python-list

Problem with XML-RPC not mounted in /

2006-11-06 Thread Almad
hitting /main/register_ip, but NOT sending guest argument. I'm probably missing something obvious, so where should problem be? Is it not possible for XML-RPC to live not in / ? Thank You for advices, Almad -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem with XML-RPC not mounted in /

2006-11-06 Thread Almad
Just FYI, this is bug in CP filter machinery, xmlrpc filter do not apply recursively so do not dispatch reuqest. Quick fix is to xmlrpcfilter.on not only on /ws, but also on /ws/main Regards, Almad -- http://mail.python.org/mailman/listinfo/python-list

Python crushing on kinterbasdb connect @ FreeBSD

2006-11-04 Thread Almad
Abort trap (core dumped) I installed kinterbasdb manually while I need 3.2 version for DBClass and latest in ports is 3.1; could this be the problem? (rest of system is from ports) Thank You for any advice, Almad -- http://mail.python.org/mailman/listinfo/python-list

Multiple calls to logging.config.fileConfig

2006-10-05 Thread Almad
) If I'll set only web as logger, I'll get standard NoSectionFound exception. Any idea how to fix this? It seems that I have to write custom parser merging all files and config logging directly from code, but I'd like to assure that it's the standard way... Regards, Almad -- http://mail.python.org

Re: PIL thumbnails unreasonably large

2006-05-11 Thread Almad
Thank You! That helped. Somehow obvious when you pointed out, but...*phew*. Almad -- http://mail.python.org/mailman/listinfo/python-list

FTP filename escaping

2006-05-11 Thread Almad
() or quote_plus() is not functional either. Is there such a function in stdlib or do I have to read through specification and write it? Thank You, Almad -- http://mail.python.org/mailman/listinfo/python-list

Re: FTP filename escaping

2006-05-11 Thread Almad
OK, after some investigation...problem is in non-latin characters in filenames on ftp. Yes, users should be killed for this, but I would like to handle it somehow... I can't figure out how it's handled by protocol, ftplib seems to just strip those characters... Thank You, Almad -- http

PIL thumbnails unreasonably large

2006-05-10 Thread Almad
with various quality settings, but with no effect. img thumbnail is supposed to be 10 kb... Thank You, Almad -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL thumbnails unreasonably large

2006-05-10 Thread Almad
Forgot to add: I'm using PIL 1.1.5 with Python 2.4, expected on both Gentoo Linux and Windows XP. -- http://mail.python.org/mailman/listinfo/python-list

Python and TSAPI / TAPI

2006-03-29 Thread Almad
with python-tsapi communication? I'd like to wrap C tsapi calls in python (as I do not want to write C wrapper, it's a long time since I wrote something in C), is there anybody who want to help me? Regards, Lukas Almad Linhart http://www.almad.net/ -- http://mail.python.org/mailman/listinfo

Handling more zodb databases with zeo

2005-06-24 Thread Almad
. Thank You for help, -- Lukas Almad Linhart [:: http://www.almad.net/ ::] -- http://mail.python.org/mailman/listinfo/python-list

ZCatalog for standalone Zodb?

2005-06-14 Thread Almad
Hello, is ZCatalog available for standalone zodb? As far as I read tutorial, the relation to zope is obvious. I knew there is IndexedCatalog, but its not developed any more...and without indexing, oodbms are unusable for cms, imo. Thank You, -- Lukas Almad Linhart [:: http://www.almad.net

Re: ZCatalog for standalone Zodb?

2005-06-14 Thread Almad
on #async told me, they are not using IC for their product any more. So, They will fix reported bugs, but not adding new features. HTH, Thomas Thanks, -- Lukas Almad Linhart [:: http://www.almad.net/ ::] -- http://mail.python.org/mailman/listinfo/python-list

xsd2gui

2005-06-08 Thread Almad
Hello, is there any way how to generate GUI form from given XML Schema? I mean, any lib which can do it? I think it's usable for gui editing of XML File. Google give me only completed standalone programs or non-python solutions. Thanks, -- Lukas Almad Linhart [:: http://www.almad.net

handling more databases with ZEO

2005-05-06 Thread Almad
Hello, I'm using zodb with zeo and I want to connect to more databases from my application. On server side, it's no problem, I just set up second filestorage: filestorage 1 path /var/www/databases/zodb/almad-net.fs /filestorage filestorage 2 path /var/www/databases/zodb

sha-2 and sha-512 bindings

2005-05-04 Thread Almad
Hi, is there any python bindings for sha-2 or sha-512? Pycrypto seems to have only sha-1 bindings and I can't see any other package on net... Thanks, -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key: http

Re: IndexedCatalog and ZEO

2005-03-07 Thread Almad
Leif K-Brooks wrote: from IndexedCatalog.Shelf import Shelf shelf = Shelf(('localhost', 1234), [Class1, Class2]) Thanks, that is what I was searching for. -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key

Re: IndexedCatalog and ZEO

2005-03-07 Thread Almad
that? Thank You, -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::] -- http://mail.python.org/mailman/listinfo/python-list

IndexedCatalog and ZEO

2005-03-06 Thread Almad
, when I use from ZEO import ClientStorage then ZEO is internally using FileStorage, so no IndexedCatalog is used. Anyone knews, how to use IndexedCatalog with ZEO, or do I have to patch ZEO for myself (or run this one thread)? Thanks, -- Lukas Almad Linhart [:: http://www.almad.net

Re: ZoDB's capabilities

2005-03-01 Thread Almad
at Plone. It is CMS already built on top of Zope. Might safe you a LOT of work. I've looked on Plone, I don't want it. My CMS will be somehow very specific, and I prefer to learn from my programming. Larry Bates -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too

ZoDB's capabilities

2005-02-28 Thread Almad
^_^ Thanks, -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::] -- http://mail.python.org/mailman/listinfo/python-list

Re: OT: why are LAMP sites slow?

2005-02-07 Thread Almad
, but when you have table data, you have to use tables. Don't you? -- Lukas Almad Linhart [:: http://www.almad.net/ ::] [:: Humans are too complicated to be described with words. ::] [:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::] -- http://mail.python.org/mailman/listinfo/python-list