Dear all,

I am relatively new to Python, so please accept my apologies if this is a 
stupid question. I have a number of libraries installed in my site-packages 
directory (/Library/Python/2.6/site-packages on a Mac). When I simply add this 
directory to the PYTHONPATH for my interpreter the modules are no found. 
Instead, I need to add each individual .egg file or directory. Ok, I can live 
with that. However, when I set up my PYTHONPATH like this I have a problem when 
running setup.py install for my project to deploy it to my machine: the entries 
for the .egg files I included in the PYTHONPATH are deleted from the 
easy-install.pth file! I am not sure why this is happening, can anyone shed 
light on this? Also, why does PyDev not find the .eggs in my site-package 
directory? Is this a bug or a feature?

Cheers,

Alex

---
Alexander Voss
Lecturer in Software Engineering
School of Computer Science
University of St Andrews
http://www.cs.st-andrews.ac.uk/~avoss
The University of St Andrews is a charity registered in Scotland : No SC013532

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to