Remember
Register
Home
/
Support
/
Support Forum
/
Has anybody imported simplejson or json modules for use on the connectportx4 (Python version 2.4.3)?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
3rd Party Python and API development in other Languages
(265)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(443)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Has anybody imported simplejson or json modules for use on the connectportx4 (Python version 2.4.3)?
0
votes
python
connectport
asked
Sep 23, 2013
in
Python
by
Tom_123456
New to the Community
(
1
point)
recategorized
Sep 23, 2013
by
Tom_123456
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, we run simplejson on X4s, but it took a bit of hacking to make it work on such old Python.
I had to replace conditional operators (x = A if z else B ) in encoder.py and probably add lots of dependencies from the Python 2.3.4 libraries.
answered
Oct 8, 2013
by
tomcat-engineering
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
...