[wingide-users] Zope development
Ian J Cottee
ian at cottee.org
Tue Jul 20 06:51:08 EDT 2004
Aha - I went through these fun and games with Stephan! Here's the
conclusion.
Put a blank __init__.py in the Zope Products directory. Then set your
project details as (following are my settings):
Python Executable: Default (my zope links to my normal python)
Python Path: /usr/local/zope/lib/python
Initial Directory: /usr/local/zope/sites/plone
Obviously your install will be different. So to clarify.
Python Executable: Where your python executable is :)
Python Path: the lib/python folder of your zope install
Inital Direcory: The *parent* folder of yours products directory
And don't forget the __init__.py :).
Hope that works - it worked for me
Ian
On Tue, 2004-07-20 at 18:47, Fabio Corneti wrote:
> Hi all,
> I'm evaluating Wingide 2.0b4 for various scenarios; does anyone know how to
> make autocompletion work for Zope additional products? In Zope, you have two
> Products
> namespaces; one is in zope-instance/lib/python/Products while the other is
> in zope-instance/Products.
> After setting up a project in Wingide with zope-instance/bin/python as the
> interpreter and zope-instance/lib/python in the custom library path,
> autocompletion and source assistant do not consider stuff in
> zope-instance/Products.
>
> Is there any way to make source assistant and auto completion work for
> additional Zope products? I even tried to copy the stuff in
> zope-instance/Products in zope-instance/lib/python/Products, but then when I
> debug with Wingdbg the Ide seems to search the files involved in
> zope-instance/Products (which in this case should be correct)... is there any
> way to solve this?
>
> Thank you,
> Fabio Corneti
> _________________________________________________
> Wing IDE users list
> http://wingware.com/lists/wingide
>
>
More information about the wingide-users
mailing list