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
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
[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
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
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
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
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
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
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
[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 (
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
11 matches
Mail list logo