[python-nl] INSERT statement met MySQLdb

2006-01-29 Berichten over hetzelfde onderwerp Math
programma sluit is het aantal rijen weer 0.   Hier de code:     conn = MySQLdb.connect(host="localhost",user="root",passwd="admin",db="marathon")    curs = conn.cursor()    statement = "INSERT INTO deelnemers (naam) VALUES

[python-nl] Classes in andere modules

2006-01-30 Berichten over hetzelfde onderwerp Math
een wx.MDIChildFrame.   Alvast bedankt Math ___ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl

[python-nl] DATEFORMAT

2006-02-01 Berichten over hetzelfde onderwerp Math
Hallo,   Kan iemand mij vertellen hoe ik DATEFORMAT gebruik met MySQL?   Math ___ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl

Re: [python-nl] Classes in andere modules

2006-02-02 Berichten over hetzelfde onderwerp Math
d close     module1.MainApp.MDIParentFrame.MDIChildFrame = None       self.Destroy() #-- # End class #--   - Original Message - From: "Martijn Pieters" <[EMAIL PROTECTED]> To: "Ma

[python-nl] Modules importeren

2006-02-02 Berichten over hetzelfde onderwerp Math
:''module' object has no attribuut 'x' bvd Math   ___ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl

[python-nl] Modules importeren

2006-02-02 Berichten over hetzelfde onderwerp Math
  - Original Message - From: Math To: [email protected] Sent: Friday, February 02, 2001 5:36 PM Subject: Modules importeren Hallo iedereen,   Kan iemand mij hiermee helpen? Iets wat ik niet helemaal kan doorgronden Ik heb 2 modulesen ik wil een attribuut benaderen

Re: [python-nl] Classes in andere modules

2006-02-02 Berichten over hetzelfde onderwerp Math
EXCUSE ME IK BEN MAAR EEN AMATEUR HOOR HEETHOOFT:-) - Original Message - From: "Rob Hooft" <[EMAIL PROTECTED]> To: "Math" <[EMAIL PROTECTED]> Cc: "Python" Sent: Thursday, February 02, 2006 8:54 PM Subject: Re: [python-nl] Classes i

Re: [python-nl] Classes in andere modules

2006-02-02 Berichten over hetzelfde onderwerp Math
Frank, bedankt Da's tot nu toe de enige oplossing waar ik iets mee kan...en wat werkt Gr Math > Math schreef: >> >> class clsMDIChildFrame(wx.MDIChildFrame): >> *def __close(self, event): >> # clear MDIchildFrame atttribute from parent.

[python-nl] tMS Access en Pyyhon, win32com uitbreiding

2006-02-06 Berichten over hetzelfde onderwerp Math
ik meer info over attributen van module 'win32com'? Ik hoop dat mijn vraag enidzins duidelijk is.   bvd Math   ___ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl

Re: [python-nl] tMS Access en Pyyhon, win32com uitbreiding

2006-02-07 Berichten over hetzelfde onderwerp Math
t even op alsjeblieft. Geloof dat het in Outlook > ook kan, weet alleen niet hoe (al zou ik zowiezo aanraden Thunderbird te > gebruiken, is een stuk veiliger en sneller ;). Math gebruikt Outlook Express 6, of in ieder geval een client die dezelfde email headers achterlaat in zijn emails. Instructies

Re: [python-nl] tMS Access en Pyyhon, win32com uitbreiding

2006-02-07 Berichten over hetzelfde onderwerp Math
cordset rs.Close() rs = None # sluit connectie if conn.State == adStateOpen: conn.Close() conn = None --- - Original Message - From: "Guido Wesdorp" <[EMAIL PROTECTED]> To: "Math" <[EMAIL PROTECTED]> Cc: Se

[python-nl] MS Access en Python distributie

2006-02-17 Berichten over hetzelfde onderwerp Math
Hallo, Weet iemand waar ik meer info vindt? Ik gebruik Python, win32com.client en ADO tesamen met een MS Access DataBase. Wat ik niet weet, wat heeft de eindgebruiker straks nodig om mijn programma te draaien, dus om een Access DB te benaderen? Hoe controleer ik of ie al de benodigde software he

[python-nl] Distutils Error while building 'win32com.client' extension

2006-02-26 Berichten over hetzelfde onderwerp Math
isn't installed.' --- I don't konw which library to use so here's my setup.py : from distutils.core import setup, Extension setup(name='Marathon Manager',\ version='0.1.0',\ author='Math',\ py_modules=['modMain'

[python-nl] Running more than 1 App- instance

2006-03-13 Berichten over hetzelfde onderwerp Math
Hello, Pardon my English... Does anybody know what I have to do to run only 1 instance of my Python Application? How do I check if I'm running more instances of a Application? Thank you all ___ Python-nl mailing list [email protected] http://mail.py

Re: [python-nl] Running more than 1 App- instance

2006-03-13 Berichten over hetzelfde onderwerp Math
LockFile? Waar vindt ik die dan wel? (Windows machine) - Original Message - From: "Reinout van Rees" <[EMAIL PROTECTED]> To: Sent: Monday, March 13, 2006 9:43 PM Subject: Re: [python-nl] Running more than 1 App- instance > Math wrote: >> Verkeerde lijst ...

Re: [python-nl] Running more than 1 App- instance

2006-03-14 Berichten over hetzelfde onderwerp Math
Jongens bedankt. Zowel voor de LockFile oplossing alsook de CreateMutex(None, False, self.mutex) oplossing. (by the way...wat is een mutex?) - Original Message - From: "Martijn Pieters" <[EMAIL P