Re: Using Mechanize to Fill Out a Form

2008-12-16 Thread KDawg44
On Dec 16, 3:44 pm, KDawg44 wrote: > Hi, > > I am trying to use the Mechanize module to browse to a site, fill out > a form, and login.  However, it hangs on the opening of the URL.  The > URL is https, will this cause the open from mechanize to fail? > > Thanks. > > K

Using Mechanize to Fill Out a Form

2008-12-16 Thread KDawg44
Hi, I am trying to use the Mechanize module to browse to a site, fill out a form, and login. However, it hangs on the opening of the URL. The URL is https, will this cause the open from mechanize to fail? Thanks. Kevin -- http://mail.python.org/mailman/listinfo/python-list

Sending username password to a webpage

2008-11-20 Thread KDawg44
Hi, Is there a way to essentially simulate populating a text box and calling a submit button on a webpage? I want to write an app that gets a users information from a website and then uses that to get information from another site. The first site requires a log in. Thanks for any advice that ge

Distributing Python App

2008-07-18 Thread KDawg44
Hi, I am very new to Python but find it very interesting (from what I know of it) and am considering writing an application. However, I have a question regarding distribution of the app once it is done. Is there a way to package everything a user needs to run the app or will they have to install

New to Python - Accessing Lotus Notes

2008-07-16 Thread KDawg44
Hi, We have a Lotus Notes Database that tracks time spent on projects. What I would like to do is develop a Time Tracker in Python that communicates with the server. This would pull projects in and allow a use to start a timer as he/she works on a given project. The user would then be able to co

Re: Script to Remove Attachments in Exchange Mailbox

2007-10-11 Thread KDawg44
On Oct 11, 10:03 am, Tim Golden <[EMAIL PROTECTED]> wrote: > KDawg44 wrote: > > Hi, > > > I am frustrated with my users who send large files around the office > > instead of using the network shares. > > [...] > > > Which means that there are 8 copies o

Script to Remove Attachments in Exchange Mailbox

2007-10-11 Thread KDawg44
Hi, I am frustrated with my users who send large files around the office instead of using the network shares. For instance, this is one of many emails I have sent around: "If you take the this kit it looks like J sent it to D, D sent it to you, then you sent it to me. The problem with that is j

Re: Learning to use wxPython

2007-04-27 Thread KDawg44
On Apr 27, 11:25 am, Michele Petrazzo <[EMAIL PROTECTED]> wrote: > KDawg44 wrote: > > Hi, > > Hi, > > > I downloaded the wxPython demo and did an emerge wxpython (gentoo) to > > install. When I run the demo, I am getting this error: > > > # python de

Learning to use wxPython

2007-04-27 Thread KDawg44
Hi, I downloaded the wxPython demo and did an emerge wxpython (gentoo) to install. When I run the demo, I am getting this error: # python demo.py Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/ _misc.py", line 1286, in Notify self.notify()

Re: Learning Python - First Project

2007-04-23 Thread KDawg44
On Apr 23, 1:44 pm, [EMAIL PROTECTED] wrote: > On Apr 23, 9:52 am, KDawg44 <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am new to Python and am trying to write a little front end to > > another application in Python. > > > What I want is to h

Launch another application

2007-04-23 Thread KDawg44
Hi, I would like to launch another application and pass some arguments to it from python. WHen the user clicks on the button, i want it to execute: binaryApplication fileName Is there a way to do this as if I was doing it from a shell in python? Would it be using something like popen? this ap

Learning Python - First Project

2007-04-23 Thread KDawg44
Hi, I am new to Python and am trying to write a little front end to another application in Python. What I want is to have a gui pop up listing some items with several buttons. The guts of the program I am not having any trouble with but the GUI part I am (or more accurately, the transition betwe

Expanding tkinter widgets to fill the window

2007-04-20 Thread KDawg44
Hi, I am writing a GUI front end in Python using Tkinter. I have developed the GUI in a grid and specified the size of the window. The widgets are centered into the middle of the window. I would like them to fill the window. I tried using the sticky=E+W+N+S option on the widgets themselves and

Re: Parsing log in SQL DB to change IPs to hostnames

2007-04-11 Thread KDawg44
On Apr 11, 11:58 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On 11 Apr 2007 05:39:21 -0700, "KDawg44" <[EMAIL PROTECTED]> declaimed > the following in comp.lang.python: > > > ohhh okay. thanks so much. I knew that it came out as strings, i > >

Re: Parsing log in SQL DB to change IPs to hostnames

2007-04-11 Thread KDawg44
On Apr 11, 1:15 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On 10 Apr 2007 11:54:18 -0700, "KDawg44" <[EMAIL PROTECTED]> declaimed > the following in comp.lang.python: > > > > > [- BEGIN ERROR ---] > > Traceback (most recent ca

Re: Parsing log in SQL DB to change IPs to hostnames

2007-04-10 Thread KDawg44
On Apr 10, 2:47 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > KDawg44 wrote: > > On Apr 10, 11:11 am, "Kushal Kumaran" <[EMAIL PROTECTED]> > > wrote: > >> On Apr 10, 8:37 pm, "KDawg44" <[EMAIL PROTECTED]> wrote: > > >>> H

Re: Parsing log in SQL DB to change IPs to hostnames

2007-04-10 Thread KDawg44
On Apr 10, 1:54 pm, "KDawg44" <[EMAIL PROTECTED]> wrote: > On Apr 10, 11:11 am, "Kushal Kumaran" <[EMAIL PROTECTED]> > wrote: > > > > > On Apr 10, 8:37 pm, "KDawg44" <[EMAIL PROTECTED]> wrote: > > > > Hi, > >

Re: Parsing log in SQL DB to change IPs to hostnames

2007-04-10 Thread KDawg44
On Apr 10, 11:11 am, "Kushal Kumaran" <[EMAIL PROTECTED]> wrote: > On Apr 10, 8:37 pm, "KDawg44" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am brand new to Python. In learning anything, I find it useful to > > actually try

Parsing log in SQL DB to change IPs to hostnames

2007-04-10 Thread KDawg44
Hi, I am brand new to Python. In learning anything, I find it useful to actually try to write a useful program to try to tackle an actual problem. I have a syslog server and I would like to parse the syslog messages and try to change any ips to resolved hostnames. Unfortunately, I am not gettin

Using Python to start SNMP service on remote XP hosts...

2007-03-23 Thread KDawg44
Hi, I am very new to Python and really just began studying and using it. I read that it was relatively easy to interact with Windows machines with Python and I am desperately looking for something to replace VBScript (not a big fan). I am currently deploying a Gentoo Linux SNMP server running Cac

Beginner question: difference between lists and tuples

2007-03-14 Thread KDawg44
Hi, I am trying to learn python. I am working through a tutorial on python.org. I am trying to figure out how lists are different than tuples other than changing values at specific indices. How are these different from arrays in other languages such as php? THanks. -- http://mail.python.org/