Good use for Jython

2005-03-16 Thread Mike Wimpe
really just so that Java developers can write Java code faster? Mike Wimpe -- http://mail.python.org/mailman/listinfo/python-list

Re: How to send browser to open a different URL

2005-03-12 Thread Mike Wimpe
although a bit more than I bargained for, this does has some good info, in case you are way in the future of this post... love, mike -- http://mail.python.org/mailman/listinfo/python-list

How to send browser to open a different URL

2005-03-12 Thread Mike Wimpe
Sorry to go back to back so fast but how does one send a web browser to a different url than the one the user is already at? In script2 (which is doing the authenticating), if the user fails authentication i want to send him back to the one he was at before. thanks, Mike -- http://mail.python.o

Passing values to another script using CGI

2005-03-12 Thread Mike Wimpe
Without creating a form, how do i pass a value to another script? I would like to pass: group = "Oranges" to another script or at least just 'group' and initialize it in the first script. script1: ''' group = "Oranges" ''' script2: print ''' Oh you like '''+group+'''.''' thanks, Mike --

Re: Etiquette on job posts

2005-03-10 Thread Mike Wimpe
If you are interested in doing some freelance Python development, please take a look at http://www.pythonian.com/info.htm to view our business model. Qualifications: Must have been working with Python for at least a year (though not professionally necessarily) Understand and write OOP Pythonic c

Re: 'Browse' button for *.txt file?

2005-03-10 Thread Mike Wimpe
Are you trying to do this within a GUI? If so, wxPython, PyGTK, and PyQT all have ways to do this. You can also use EasyDialogs for this as well. If not, flush... -- http://mail.python.org/mailman/listinfo/python-list

Etiquette on job posts

2005-03-10 Thread Mike Wimpe
I know on some boards it's perfectly acceptable to post jobs, but on others its not at all. If I wanted to post a job (Python-related) here, is this OK? Thought I'd ask. Thanks, Mike Wimpe -- http://mail.python.org/mailman/listinfo/python-list