Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bhavanasi

    how to show different graphs by selecting option in combobox....

    .......i got this one by using "wx.lib.plot package" for any doubts see this link----- http://wiki.wxpython.org/AnotherTutorial
  2. bhavanasi

    how to synchronize LAN systems

    i want to maintain all the local systems of LAN to fallow same time value...the systems don't have internet connection.., please help me how to do this in python...
  3. bhavanasi

    how to show different graphs by selecting option in combobox....

    i stuck in the middle of my program to show different graphss..am using "matplotlib" for plotting the graphsss...whats my doubt isss.... i have different options in combobox.as "throughput","delay","packetloss" when i select the option it can calculate regarding values and getting the points...
  4. bhavanasi

    how to compress a folder in python

    i want to learn "how to compress a folder which is having some text files"... either .tar or .zip so please help me
  5. bhavanasi

    how to capture a packet information in python using pcapy?????

    i need some help on capturing the packets information in python asss when user1 transfer the data to user2(another system),after compleation of transfer user1 has to got some message disply in terms of how many packets were transfered and how many packets dropped.... i connected both systems...
  6. bhavanasi

    how to do continuous background work for wxpython application

    i created a textfield and button in a frame.. when i click the button, it read the continuous updatable file data and display the data in textfield..the total work has to be done in backgroud .... for background process creation i used forking,,for continously reading a file and displying in...
  7. bhavanasi

    how to create continuous thread

    what i need is ,i need to run a task continuously ,so the task data was placed in run method ,, and i try to use thread for it...so i used the code as like thatt.. please suggest me how to write a code for continous task using threadssss..
  8. bhavanasi

    how to create continuous thread

    How to create continuous thread i created as while 1: thread.start_new_thread(self.run,()) it is working for one time but its giving an error ass """"the first argument must be callable""" so please help me for it,with out stack overflow problemsss
  9. bhavanasi

    problems in creating the daemon process

    Am sending my program through this attachment..i created some widgets by wxpython ..i got so many problems in that.. 1)when i click a 'start' button it has to begin a background process to display 'aodv.log' file information in text field.displaying must be continues process so i need daemon...
  10. bhavanasi

    how to create a deamon process

    i need a process to run in background .which can run continuesly(infinite) in background.. when i try it with threads iteratively it giving segmentation problemmm please help me
  11. bhavanasi

    how to read a continuously updable file

    By pressing a button i have to read a file which is dynamic file,,and displaying the file to user in a text box..If again user press the same button he has get the same out put..

Part and Inventory Search

Back
Top