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
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
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
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
site to solve my problem.
Thanks in advance.
Henning
--
http://mail.python.org/mailman/listinfo/python-list
to
"configure; make; make install", which usually works well on other
platforms...
Henning
--
http://mail.python.org/mailman/listinfo/python-list
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
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
> 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
way regardless of the
programming language used.
Henning
--
http://mail.python.org/mailman/listinfo/python-list
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:
>
> >
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo