From: Francesc A. <fa...@py...> - 2005-08-30 17:14:48
|
Hi Nicolas, A Thursday 25 August 2005 18:52, v=E0reu escriure: > Hi Francesco, > > (Although subscriber of the pytables-users mailing list, I couldn't post = to > it because the smtp server of my ISP is listed in a smap list, if I > understood correctly. I hope you'll receive this mail directly...) Most probably your ISP has assigned you an IP that is on a black list (i.e. a list of IP's that sent spam recently). The solution is not easy, and the best is to ask your ISP for a fixed IP (that is not on a black list!) and send your messages from there. > I need to store attributes (integers,floats,arrays of floats) via pytable= s, > that must be read from a fortran program. > Let's say I need to store/read from node n the following attributes: [stripped out...] > Is it possible to store my all attributes using the simplest code, such as > "code version 1", and to be able to read them in C or fortran ? Could you > tell me how ? Yes, this has been discussed earlier in the list (see for example: https://sourceforge.net/mailarchive/message.php?msg_id=3D12493677 In particular, read the node labeled as "Caveat Emptor" in AttributeSet section in the reference chapter of PyTables manual: http://pytables.sourceforge.net/html-doc/usersguide4.html#section4.15 HTH, =2D-=20 =46rancesc Altet |