Re: Best practices for software architecture in Python

2021-02-11 Thread Henning Follmann
On 2021-02-11, Oscar wrote: > In article , > Henning Follmann wrote: >>On 2021-02-10, Python wrote: >>> Hi, >>> >>> If you had to train engineers who are used to write >>> Python scripts for image processing, data format conversion, >>&g

Re: Best practices for software architecture in Python

2021-02-10 Thread Henning Follmann
kages, etc. which > one would you recommend ? > > P. Looks like you (the project leader?) needs training, not the software engineers. "Making Things Happen" by Scott Berkun -H -- Henning Follmann | hfollm...@itcfollmann.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Cast into custom type

2009-11-04 Thread Henning Bredel
Gabriel, thanks for your reply. See my comments below. On Tue, 03 Nov 2009 21:31:27 -0300, Gabriel Genellina wrote: > En Tue, 03 Nov 2009 09:07:01 -0300, Henning Bredel > escribió: >> On Tue, 03 Nov 2009 10:18:29 +, Steven D'Aprano wrote: > > Then forget about th

Re: Cast into custom type

2009-11-03 Thread Henning Bredel
Diez, Gabriel, Steven, thanks for your answers. I'll mainly give response in this posting, so I hope not repeating myself. On Tue, 03 Nov 2009 10:18:29 +, Steven D'Aprano wrote: > On Tue, 03 Nov 2009 09:41:37 +, Henning Bredel wrote: > >> Now I'd like to ca

Cast into custom type

2009-11-03 Thread Henning Bredel
site to solve my problem. Thanks in advance. Henning -- http://mail.python.org/mailman/listinfo/python-list

Re: How to build Python 2.6.2 on HP-UX Itanium with thread support?

2009-05-19 Thread henning . vonbargen
to "configure; make; make install", which usually works well on other platforms... Henning -- http://mail.python.org/mailman/listinfo/python-list

Re: How to build Python 2.6.2 on HP-UX Itanium with thread support?

2009-05-13 Thread henning . vonbargen
New info: The problem is not related to the specific program - it is definitely a build problem, as the following test shows: Python 2.6.2 (r262:71600, Apr 28 2009, 17:38:15) [GCC 4.2.3] on hp-ux11 Type "help", "copyright", "credits" or "license" for more information. >>> import threading >>> threa

How to build Python 2.6.2 on HP-UX Itanium with thread support?

2009-05-05 Thread henning . vonbargen
Our program that makes use of cx_Oracle and multi-threading (and works fine on Windows, Linux and other platforms, including HP-UX PA-RISC), fails to run on HP-UX Itanium. When trying to start the first daemon thread, the program raises an exception: ... File "/usr/local/lib/python2.6/threading.p

Re: python3 - the hardest hello world ever ?

2008-10-24 Thread henning . vonbargen
> Many thanks, it works when setting the LANG environment variable. BTW: For Windows users, when running Python command-line programs, you can also modify the properties of the "cmd.exe" window and tell windows to use the TT Lucida Console font instead of the raster font. Then, before starting th

Re: Importing different versions of a module

2008-07-29 Thread henning . vonbargen
way regardless of the programming language used. Henning -- http://mail.python.org/mailman/listinfo/python-list

Re: re.search much slower then grep on some regular expressions

2008-07-08 Thread Henning Thornblad
On Jul 8, 2:48 am, John Machin <[EMAIL PROTECTED]> wrote: > On Jul 8, 2:51 am, Henning Thornblad <[EMAIL PROTECTED]> > wrote: > > > > > When trying to find an alternative way of solving my problem i found > > that running this script: > > >

Re: re.search much slower then grep on some regular expressions

2008-07-07 Thread Henning Thornblad
uldn't take even a second (The re.search part of course) This is for me very strange since this, in theory, is the same problem as before. /Henning Thornblad -- http://mail.python.org/mailman/listinfo/python-list

Re: string to list of numbers conversion

2006-11-08 Thread henning
makes code more readable. This is a topic of interest to me, so feel free to post either on list or directly to me. Thanks/Henning -- http://mail.python.org/mailman/listinfo/python-list

Re: Resuming a program's execution after correcting error

2006-10-05 Thread Henning Hasemann
y if this is off-topic here but Dylan (http://www.opendylan.org) is a nice language (I sometimes like even more than python itself) that allows you to continue the work right where the exception was thrown. Henning -- http://mail.python.org/mailman/listinfo/python-list

Re: A Lambda Logo Tour

2006-04-05 Thread Henning Makholm
s to signify no side-effects. What are you smoking? You're sure you could stop anytime you wanted, right? -- Henning Makholm"What a hideous colour khaki is." -- http://mail.python.org/mailman/listinfo/python-list

Re: Importing from upper packages

2005-03-01 Thread Henning Kage
Am Tue, 01 Mar 2005 21:45:17 +0100 schrieb Henning Kage: > import library > > class ClassTest( libor.gui.Interface): >pass Sorry, a small mistake: class ClassTest( library.gui.Interface): pass -- http://mail.python.org/mailman/listinfo/python-list

Importing from upper packages

2005-03-01 Thread Henning Kage
I have a library with the following structure: library /app /db /gui /interface.py /wx /class.py Each __init__.py file imports the next sub-package. E.g.: library/__init__.py: import app, db, gui library/gui/__init__.py: import wx from int

Re: ANNOUNCE: Ice 2.0 released

2004-12-09 Thread Michi Henning
On Thu, 9 Dec 2004, Duncan Grisby wrote: > In article <[EMAIL PROTECTED]>, > Michi Henning <[EMAIL PROTECTED]> wrote: > > [...] > >Instead of compiling the definition, you can write: > > > >Ice.loadSlice("Color.ice") > >import

Re: ANNOUNCE: Ice 2.0 released

2004-12-08 Thread Michi Henning
would be created by pre-compiling the definitions). Of course, the price you pay is a (small) delay during start-up because the code is generated at run time rather than compile time. Cheers, Michi. -- Michi Henning Ph: +61 4 1118-2700 ZeroC, Inc.http://www.zeroc.com -- ht

MySQL-python-1.0.0.win32-...

2004-12-06 Thread Henning Hanusa
Could anybody please provide me with a "compiled" version of the above (MySQLdb 1.0.0 for Python on Win 2000 / XP) for Python version 2.4, as I do not have any possibility of compiling?? Many thanks in advance Henning -- http://mail.python.org/mailman/listinfo/python-list