Ticket #3587 (closed defect: fixed)
Not possible to install as "dev"
| Reported by: | humitos | Owned by: | bert |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | Etoys | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | |
| Cc: | humitos | Distribution/OS: | Unspecified |
| Bug Status: | Unconfirmed |
Description
I've just downloaded the source from the git repository[1] and I tried to install this as usual in my jhbuild instance, using:
python setup.py dev
and I got this error:
Traceback (most recent call last):
File "setup.py", line 3, in <module>
bundlebuilder.start()
File "/home/humitos/sugar-jhbuild/install/lib/python2.7/site-packages/sugar/activity/bundlebuilder.py", line 390, in start
config = Config()
File "/home/humitos/sugar-jhbuild/install/lib/python2.7/site-packages/sugar/activity/bundlebuilder.py", line 81, in __init__
self.update()
File "/home/humitos/sugar-jhbuild/install/lib/python2.7/site-packages/sugar/activity/bundlebuilder.py", line 84, in update
self.bundle = bundle = ActivityBundle(self.source_dir)
File "/home/humitos/sugar-jhbuild/install/lib/python2.7/site-packages/sugar/bundle/activitybundle.py", line 69, in __init__
raise MalformedBundleException('No activity.info file')
sugar.bundle.bundle.MalformedBundleException: No activity.info file
After this, I realized this activity doesn't have the common directory structure and I don't know what to do.
Change History
Note: See
TracTickets for help on using
tickets.
