Re: Session Issue

2007-06-20 Thread xlyz
However, when beaker attempts to write session data, it is always attempting to create the directory None\n to no avail. If I run the application with the paster server, on my local machine, with the default ini settings, a None directory is created in my current working directory

shopping cart based on pylons?

2007-08-15 Thread xlyz
is there a shopping cart based on pylons? xlyz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from

Re: New SQLAlchemy tutorial; SAContext is dead

2007-08-16 Thread xlyz
update to beta3 plz I'm not able to install it it creates an empty directory # easy_install SQLAlchemy-0.4.0beta3.tar.gz Processing SQLAlchemy-0.4.0beta3.tar.gz Running SQLAlchemy-0.4.0beta3/setup.py -q bdist_egg --dist-dir

Re: New SQLAlchemy tutorial; SAContext is dead

2007-08-16 Thread xlyz
Il giorno ven, 17/08/2007 alle 01.49 +0200, xlyz ha scritto: update to beta3 plz I'm not able to install it it creates an empty directory /usr/lib/python2.5/site-packages/SQLAlchemy-0.4.0beta3-py2.5.egg never mind. it's not a directory, but a zipped file /me hides in a corner

Re: New SQLAlchemy tutorial; SAContext is dead

2007-08-16 Thread xlyz
You may want to check the article again in 24 hours in case SQLAlchemy experts have corrected any errors. One thing I'm adding right now is the pylons_scope function. I'm not an expert, but in your model you need to add: import pylons or you get: type 'exceptions.NameError': name 'pylons'

Re: New SQLAlchemy tutorial; SAContext is dead

2007-08-16 Thread xlyz
Il giorno ven, 17/08/2007 alle 02.34 +0200, xlyz ha scritto: You may want to check the article again in 24 hours in case SQLAlchemy experts have corrected any errors. One thing I'm adding right now is the pylons_scope function. I'm not an expert, but in your model you need to add