« Return to Thread: Newbie Question

Re: Newbie Question

by snorkel :: Rate this Message:

Reply to Author | View in Thread

Thijs Triemstra | Collab wrote:
> Hi Anthony,
>
> see below for a standalone dev server (not tested though) using WSGI.
> For more information on using Pylons with PyAMF check the tutorial:
> http://pyamf.org/wiki/PylonsHowto
>
Hi,
Thanks for the pg example.  I am also running into problems with Pylons
and pyamf.
I am using Pylons 0.9.7 and the example does not seem to work.
I followed it exactly and when I run the sample client against the
pylons controller I get this error:

Message    File Name    Line    Position  
Traceback              
    <module>    <module1>    8      
    __call__    
C:\Python26\lib\site-packages\pyamf-0.4.2-py2.6-win32.egg\pyamf\remoting\client\__init__.py    
52      
    _call    
C:\Python26\lib\site-packages\pyamf-0.4.2-py2.6-win32.egg\pyamf\remoting\client\__init__.py    
101      
    execute_single    
C:\Python26\lib\site-packages\pyamf-0.4.2-py2.6-win32.egg\pyamf\remoting\client\__init__.py    
409      
    _getResponse    
C:\Python26\lib\site-packages\pyamf-0.4.2-py2.6-win32.egg\pyamf\remoting\client\__init__.py    
454      
RemotingError: HTTP Gateway reported status 404 Not Found              

_______________________________________________
PyAMF users mailing list - users@...
http://lists.pyamf.org/mailman/listinfo/users

 « Return to Thread: Newbie Question