[Twisted-Python] Installing Twisted-Web 0.7.0 problem ( OS X 10.5 )

Hi @all, I've already installed following packages ( all installation i've made with: sudo python setup.py install ): - zope interface v. 3.3.0 - twisted-core 2.5.0 and i've tried to install twisted-web 0.7.0 but: i get this Error: Traceback (most recent call last): File "setup.py", line 13, in <module> scripts=dist.getScripts("web"), File "/System/Library/Frameworks/Python.framework/Versions/2.5/ Extras/lib/python/twisted/python/dist.py", line 218, in getScripts thingies = os.listdir(scriptdir) OSError: [Errno 2] No such file or directory: 'bin' i hope somebody can help me. THX a lot Frank :-)

On Sat, 2 Feb 2008 19:13:58 +0100, Francisc Simon <franciscsimon@franciscsimon.de> wrote:
Hi @all,
I've already installed following packages ( all installation i've made with: sudo python setup.py install ):
- zope interface v. 3.3.0 - twisted-core 2.5.0
and i've tried to install twisted-web 0.7.0 but:
i get this Error:
Traceback (most recent call last): File "setup.py", line 13, in <module> scripts=dist.getScripts("web"), File "/System/Library/Frameworks/Python.framework/Versions/2.5/ Extras/lib/python/twisted/python/dist.py", line 218, in getScripts thingies = os.listdir(scriptdir) OSError: [Errno 2] No such file or directory: 'bin'
i hope somebody can help me.
You could try installing using this package instead: http://twistedmatrix.com/trac/wiki/Packages#Leopard Jean-Paul

Hi, thx for the quick answar but it still does not work :-( i get this error: ImportError: No module named web Frank Am 02.02.2008 um 19:25 schrieb Jean-Paul Calderone:
On Sat, 2 Feb 2008 19:13:58 +0100, Francisc Simon <franciscsimon@franciscsimon.de
wrote: Hi @all,
I've already installed following packages ( all installation i've made with: sudo python setup.py install ):
- zope interface v. 3.3.0 - twisted-core 2.5.0
and i've tried to install twisted-web 0.7.0 but:
i get this Error:
Traceback (most recent call last): File "setup.py", line 13, in <module> scripts=dist.getScripts("web"), File "/System/Library/Frameworks/Python.framework/Versions/2.5/ Extras/lib/python/twisted/python/dist.py", line 218, in getScripts thingies = os.listdir(scriptdir) OSError: [Errno 2] No such file or directory: 'bin'
i hope somebody can help me.
You could try installing using this package instead:
http://twistedmatrix.com/trac/wiki/Packages#Leopard
Jean-Paul
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Sat, 2 Feb 2008 19:53:48 +0100, Francisc Simon <franciscsimon@franciscsimon.de> wrote:
Hi,
thx for the quick answar but it still does not work :-(
i get this error:
ImportError: No module named web
OS X includes a version of Twisted which is missing twisted.web. Even after you install the full version of Twisted, you have to make sure the system version isn't being used. Jean-Paul
participants (2)
-
Francisc Simon
-
Jean-Paul Calderone