Re: memory usage profiling
Yaroslav Halchenko wrote: > Hi Debian Pythoners, > > Is there any reasonable memory profiler for python? a software I > maintain for Debian consumes surprisingly large chunk of virtual memory > without obvious necessity for such utilization. Could anyone point me to > some good resource on the subject? PySizer: http://pysizer.8325.org/ Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Special i18n policy for python scripts?
Hi all, is there some special policy regarding the placement of i18n stuff (.mo files) for python-enabled programs? I checked various packages, some of them put the file into /usr/share//locale, other into /usr/share/locale directly. Igor P.S.: btw, is there a reliable way to use distutils to build and install locale stuff appropriately?
dh_python
Hi there, my AM pointed me at a possible error source in dh_python: the code in prerm skeleton[1] tries to delete all *.py[c|o] files of the appropriate package using xargs. The command used here might fail if the path of this file contains whitespaces. I mean I can hardly imagine a situation where a python package would contain blanks (and blanks in module names wouldn't work anyway)... Can anyone think of an example where whitespaces in package's paths would be valid? Igor [1]: /usr/share/debhelper/autoscripts/prerm-python
Re: Joining the python modules team
Gustavo Franco wrote: [...] > Welcome to the python-modules! You've svn commit access, so you're > free to upload the packages you're maintaining to our repository. Read > our policy, and if you've doubts or suggestions post it here or > contact us at irc.oftc.net - #debian-python. May I suggest to move to the freenode.net IRC network? Most "official" debian channels live there anyway :) Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]