|
From: Angela R. C. <riv...@in...> - 2008-08-21 08:16:02
|
Hello again, I'm really sorry for not having written for such a long time, but I've been on vacation. I've been trying to figure out what is happening with the import pylab thing and why it makes the rounding to my data. I've found that the problem might be related with some conflict between two different imports. To read my data from the files, I'm using a set of libraries that are produced by a swig wrapper to the C++ original libraries and somewhere through the handling of the data it collides with the pylab importing. Up till now these libraries have worked just fine and have given me no problem. Anyway, for skipping the problem and make everything work I've changed the import of the pylab module to the function where it is being used, I know it's ugly, and I don't like it but as it works I think I'll leave it like that and make a little research on the subject in my spare time. Thanks a lot for you time and attention. ARC |