Re: Building EGGs

2009-11-12 Thread Philip Jenvey


On Nov 10, 2009, at 7:33 AM, gsandorx wrote:

 
 Hi,
 When building egg packages, do I need to run the command “python
 setup.py bdist_egg” with every python executable corresponding to my
 desired supported versions? Doing so would require me to have virtual
 enviroments for at least 3 python versions (2.4, 2.5, 2.6), wouldn’t?
 Isn’t there an easy way?
 (I’m currently using python26)


Pretty much, but as Tom mentions you rare should need to do this, sdist should 
be enough. Otherwise I've done this on OS X using MacPorts installations of 
Python, which will install the non-default Python as python2.x. Then I've just 
ran python setup.py bdist_egg, python2.3 setup.py bdist_egg, etc


--
Philip Jenvey


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Building EGGs

2009-11-10 Thread gsandorx

Hi,
When building egg packages, do I need to run the command “python
setup.py bdist_egg” with every python executable corresponding to my
desired supported versions? Doing so would require me to have virtual
enviroments for at least 3 python versions (2.4, 2.5, 2.6), wouldn’t?
Isn’t there an easy way?
(I’m currently using python26)
Thanks,
Sandor

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Building EGGs

2009-11-10 Thread tom . willis
python setup.py sdist has given me the most benefit. I think this is ok, unless 
you have platform specific c code or something.
Sent from my BlackBerry device from Cincinnati Bell Wireless

-Original Message-
From: gsandorx gsand...@gmail.com
Date: Tue, 10 Nov 2009 07:33:10 
To: pylons-discusspylons-discuss@googlegroups.com
Subject: Building EGGs


Hi,
When building egg packages, do I need to run the command “python
setup.py bdist_egg” with every python executable corresponding to my
desired supported versions? Doing so would require me to have virtual
enviroments for at least 3 python versions (2.4, 2.5, 2.6), wouldn’t?
Isn’t there an easy way?
(I’m currently using python26)
Thanks,
Sandor



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---