Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 12 by
PabloBSa...@gmail.com: Error in execution of examples
http://code.google.com/p/iso8583py/issues/detail?id=12
What steps will reproduce the problem?
1.When install your library, none of the examples are functional. All
exhibits the same error:
Traceback (most recent call last):
File "/home/pablo/temp/Iso 8583/teste.py", line 20, in <module>
from ISO8583.ISO8583 import ISO8583
File "/usr/local/lib/python3.3/dist-packages/ISO8583/ISO8583.py", line
26, in <module>
from ISOErrors import *
ImportError: No module named 'ISOErrors'
In my case, works if i change from ISOErrors import * to from
ISO8583.ISOErrors import *
What version of the product are you using? On what operating system?
version 1.3 linux (ubuntu 13.10). Ii installed via pip
Please provide any additional information below.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings