Closed GoogleCodeExporter closed 8 years ago
Please, tell me what the version of your Python?
Original comment by igo...@gmail.com
on 26 Mar 2014 at 10:42
Sorry, is 3.2 if i remember correctly. I'm using your library at work, in a
test.
Original comment by PabloBSa...@gmail.com
on 26 Mar 2014 at 10:48
Hi, I'll test in Python 3.2 to see.
Original comment by igo...@gmail.com
on 27 Mar 2014 at 11:23
Ops, i see here, is python 3.3 .... Sorry for the confusion !!
Original comment by PabloBSa...@gmail.com
on 27 Mar 2014 at 12:26
Hi, This package are not tested in Python 3.3. And I think is not compatible.
Original comment by igo...@gmail.com
on 27 Mar 2014 at 12:56
Ok then. With the change that I indicated passed to work well.
In the documentation of the library is an example equal my suggestion. Just
saw after sending the occurrence in question...
For me there are no errors in the library, only in the examples.
Would you can verify, please ?
>>> help(ISO8583)
Help on class ISO8583 in module ISO8583.ISO8583:
class ISO8583(builtins.object)
| Main Class to work with ISO8583 packages.
| Used to create, change, send, receive, parse or work with ISO8593 Package version 1993.
| It's 100% Python :)
| Enjoy it!
| Thanks to: Vulcanno IT Solutions <http://www.vulcanno.com.br>
| Licence: GPL Version 3
| More information: http://code.google.com/p/iso8583py/
|
| Example:
| from ISO8583.ISO8583 import ISO8583
| from ISO8583.ISOErrors import *
|
| iso = ISO8583()
| try:
... more
Original comment by PabloBSa...@gmail.com
on 27 Mar 2014 at 1:54
I had the same issue and PabloBSa suggestion works fine. How we can suggest the
inclusion of his fix into the official package? If it leaks on person to test
it I could help on validating the changes, since I have access to environments
in which I could perform real scenario cases.
Original comment by leonardo...@m4u.com.br
on 11 Jul 2014 at 1:14
Hi Leonardo,
The next version will be Python 3 compatible.
Best regards,
Original comment by igo...@gmail.com
on 11 Jul 2014 at 1:26
Original issue reported on code.google.com by
PabloBSa...@gmail.com
on 26 Mar 2014 at 7:05