python - Difficulties installing SOAPpy module -
I'm very new to the python and find out how to install the module. I am trying to install the SOAPpy module only with the required modules fpconst, wstools, and setuptools (success is not specified as per the requirement, but still must be required).
When I try to install and install the SOAPpy module. / P>
traceback & lt; Latest call last>: File "... \ setup.py", line 43, in the module < Module & gt; __version__ = load_version () file "... \ setup.py", line 35 (file name, dd dial_id) in load_version execfile IOError: [Error 2] Unable to load version number (no such file or directory ): '. .. \\ src \\ SOAPpy \\ version.py '
Not sure what to do to fix this. Any help is greatly appreciated!
Viewing, it attempts to import SOAPpy.version
. This does not work if you are calling it from somewhere else. Try running it directly in the SOAPpy directory because Python adds your current working directory to sys.path
. For example:
cd: \ user \ eclaird \ Download \ SOAPpy \ # setup.py Setup.py folder with python.exe
< / Div>
Comments
Post a Comment