Permission denied and lock issue with multiprocess logging

2011-06-12 Thread david dani
When i am running the implementation of multiprocess logging through queue handler, i get this error. It is the same with sockethandler as well as with pipe handler if multiprocesses are involved. I am not getting any hint to solve this problem. Please help to solve the problem. Platform: AIX Pyth

Auto size wx.StaticText

2010-09-22 Thread Dani Valverde
Hello! Is there a way to automatically set the size of a wx.StaticText to fit its content? Cheers! Dani -- Daniel Valverde Saubí c/Joan Maragall 37 4 2 17002 Girona Spain Telèfon mòbil: +34651987662 e-mail: dani.valve...@gmail.com http://www.acrocephalus.net http://natupics.blogspot.com Si

SetGridCursor not working?

2010-09-22 Thread Dani Valverde
u also use the MaceCellVisible method as well. Anyway, it does not work at all. Can anyone help? Dani -- Daniel Valverde Saubí c/Joan Maragall 37 4 2 17002 Girona Spain Telèfon mòbil: +34651987662 e-mail: dani.valve...@gmail.com http://www.acrocephalus.net http://natupics.blogspot.com Si no és del to

Declare self.cursor

2010-08-24 Thread Dani Valverde
e 'cursor'/ You can check the code for details, I think is better. Cheers! Dani -- Daniel Valverde Saubí c/Joan Maragall 37 4 2 17002 Girona Spain Telèfon mòbil: +34651987662 e-mail: dani.valve...@gmail.com http://www.acrocephalus.net http://natupics.blogspot.com Si no és del tot necessar

Re: Hello

2010-07-10 Thread Dani Valverde
geremy condra wrote: On Sat, Jul 10, 2010 at 6:49 AM, Dani Valverde wrote: geremy condra wrote: On Fri, Jul 9, 2010 at 1:08 PM, Dani Valverde wrote: Sorry, I forgot to mention that I am using Linux. In fact, my first test have been with gedit. Is there any way to directly

Re: Hello

2010-07-10 Thread Dani Valverde
geremy condra wrote: On Fri, Jul 9, 2010 at 1:08 PM, Dani Valverde wrote: Sorry, I forgot to mention that I am using Linux. In fact, my first test have been with gedit. Is there any way to directly run the Python code into the console? Gedit has a plugin that brings up a python

Re: Hello

2010-07-09 Thread Dani Valverde
Sorry, I forgot to mention that I am using Linux. In fact, my first test have been with gedit. Is there any way to directly run the Python code into the console? Cheers! Dani Bradley Hintze wrote: There are lots of great editors out there. It really depends on personal preference. It also

Hello

2010-07-09 Thread Dani Valverde
Hello! I am new to python and pretty new to programming (I have some expertise wit R statistical programming language). I am just starting, so my questions may be a little bit stupid. Can anyone suggest a good editor for python? Cheers! Dani -- Daniel Valverde Saubí c/Joan Maragall 37 4 2

Re: file.close() does not really close under Windows?

2009-12-17 Thread Dani
> No, it is incorrect. I tested that exact snippet here and it correctly > closes the file. I can move the file around just after that. Yes, indeed. Sorry for not getting my facts straight and thank you for testing. Part of the code *was* holding a low-level file handle. -- http://mail.python.or

file.close() does not really close under Windows?

2009-12-17 Thread Dani
Is it correct that low-level file handles are not being closed after doing fd = open(filepath) fd.close() If so, what is the rationale? This seems to result in system errors when trying to (re-)move or reopen "closed" files, as well as when opening (and closing) too many files under Windows.

Library/project for making an invitation-only website?

2008-09-02 Thread Dani
Hi. I want to create a website where new users need to be invited by an existing user in order to open an account. Think of it the way Orkut became popular. I need a library, or code from some project, that sends the invitations, keeps track of which user invited who, etc. I'm sure there's al