Re: problem while going through a tutorial

2006-12-12 Thread Ralf Schönian
Simon Schuster schrieb: [..] x = "fljshfjh" x > 'fljshfjh' count(x, 'h') > Traceback (most recent call last): > File "", line 1, in ? > NameError: name 'count' is not defined > > I'm not sure what changed, because it used to work. anyhow thanks a lot! You forgot to import the stri

Re: Python books?

2007-03-09 Thread Ralf Schönian
Have a look at: Core python programming from Wesley J. Chun printed by Prentice Hall. Ralf Schoenian -- http://mail.python.org/mailman/listinfo/python-list

Re: basic web auth and verification

2007-10-24 Thread Ralf Schönian
[EMAIL PROTECTED] schrieb: > Trying to figure out how to add login verfication. I believe it is > logging me in, but theres no way to really tell..any ideas? or > tutorials out there that can exaplain this to me? > > Thanks > > import urllib,urllib2,cookielib > > passlst = open(passfile, 'r').re

Re: Python web app. (advice sought)

2007-01-15 Thread Ralf Schönian
Tim Williams schrieb: > On 15 Jan 2007 00:52:33 -0800, Torabisu <[EMAIL PROTECTED]> wrote: > > Don't overlook Karrigell either, with a tiny learning curve its > always worth consideration, especially if you need rapid development > and a web server that will sit on top of your exising .py module

Re: Sourcing Python Developers

2007-01-30 Thread Ralf Schönian
Kartic schrieb: > Hello, > > My company has quite a few opening involving python expertise. We are > always looking for python resources (and find it difficult filling these > positions, might I add). Is there any place to find developers' resumes > (like finding jobs from http://python.org/com

Re: uml and python

2007-02-07 Thread Ralf Schönian
azrael schrieb: > hy guys > > i've been googling and got several posts, but nothing that is a > satisfaction in my eyes. can someone tell me a nice uml diagram tool > with python export (if possible nice gui), or at least nice uml tool > > gpl or freeware (widows) prefered > > thanks > Take a l

Re: Writing Oracle Output to a File

2007-12-27 Thread Ralf Schönian
t_rectenwald schrieb: > Hello, > > I attempting to execute an Oracle query, and write the results to a > file in CSV format. To do so, I've done the following: > > import cx_Oracle > db = cx_Oracle.connect('user/[EMAIL PROTECTED]') > cursor = db.cursor() > cursor.arraysize = 500 > cursor.execute

Re: Writing Oracle Output to a File

2007-12-27 Thread Ralf Schönian
Ralf Schönian schrieb: > t_rectenwald schrieb: >> Hello, >> >> I attempting to execute an Oracle query, and write the results to a >> file in CSV format. To do so, I've done the following: >> >> import cx_Oracle >> db = cx_Oracle.conne

Re: CGI with URL problem

2008-02-13 Thread Ralf Schönian
rodmc schrieb: > -- sorry if this has shown up twice, but my browser crashed and ended > up posting the message when I hit the space bar for some odd reason. > Also it was not quite ready. > > Hi, > > I am writing a small CGI app which tests if another webpage exists, > the pages are on a Wiki s

Re: looking for IDE advice or workflow tips

2008-08-04 Thread Ralf Schönian
[EMAIL PROTECTED] schrieb: I'm a novice developer at best and often work with the R statistical programming language. I use an editor called TINN-R which allows me to write a script, then highlight a few lines and send them to the interpreter. I am using pythonwin and it lacks this funtionality (

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread Ralf Schönian
idev schrieb: Hi all, Please help me with my stuff. I downloaded python 2.5.1 package from http://blastwave.org it was compiled using Sun Studio 11 for Solaris 8 sparc. My system is Solaris 10 sparc and I compiled using SunStudio 11 psycopg2 python binding for PostgreSQL 8.3.1. Compilation was