kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Packages not imported when installed using PyPi (e.g. easy_install, pip, etc) or from source #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install using `easy_install PySimpleSOAP` or from source
2. Open interpreter and `import pysimplesoap`
3. Enter `dir(pysimplesoap)`

What is the expected output? What do you see instead?
I expect to see `client`, `server`, etc - the packages, classes, and functions 
in the code. I just see `['__builtins__', '__doc__', '__file__', '__name__', 
'__package__', '__path__']`

What version of the product are you using? On what operating system?
Latest as of right now. On Win 7 Pro 32-bit

Please provide any additional information below.
I've attached a patch that works for me. Also see my comments at 
http://code.google.com/p/pysimplesoap/wiki/Installation

Original issue reported on code.google.com by pckuj...@gmail.com on 13 Apr 2012 at 2:25

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks ! 
I've added you as committer, just in case you want to apply the patch directly 
and close this ticket ;-) 

BTW, maybe we have to call it just simplesoap for import purposes (changing the 
name of the directory)

Original comment by reingart@gmail.com on 18 Apr 2012 at 7:09

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 1e2886b22dc0.

Original comment by pckuj...@gmail.com on 18 Apr 2012 at 7:44