Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-26 Thread Vladislav Vorobiev
Thanks i found this solution already. great. Vlad 2011/7/26 Fabio Zadrozny : > There's a recipe for buildout/pydev. See: > http://pypi.python.org/pypi/pb.recipes.pydev/0.4.5 (if it doesn't work > for you, please let me know). > > Cheers, > > Fabio > > On Mon, Jul 25, 2011 at 1:20 PM, Vladislav Vo

Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-26 Thread Fabio Zadrozny
There's a recipe for buildout/pydev. See: http://pypi.python.org/pypi/pb.recipes.pydev/0.4.5 (if it doesn't work for you, please let me know). Cheers, Fabio On Mon, Jul 25, 2011 at 1:20 PM, Vladislav Vorobiev wrote: > Hi my Interpreter looks like > > zopepy > > #!/home/p27b/usr/bin/python > > i

Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-25 Thread Vladislav Vorobiev
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/.b

Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-15 Thread Fabio Zadrozny
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 wrote: > if I add my egg Folder with New Folder button eclipse don't see the > include

Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-15 Thread Vladislav Vorobiev
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 : > As your egg is actually a folder, please use the 'new folder' button > instead of new egg/zips. > > Cheers, > >

Re: [Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-15 Thread Fabio Zadrozny
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 wrote: > Hi, > > i want to add egg to my project but can't confirm with the ok button. > Nothing happends.  Interpreter / Python -> New

[Pydev-users] Can't add eggs to Eclipse PyDev Project

2011-07-15 Thread Vladislav Vorobiev
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/ecl