Re: [Twisted-Python] Question regarding widgets

---------- Original Message ---------------------------------- From: Glyph Lefkowitz <glyph@twistedmatrix.com> Reply-To: twisted-python@twistedmatrix.com Date: Tue, 05 Nov 2002 03:41:19 -0600 (CST)
Well following the example for woven, I thought that you needed to add to pythonpath where ever you are putting your code for your application, as in if I want to put my code in c:\web2\mohan_koteh\ then i should add this to the pythonpath to get it to work. Isn't it so ? I just kept on trying the woven examples but without success until i added the directory which i was working on to the pythonpath. Maybe I am doing something wrong here but can someone actually tell me how it is done ?
_____________________________________________________________________ iRepublics.com - Free Web Hosting for Businesses 33MB webspace free, SMS messaging, 30 email accounts, your own domain name Sign up Now at http://www.iRepublics.com

On Wed, Nov 06, 2002 at 09:00:13AM +0800, lals;dfjsd wrote:
He's just pointing out that you shouldn't need to do anything special to get Twisted itself to import -- the installer/setup.py should've done that for you (anything in %PYTHONHOME%/Lib/site-packages is automatically on the python path). What you need to do with your own application that uses Twisted is a different question. -Andrew.

On Wed, Nov 06, 2002 at 09:00:13AM +0800, lals;dfjsd wrote:
He's just pointing out that you shouldn't need to do anything special to get Twisted itself to import -- the installer/setup.py should've done that for you (anything in %PYTHONHOME%/Lib/site-packages is automatically on the python path). What you need to do with your own application that uses Twisted is a different question. -Andrew.
participants (2)
-
Andrew Bennetts
-
lals;dfjsd