954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to import other system`s python program into my application

hi
how can i import python application from one system into my python application via lan network.i want to use the other system`s python program in my system.

mohankumar554
Junior Poster in Training
55 posts since May 2009
Reputation Points: 7
Solved Threads: 0
 

The question is far too general. You need to be more specific.

You can (in decreasing difficulty):mount other systems directory - via smb, nfs etc - and import from there
download - via smb, ftp, http etc - other systems directory and import it locally
Use import hooks and the imp module, to begin read
simply override the __import__ function and do whatever you want, but face the consequences

slate
Posting Whiz in Training
252 posts since Jun 2008
Reputation Points: 72
Solved Threads: 66
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You