I tried out what was suggested by Miki Tebeka but unfortunately it didn't work. I get a error saying invalid command 'bdist_egg'.
F:\workspace\projects\backup\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\ Python32\python setup.py bdist_egg c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_egg' On 7 February 2012 09:02, Karthik Sampath Kumar <[email protected]> wrote: > Thank You. > > > On 5 February 2012 09:43, Miki Tebeka <[email protected]> wrote: > >> If you didn't find it by now then >> python setup.py bdist_egg >> >> (sorry the the late reply). >> >> On Mon, Jan 30, 2012 at 4:10 AM, Karthik Sampath Kumar <[email protected]> >> wrote: >> > Hi, >> > >> > Can you tell me what steps I have to follow in order to generate the >> .egg >> > file? I am able to generate only the egg-info file alone. >> > >> > >> F:\workspace\projects\serialization\apache-avro-62d3cac\apache-avro-62d3cac\lang\py>c:\Python32\python >> > setup.py install >> > c:\Python32\lib\distutils\dist.py:257: UserWarning: Unknown distribution >> > option: >> > 'install_requires' >> > warnings.warn(msg) >> > running install >> > running build >> > running build_py >> > running build_scripts >> > running install_lib >> > byte-compiling c:\Python32\Lib\site-packages\avro\io.py to io.pyc >> > running install_scripts >> > running install_egg_info >> > Removing >> c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >> > Writing c:\Python32\Lib\site-packages\avro-_AVRO_VERSION_-py3.2.egg-info >> > >> > Thank You >> > > > > -- > Regards, > Karthik Sampath > > > -- Regards, Karthik Sampath
