chrischabot / opensocial-python-client

Automatically exported from code.google.com/p/opensocial-python-client
Apache License 2.0
0 stars 0 forks source link

Package install problem #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, i have a problem using a package,
it's distutils based, and looks like it has not correct setup.py 
cause there are no Crypto subpackages in build of package, you can reproduce:

What steps will reproduce the problem?

anatoly@anatoly-desktop:~/install/opensocial-python-client$
~/python/gadoz-dev-2.5/bin/python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/opensocial
copying src/opensocial/errors.py -> build/lib/opensocial
copying src/opensocial/validator.py -> build/lib/opensocial
copying src/opensocial/data.py -> build/lib/opensocial
copying src/opensocial/mock_http.py -> build/lib/opensocial
copying src/opensocial/__init__.py -> build/lib/opensocial
copying src/opensocial/http.py -> build/lib/opensocial
copying src/opensocial/request.py -> build/lib/opensocial
creating build/lib/opensocial/oauth
copying src/opensocial/oauth/__init__.py -> build/lib/opensocial/oauth
creating build/lib/opensocial/simplejson
copying src/opensocial/simplejson/encoder.py -> build/lib/opensocial/simplejson
copying src/opensocial/simplejson/scanner.py -> build/lib/opensocial/simplejson
copying src/opensocial/simplejson/jsonfilter.py ->
build/lib/opensocial/simplejson
copying src/opensocial/simplejson/__init__.py ->
build/lib/opensocial/simplejson
copying src/opensocial/simplejson/decoder.py -> build/lib/opensocial/simplejson
creating build/lib/opensocial/Crypto
copying src/opensocial/Crypto/__init__.py -> build/lib/opensocial/Crypto

see last rows, only __init__.py copied

so, solution seems to add subpackages to setup.py:

packages=['opensocial', 'opensocial.oauth', 'opensocial.simplejson',
'opensocial.Crypto', 'opensocial.Crypto.PublicKey', 'opensocial.Crypto.Util']

Original issue reported on code.google.com by bubenkoff on 22 Dec 2009 at 8:36

GoogleCodeExporter commented 9 years ago
i can fix if you'll permit

Original comment by bubenkoff on 22 Dec 2009 at 8:39

GoogleCodeExporter commented 9 years ago
Does anyone read the comments on issues? Bubenkoff reported 6 days ago that he 
can 
fix. What's the reply??????

Original comment by dean.pow...@gmail.com on 29 Dec 2009 at 9:55

GoogleCodeExporter commented 9 years ago
Fixed in r86 thanks for the patch.

Original comment by kur...@google.com on 6 Jan 2010 at 5:33