Comment #21 on issue 66 by alexei.dvoretskii: cannot install using easy_install
http://code.google.com/p/protobuf/issues/detail?id=66

Our python2.6 installation on windows lives in W:\Python\Python26 and I was able to install the egg into W:\Python\Python26\Lib\site-packages\protobuf-2.3.0-py2.6.egg by
following the following procedure:

- download protobuf-2.3.0 on to a filesystem that is visible from Windows via a
mapped drive
- run the install on linux, this will among other things generate descriptor_pb2.py
out of descriptor.proto using protoc installed on linux
- on windows cd to protobuf-2.3.0/python directory under the mapped drive
- W:\Python\Python26\python.exe setup.py install

I haven't tested this much further but at least I can successfully do:

W:\Python\Python26\python.exe
from google.protobuf import descriptor_pb2

so I think there is a good chance it's a working installation.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to