-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytables now uses open_file instead of openFile #69
Comments
Please, use a recent version of ViTables. A few days ago 3.0.0 was released. I sent the announce to Python announce list but it is a moderated list... Visit vitables.org/Download to see where you can get the latest packages. |
Sorry. Just saw the package got flagged as out-of-date in my OS
repository. Was rushing around too much at work yesterday.
BC
…On Tue, Jun 6, 2017 at 7:53 AM, uvemas ***@***.***> wrote:
Please, use a recent version of ViTables. A few days ago 3.0.0 was
released. I sent the announce to Python announce list but it is a moderated
list...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGlZXaJxcW1DB7m_rwkbFRFn0SFlu4Eyks5sBWftgaJpZM4Nwl-Q>
.
|
No problem :-) Please, if you like the new version, consider give me a hand with #68. It would be great to have some more quotes there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vitables/h5db/dbDoc.py", line 115, in openH5File
h5file = tables.openFile(self.filepath, self.mode)
AttributeError: 'module' object has no attribute 'openFile'
pytables uses tables.open_file()
The text was updated successfully, but these errors were encountered: