Re: Unexpected python exception

2009-11-11 Thread Eduardo Lenz
Em Qua 11 Nov 2009, às 03:21:55, Diez B. Roggisch escreveu: > Richard Purdie schrieb: > > I've been having problems with an unexpected exception from python which > > I can summarise with the following testcase: > > > > def A(): > > import __builtin__ > > import os > > > > __builtin__.o

Re: ANN: psyco V2

2009-07-27 Thread Eduardo Lenz
Em Qui 16 Jul 2009, às 19:48:18, Christian Tismer escreveu: > Announcing Psyco V2 source release > -- > > This is the long awaited announcement of Psyco V2. > > Psyco V2 is a continuation of the well-known psyco project, > which was called finished and was dis-contin

Re: Drawing in PDF

2009-06-30 Thread Eduardo Lenz
Em Ter 30 Jun 2009, às 04:19:13, Grant Edwards escreveu: > On 2009-06-30, Eduardo Lenz wrote: > > Em Seg 29 Jun 2009, às 20:39:22, Lawrence D'Oliveiro escreveu: > >> In message >> > >> d7fe56d05...@g19g2000yql.googlegroups.com>, Jun wrote:

Re: Drawing in PDF

2009-06-30 Thread Eduardo Lenz
t should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. -- Eduardo Lenz Car

Re: ODE, GUI, plotter in Python

2009-06-16 Thread Eduardo Lenz
e them > for instance, or alter some other properties of nodes and/or links > across them). > > I am just starting out, hence I'd rather get some advice and experiment > a bit for my self as I go along. > > Thank you. you should take a look at http://pyode.sourceforge.

Re: Install NumPy in python 2.6

2009-04-22 Thread Eduardo Lenz
know, I think netlib.org will be back soon. You need LAPACK > for scipy, it is not possible to build it without it. I believe suse > has a package for it, though. > > David > -- > http://mail.python.org/mailman/listinfo/python-list try ATLAS instead. -- Eduardo Lenz Cardoso Dr.

Re: A different kind of interface

2009-01-23 Thread Eduardo Lenz
http://mail.python.org/mailman/listinfo/python-list How about Eric ? -- Eduardo Lenz Cardoso Dr. Eng. Associate Professor State University of Santa Catarina Department of Mechanical Engineering 89223-100 - Joinville-SC - Brasil Tel: +55 47 4009-7971 - Fax: +55 47 4009-7940

Re: multiprocessing question/error

2009-01-17 Thread Eduardo Lenz
On Saturday 17 January 2009 00:43:35 Aaron Brady wrote: > On Jan 16, 11:39 pm, Eduardo Lenz wrote: > > Hi, > > > > I was using the former processing package with python 2.5 with no > > problems. After switching to python 2.6.1 I am having some problems with > > th

Re: dynamic module import?

2009-01-16 Thread Eduardo Lenz
On Friday 16 January 2009 16:13:49 Steven D'Aprano wrote: > On Fri, 16 Jan 2009 21:34:01 -0800, Eduardo Lenz wrote: > > modu = "os" > > exec("from " + modu + " import *") > > "from module import *" is generally frowned upon, alth

multiprocessing question/error

2009-01-16 Thread Eduardo Lenz
t;, line 477, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.6/multiprocessing/pool.py", line 225, in _handle_tasks put(task) PicklingError: Can't pickle : attribute lookup __builtin__.instancemethod failed Thanks for your help. -

Re: dynamic module import?

2009-01-16 Thread Eduardo Lenz
ently named Python modules which the user will > specify at run-time with a command-line option > > And help with this would be most appreciated > > Best regards, > > Lawson Hanson > -- > Melbourne, Victoria, Australia > -- > http://mail.python.org/mailman/

multiprocessing question/error

2009-01-16 Thread Eduardo Lenz
t;, line 477, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.6/multiprocessing/pool.py", line 225, in _handle_tasks put(task) PicklingError: Can't pickle : attribute lookup __builtin__.instancemethod failed Thanks for your help. -