looks like you are trying to make use of a module that is not loaded?
check if os is loaded.
On 9/7/07, Gustavo Schneider <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> I'm having problems when start paster.
> I'm trying to start with:
> paster serve --reload development.ini
>
> May someone can help me?
>
> Thanks in advice and sorry my bad english.
>
> Schneider
>
> # Error message
> Starting subprocess with file monitor
> Starting server in PID 5540.
> Traceback (most recent call last):
> File "c:\Python25\Scripts\paster-script.py", line 8, in <module>
> load_entry_point('pastescript==1.3.6dev-r6893', 'console_scripts',
> 'paster')
> ()
> File
> "c:\python25\lib\site-packages\pastescript-1.3.6dev_r6893-py2.5.egg\paste
> \script\command.py", line 78, in run
> invoke(command, command_name, options, args[1:])
> File
> "c:\python25\lib\site-packages\pastescript-1.3.6dev_r6893-py2.5.egg\paste
> \script\command.py", line 117, in invoke
> exit_code = runner.run(args)
> File
> "c:\python25\lib\site-packages\pastescript-1.3.6dev_r6893-py2.5.egg\paste
> \script\command.py", line 212, in run
> result = self.command()
> File
> "c:\python25\lib\site-packages\pastescript-1.3.6dev_r6893-py2.5.egg\paste
> \script\serve.py", line 232, in command
> server(app)
> File
> "c:\python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste\deploy\l
> oadwsgi.py", line 140, in server_wrapper
> **context.local_conf)
> File
> "c:\python25\lib\site-packages\pastedeploy-1.3.1-py2.5.egg\paste\deploy\u
> til\fixtypeerror.py", line 57, in fix_call
> val = callable(*args, **kw)
> File
> "c:\python25\lib\site-packages\paste-1.4.1-py2.5.egg\paste\httpserver.py"
> , line 1311, in server_runner
> serve(wsgi_app, **kwargs)
> 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'
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---