limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

Failed to load application: No module named utils #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
File "hello_world/python/twisted_server.tac", line 12, in <module>
    import utils
exceptions.ImportError: No module named utils

Failed to load application: No module named utils

using v0.4.1 AMFast
Twisted 8.2.0
on OS X 10.6.1
Python 2.6

I'm trying to get the HelloWorld running and it fails as above.  

Original issue reported on code.google.com by joelho...@gmail.com on 31 Oct 2009 at 5:21

GoogleCodeExporter commented 9 years ago
Change your directory to 'hello_world/python' before running the command 
'twistd -noy'.

Original comment by dthomp...@gmail.com on 1 Nov 2009 at 10:08