-
Notifications
You must be signed in to change notification settings - Fork 57
Can't import pysipp after install #34
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
Comments
Hey, so the problem here is that I'd be more then happy to support Windows/OSX if we got some patches for it. In the meanwhile, this is effectively a duplicate of #17. |
@vodik hmm too bad @RichParker734 isn't on py3 because then we should be able to just delegate to |
No contest to the idea. Don't have skin in the game. I'm maintaining two projects that are using pysipp/sipp, but haven't moved them to newer versions of either sipp or pysipp and they can continue on as they are. I've largely moved on to aiosip as a pysipp replacement. |
Fine with me. I use pysipp in only one instance and there I probably already use py3. |
I just installed pysipp for the first time on windows 10 (Python2.7) using:
pip install git+git://github.com/SIPp/pysipp.git
And after it installed, I tried your example script and got an error. Basically opening a python prompt and typing "import pysipp" generates the following error:
C:\pyfiles>python
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Any ideas how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: