-
Notifications
You must be signed in to change notification settings - Fork 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
No module named pdu_encoding #18
Comments
How did you install it? pip? easy_install? git clone? |
C:\Users\Kerr>pip install smpp.pdu
Requirement already satisfied (use --upgrade to upgrade): enum in c:\python27\li
Successfully installed smpp.pdu C:\Users\Kerr>python
|
Hmm...I've never tried it on Windows. I'm afraid I don't know what the On Sun, Jan 11, 2015 at 11:48 PM, kerr-huang [email protected]
|
Thank Theduderog, I just modify smpp/init.py as follows and it works fortunately. #import('pkg_resources').declare_namespace(name) |
Great. Glad you got it working. If this will work for other platforms, I'd be happy to take a pull request |
The text was updated successfully, but these errors were encountered: