[web2py:18368] Integrating existing ping script [Using win32com module]

2009-03-19 Thread dave_mcgee
Hi everyone. I'm new enough to web2py so please be gentle! :) I'm just involved in a small college project at the moment where we've had an existing python script monitoring a number of nodes and returning the results in the python GUI. I'm just moving onto trying to integrate the project into a

[web2py:18379] Re: Integrating existing ping script [Using win32com module]

2009-03-20 Thread dave_mcgee
t and it works just fine as it is.  But it > only accepts IP addresses (no domain names). > > 3) I recommend that you use a more cross-platform solution.  See this > page:http://stackoverflow.com/questions/316866/ping-a-site-in-python > > -tim > > > > dave_mcgee wrote: >

[web2py:18385] Re: Integrating existing ping script [Using win32com module]

2009-03-20 Thread dave_mcgee
call this controller and run it from my app view (When a user visits default/index.html the results from ping.py are displayed in it) - Is this hard to do? Thanks for your help guys - this is a major learning curve for me On Mar 20, 2:15 pm, dave_mcgee wrote: > Hi Tim! Thanks for the warm we

[web2py:18603] Database in web2py

2009-03-25 Thread dave_mcgee
Hi there. I have a MySQL database in my web2py environment. I wish for an external application to connect to it also to read data.. What parameters should I use? I assume localhost is one but I can't find any username/password information associated with my db --~--~-~--~~---