davidhamann/python-fmrest

Example for accessing FMP database doesn't work...

Closed this issue · 2 comments

import fmrest
fms = fmrest.Server( credentials, etc. )
Attribute Error: module 'fmrest' has no attribute 'Server'
dir(fmrest)
['builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec']

Please advise?

Could you give me a bit more information on how you installed python-fmrest?

Also, can you give me your Python version and the line of python-fmrest showing when you do pip list?

Closed due to inactivity. Please reply with more information if you still need help.