and this set option ?
ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT,ldap.OPT_X_TLS_NEVER)
HTH
Laszlo Nagy a écrit :
> By the way, I already tried the set_option function, but I still get the
> same error.
>
>
> import ldap
> import local
>
> ldap.set_option(ldap.OPT_X_TLS_ALLOW,1)
> ldap.set_op
To make amends, I tried my own search and came up with this (that you
might already have...):
http://groups.google.com/group/comp.lang.python/browse_thread/thread/1384f49c35ffba9b/5928092247429e9a%235928092247429e9a?sa=X&oi=groupsr&start=1&num=3
Maybe you'll understand it better than me :-)
--
Sorry, kinda wrote over your intentions...
--
http://mail.python.org/mailman/listinfo/python-list
but you don't want to use the state=DISABLED option because it gray's
out the field showing people that it is not available for editing,
right?
--
http://mail.python.org/mailman/listinfo/python-list
As you see, pythonistas are a nice humourous bunch...
But to help a bit more in your balancing act you might take a look at:
http://blog.ianbicking.org/ruby-python-power.html
It's rather nice, and commented.
--
http://mail.python.org/mailman/listinfo/python-list
I'd believe that would be Lua, but then again what is common to one
might not be to another ;-)
--
http://mail.python.org/mailman/listinfo/python-list
Cegep du Vieux Montreal (technical college level), uses Python for CGI
in web developement class.
...At least when I give this course ;-)
Jean-Marc
--
http://mail.python.org/mailman/listinfo/python-list
What level? and is geography important?
JM
--
http://mail.python.org/mailman/listinfo/python-list
why isn't this good?
http://www.enappsys.com/backend.jsp
Seems to be what you're looking for...
(second entry of a googled 'xml-rpc visual basic' search!)
JM
PS Tell us why the refered *.dll don't do, so I won't refer to it again
if it's of no value.
--
http://mail.python.org/mailman/listinfo/p
I was just reading on daily-python that PIL is 10 years old...
So I wish it and its author(s) a good day, week, month, year and more!
Really!
Jean-Marc
PS If I knew that Python had a anniversary date, I'd also write to
thanks our BDFL (and authors)! But no such luck, so I'm restain
Singletoned wrote:
> Rocco Moretti wrote:
> > Steven D'Aprano wrote:
>
> > > That's the joys of a mostly self-taught programming knowledge: you miss
> > > out on all the buzzwords.
> >
> > Being mostly self taught myself, I have a tendancy to use infrequently
> > encountered terms in related but
[EMAIL PROTECTED] wrote:
> jean-marc schrieb:
> > Some bits are coming back to me: the problems stemmed from adresses -
> > getting the root of IIS was different so accessing files didn't work
> > the same way.
>
> thanks for that.
> you are right, IIS ver
if you are familiar with eclipse, you could use the PyDev python
plugin.
jm
--
http://mail.python.org/mailman/listinfo/python-list
hanged the way I was dealing with file adresses.
Maybe there is a hint of direction for your own investigation...
Jean-Marc
--
http://mail.python.org/mailman/listinfo/python-list
..
Yes there is a difference!
I had this problem last year (developing on Win XP Pro and delivering
on IIS Server), I'll try to lookup the solution, but it might be
difficult (it's kind of a thing you do once and forget about later.)
Jean-Marc
--
http://mail.python.org/mailman/listinfo/python-list
Sorry, why is the temp file solution 'stupid'?, (not
aesthetic-pythonistic???) - it looks OK: simple and direct, and
certainly less 'heavy' than any db stuff (even embedded)
And collating in a 'official log file' can be done periodically by
another process, on a time-scale that is 'useful' if no
Hoping this is not CHTULHU telling to do something else with my life
;-)
Jean-Marc
--
http://mail.python.org/mailman/listinfo/python-list
Merci Bruno, ( and also to Fredrik )
So I think I understand correctly, if I say that:
each modulkes requires its own set of reference to whatever objects it
needs to speak. The interpreter wil see not to create extra copies of
the compiled code if many modules import the same modules but will mak
I read that Tkinter and Python IDEs (PythonWin and Idle at least) makes
for a bad mix in execution mode because they're fighting for the event
loop, but this mode is usefull to use the debugger.
But to the point of breaking something elsewhere than in memory ???
(Shutting down and rebooting the co
As an application programmer, I'm not well versed in the material
aspects of computing (memory, cpu, bus and all). My understanding of
imports in Python is such: the __main__ program is the center piece
which holds the programs reference: globals, functions, classes,
modules etc. The objects of thi
20 matches
Mail list logo