Hi my Interpreter looks like

zopepy

#!/home/p27b/usr/bin/python

import sys

sys.path[0:0] = [
  '/home/p27b/.buildout/eggs/Zope2-2.13.5-py2.7.egg',
  '/home/p27b/.buildout/eggs/StructuredText-2.11.1-py2.7.egg',
  '/home/p27b/.buildout/eggs/Products.TextIndexNG3-3.4.1-py2.7.egg',
  '/home/p27b/.buildout/eggs/Products.AdvancedQuery-3.0.3-py2.7.egg',
.....................
EGGS EGGS EGGS

_interactive = True
if len(sys.argv) > 1:
    _options, _args = __import__("getopt").getopt(sys.argv[1:], 'ic:m:')
    _interactive = False
    for (_opt, _val) in _options:
        if _opt == '-i':
            _interactive = True
        elif _opt == '-c':
            exec _val
        elif _opt == '-m':
            sys.argv[1:] = _args
            _args = []
            __import__("runpy").run_module(
                 _val, {}, "__main__", alter_sys=True)

    if _args:
        sys.argv[:] = _args
        __file__ = _args[0]
        del _options, _args
        execfile(__file__)

if _interactive:
    del _interactive
    __import__("code").interact(banner="", local=globals())


generated from buildout but i can't use them in Eclipse.

I have many "buildout interpreter" how i can use them in eclipse. Is
this possible?

Thanks

Vlad


2011/7/15 Fabio Zadrozny <fabi...@gmail.com>:
> Are you configuring your project or interpreter to have all those
> eggs? (if there are so many, there are better ways to add multiple at
> once).
>
> Cheers,
>
> Fabio
>
> On Fri, Jul 15, 2011 at 8:46 AM, Vladislav Vorobiev
> <mymir....@googlemail.com> wrote:
>> if I add my egg Folder with New Folder button eclipse don't see the
>> included eggs.
>> You mean I have to add every egg by hand? A have over 100...
>>
>> Thanks
>> Vlad
>>
>>
>> 2011/7/15 Fabio Zadrozny <fabi...@gmail.com>:
>>> As your egg is actually a folder, please use the 'new folder' button
>>> instead of new egg/zips.
>>>
>>> Cheers,
>>>
>>> Fabio
>>>
>>> On Fri, Jul 15, 2011 at 6:20 AM, Vladislav Vorobiev
>>> <mymir....@googlemail.com> wrote:
>>>> Hi,
>>>>
>>>> i want to add egg to my project but can't confirm with the ok button.
>>>> Nothing happends.  Interpreter / Python -> New Egg/Zips(s)
>>>>
>>>> I can only add ziped aggs.
>>>>
>>>> No problem to add for example dm.refuse-1.1-py2.7.egg but can't add
>>>> ZopeUndo-2.12.0-py2.7.egg.
>>>>
>>>> See screenshots...
>>>>
>>>> static.mymir.org/eclipse1.jpg
>>>> static.mymir.org/eclipse2.jpg
>>>>
>>>> Eclipse SDK
>>>> Version: 3.6.2
>>>> PyDev: 2.2.1.2011071313
>>>>
>>>> Any solutions? Thanks
>>>>
>>>> Vad
>>>>
>>>> Best Regards
>>>> Vlad Vorobiev
>>>>
>>>> ------------------------------------------------------------------------------
>>>> AppSumo Presents a FREE Video for the SourceForge Community by Eric
>>>> Ries, the creator of the Lean Startup Methodology on "Lean Startup
>>>> Secrets Revealed." This video shows you how to validate your ideas,
>>>> optimize your ideas and identify your business strategy.
>>>> http://p.sf.net/sfu/appsumosfdev2dev
>>>> _______________________________________________
>>>> Pydev-users mailing list
>>>> Pydev-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/pydev-users
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> AppSumo Presents a FREE Video for the SourceForge Community by Eric
>>> Ries, the creator of the Lean Startup Methodology on "Lean Startup
>>> Secrets Revealed." This video shows you how to validate your ideas,
>>> optimize your ideas and identify your business strategy.
>>> http://p.sf.net/sfu/appsumosfdev2dev
>>> _______________________________________________
>>> Pydev-users mailing list
>>> Pydev-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pydev-users
>>>
>>
>>
>>
>> --
>> Best Regards
>> Vlad Vorobiev
>>
>> ------------------------------------------------------------------------------
>> AppSumo Presents a FREE Video for the SourceForge Community by Eric
>> Ries, the creator of the Lean Startup Methodology on "Lean Startup
>> Secrets Revealed." This video shows you how to validate your ideas,
>> optimize your ideas and identify your business strategy.
>> http://p.sf.net/sfu/appsumosfdev2dev
>> _______________________________________________
>> Pydev-users mailing list
>> Pydev-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pydev-users
>>
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>



-- 
Best Regards
Vlad Vorobiev

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to