[cx-oracletools-users] Using CopyData.py from another script?
Brought to you by:
atuining
|
From: Victor H. <vic...@ya...> - 2011-11-09 00:08:48
|
heya, I'm attempting to use CopyData.py from another Python script. However, it's not proving the most amenable to being called - there aren't any classes, or functions I can plug into directly. At the moment, I'm just using subprocess to call the Python interpreter directly on CopyData.py - however, it'd obviously be much nicer if I could call it from within Python. Are there any other ways we might be able to leverage on CopyData.py from within Python? Or how hard would it be to wrap it up so it was a bit easier to work this way? Cheers, Victor |