Bug #747

RSTsandbox python does not work

Added by J. Wienke over 12 years ago. Updated over 12 years ago.

Status:ResolvedStart date:12/07/2011
Priority:UrgentDue date:
Assignee:J. Wienke% Done:

100%

Category:-
Target version:-

Description

jwienke@augit:~/workspace/RST/build/python/sandbox/dist$ PYTHONPATH=../../stable/dist/rst-0.0.0-py2.6.egg:rstsandbox-0.0.0-py2.6.egg:$PYTHONPATH python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rstsandbox.generic.MethodCall_pb2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/rstsandbox/generic/MethodCall_pb2.py", line 40, in <module>
ImportError: No module named generic.Value_pb2

Associated revisions

Revision 8b77036b
Added by J. Wienke over 12 years ago

try to fix #747. However, not sure if this is a real fix for the problem or just a fix of the previous commit to this file.

refs #747

History

#1 Updated by J. Wienke over 12 years ago

  • Status changed from New to Feedback
  • Assignee set to J. Wienke
  • % Done changed from 0 to 50

Can you test it again with trunk?

Please note, after importing rstsandbox you can access the modules directly in the rst package, e.g. like rst.generic.MethodCall_pb2.MethodCall. This is the preferred way o accessing them as your client code will not break when code is transferred from sandbox to stable.

#2 Updated by S. Schneider over 12 years ago

  • Status changed from Feedback to Resolved
  • % Done changed from 50 to 100

It's working.

Also available in: Atom PDF