Rink Tang
2017-05-29 04:23:05 UTC
I run the file examples/tutorial2.py with windows+Python3.6
the source code is here, http://www.pytables.org/usersguide/tutorials.html
there is an error, name 'p' is not defined
when run
e = [ p['TDCcount'] for p in table if p['ADCcount'] < 20 and 4 <= p['TDCcount'] < 15 ]print("Last record ==>", p)
how to fixed it?
the source code is here, http://www.pytables.org/usersguide/tutorials.html
there is an error, name 'p' is not defined
when run
e = [ p['TDCcount'] for p in table if p['ADCcount'] < 20 and 4 <= p['TDCcount'] < 15 ]print("Last record ==>", p)
how to fixed it?
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.