serialize the telnet objects in python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuvarani
    New Member
    • May 2013
    • 1

    serialize the telnet objects in python

    I need to do the following things a.Create a telnet object in test script 1 b.Store the telnet object reference for further use c.In test script 2 retrieve the telnet object reference I tried doing this using pickle. . But pickle is not allowing to store telnet object as such

    Is there any work around for this...
Working...