Gustavo Schneider wrote: > File > "c:\python25\lib\site-packages\paste-1.4.1-py2.5.egg\paste\httpserver.py" > , line 1252, in serve > if 'FreeBSD' == os.uname()[0]: > AttributeError: 'module' object has no attribute 'uname'
Sorry, this was a problem with Paste 1.4.1, which uses a Unix function that causes this error. I've released Paste 1.4.2 which fixes this; do "easy_install -U Paste" to upgrade. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
