Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34028 > unrolled thread

How to ship eggs with pyo files only

Started byAndriy Kornatskyy <andriy.kornatskyy@live.com>
First post2012-11-28 21:52 +0300
Last post2012-11-28 21:52 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How to ship eggs with pyo files only Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-11-28 21:52 +0300

#34028 — How to ship eggs with pyo files only

FromAndriy Kornatskyy <andriy.kornatskyy@live.com>
Date2012-11-28 21:52 +0300
SubjectHow to ship eggs with pyo files only
Message-ID<mailman.342.1354128820.29569.python-list@python.org>
There is sometimes a need to ship python egg distribution with pyo files only. There is confusion using bdist_egg command since it doesn't have any options to do that; you can read more about solution here:

http://mindref.blogspot.com/2012/11/python-egg-pyo.html

Thanks.

Andriy Kornatskyy
 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web