Re: Spawning Subprocesses under mod_python

2007-07-16 Thread Giovanni Giorgi
I have used the subprocess module with success. I have used it only on command line based script under Linux, but I think it can work inside mod_python. If you plan to use it I suggest you to reboot the apache one a day, to prevent yourself againt resource and/or memory leaks. On Jul 16, 9:25 am

Changing expat library...is it easy?

2008-02-04 Thread Giovanni Giorgi
Hi all, I have a problem. I have discovered my dear python 2.4 has a libexpat incompatibility when I use mod_python. As seen in http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash I have expat_1.95.7 library inside /usr/lib/libexpat.so.0 Python 2.4 do not like it very much:

Re: Changing expat library...is it easy?

2008-02-05 Thread Giovanni Giorgi
:39 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > The only other option is to upgrade to Python 2.5. In Python 2.5 it > correctly namespaces the copy of expat it contains thereby avoiding > the problem. > > Graham > > On Feb 5, 8:51 am, Giovanni Giorgi <[EMAIL P

APPEND_SLASH trouble (ticket 6167)

2008-04-18 Thread Giovanni Giorgi
Hi I have the bug related to the Ticket #6167 (new) Flat pages do not honour APPEND_SLASH http://code.djangoproject.com/ticket/6167 This bug was fixed, as far as I can understand from the track database I have updated to the last subversion revision (7435) on http://code.djangoproject.com/svn/

Re: Is psyco project alive?

2008-04-21 Thread Giovanni Giorgi
As far as I know, "Psyco" will not have feature enhancements: You can read here http://psyco.sourceforge.net/introduction.html: I will not continue to develop it beyond making sure it works with future versions of Python I think you can use it without fear, but I have never used it in a productio

Re: APPEND_SLASH trouble (ticket 6167)

2008-04-30 Thread Giovanni Giorgi
you if you like How can I do a fast regression test? Before sending you a patch I'd like to test it a bit more deeply Bye bye On Apr 19, 5:36 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-04-18 at 10:49 -0700, Giovanni Giorgi wrote: > > Hi I have th

Re: What IDE do you use? (semi-OT)

2006-10-10 Thread Giovanni Giorgi
I am using emacs but I am looking for a editor easier to customize. For instance I'd like to be able to write small snippet of python code to do some tasks. What do you suggest? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Migrating from Posgresql to MySql

2006-10-16 Thread Giovanni Giorgi
Hi all, I have loved django for its readiness with PostgreSQL. I have done the set up of my blog on openhosting.com. But when I tried to set up more complex applications, I noted postgresql is very slow on my virtual linux machine. I have tried to tune it in a bunch of ways without so much succes

Re: Admin Inner Classes

2006-10-25 Thread Giovanni Giorgi
I have found some info here http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409366 and here http://www.brpreiss.com/books/opus7/html/page598.html in python they name it "nested class" http://www.google.com/search?hs=UuP&hl=en&lr=&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficia

A small intro to myself :)

2006-05-21 Thread Giovanni Giorgi
Hi all, I am Giovanni Giorgi from Italy. I am a 32-years-old Software Architect, working every day with java stuff and so on (hibernate is a framework I use every day). In my spare time I am a SmallTalk fan, a python admirer, a ruby lover and a Perl-scared-boy :) After trying Ruby on rails and

Wiki or Blogs done with django

2006-05-29 Thread Giovanni Giorgi
Hi all, I am planning to build a small personal web site. I have used Plone CMS (Zope powered) but it is very slow and requires a lot of memory. There is some django application for building small blogs or wiki? I will eventually plan to do something like that if missed ;) -- Software Architect

Trouble blogging

2006-06-10 Thread Giovanni Giorgi
Hi all, I am building a small blog, based on the code of the wamber website. I have a fuzzy problem: when I insert a new posting adding a 'slug' to it, then I cannot search for it based on its slug name. I am recieving a 'No post found for' error. Sometimes it seems working, sometime I get an err

Paging admin pages

2006-08-22 Thread Giovanni Giorgi
Hi all, I have searched the mailing archive about paging the admin interface but without success. I have done a small blog application, and when I go to http://myhost/admin/blog/post/ I see a very huge list of "post" objects. I have reached 26 posts without paging...I have read it can be done wi

Re: Admin so nearly does what I want.

2006-09-04 Thread Giovanni Giorgi
As far as I know, you are able to generate the template pages used by the admin (see the docs) to customize them further. Admin page is fully customizable via the "class Admin" inner class. A nice architecture indeed. --~--~-~--~~~---~--~~ You received this messag

Re: Shared Hosting suggestion

2006-09-07 Thread Giovanni Giorgi
I am using http://www.openhosting.com/ and I find it nice, because with the starting price you can also set up sendmail, PostgreSQL and so on. To try indeed if you have some extra bucks --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: How about a Django apps public repository?

2006-09-07 Thread Giovanni Giorgi
I am intersted too in such project. If you need some help... drop me an email :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.c