It looks like you just copied over the source code. You need to install the
modules in a place where python can find them: the python/setup.py script
does this for you.

On Wed, Apr 7, 2010 at 3:29 PM, Sherry Yang <yangcoo...@gmail.com> wrote:

> Kenton,
>   Thanks for the followup. I actually copied over the complete install to
> the production server and this did not help. Here are the directories (and
> their subdirectories) I copied:
>  protobuf-2.3.0]$ ls
> aclocal.m4    config.status     editors                       libtool
> protobuf-lite.pc     stamp-h1
> autogen.sh    config.sub        examples                      ltmain.sh
> protobuf-lite.pc.in  vsprojects
> CHANGES.txt   configure         generate_descriptor_proto.sh  m4
> protobuf.pc
> config.guess  configure.ac      gtest                         Makefile
> protobuf.pc.in
> config.h      CONTRIBUTORS.txt  install-sh                    Makefile.am
> python
> config.h.in   COPYING.txt       INSTALL.txt                   Makefile.in
> README.txt
> config.log    depcomp           java                          missing
> src
>
> Am I doing the right thing?
>
> Eric
>
>
>
> On Wed, Apr 7, 2010 at 3:03 PM, Kenton Varda <ken...@google.com> wrote:
>
>> You need all the files that don't have "test" in the name.  (The test
>> files shouldn't be installed anyway.)
>>
>> Protobufs do not depend on anything outside the Python standard library.
>>
>>
>> On Wed, Apr 7, 2010 at 2:01 PM, Eric <yangcoo...@gmail.com> wrote:
>>
>>> Hello,
>>>  I have Python and Google Protocol Buffers running on a CentOS system
>>> using the standard install. I want to run my Python scripts on a
>>> production server (also CentOS) but if possible I would like avoid
>>> doing the full install. Is there a relatively small subset of files I
>>> can copy from the development system to the production server to get
>>> this running?
>>>
>>> thanks again,
>>> Eric
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Protocol Buffers" group.
>>> To post to this group, send email to proto...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/protobuf?hl=en.
>>>
>>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>

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

Reply via email to