Now, do the following to resolve it.
1. Open the file Client.py and make "from __future__ imports" line to be the first import
2. Open Types.py, Server.py and GSIServer.py and do the same
3. Run - python setup.py build
4. Run - python setup.py install
Now you can start writing your SOAP server and clients.
Happy hacking !
Works like a charm - thanks for saving my morning!
ReplyDeleteThanks for this. I thought my Python install was hosed, but after doing a quick Google search, I found out it wasn't just me.
ReplyDeleteThanks for listing the files that need to be modified.
Thanks for the tip. Exactly what I needed!
ReplyDelete