I went back and did 'aptitude purge moblin-image-creator' then
reinstalled the package. Now image-creator works, but this time when I
loaded the same tarball, I names it menlow-lpia-ume. I got a similar
error:

[EMAIL PROTECTED]:~$ sudo image-creator
In on_Load_activate
Project name: menlow-lpia-ume
Selected file name: /home/jfaberna/mid-8.04.1-menlow.mic.tar.bz2 
Targer File Name: /home/jfaberna/catalyst-ume-download
Loading Project menlow-lpia-ume
Extracting: /home/jfaberna/mid-8.04.1-menlow.mic.tar.bz2 to temporary
directory: /tmp/tmpJc_Y2w/
Writing new config
file: /var/lib/moblin-image-creator/projects/menlow-lpia-ume.proj
Moving project directory into place
at: /home/jfaberna/catalyst-ume-download
mv -v /tmp/tmpJc_Y2w/project /home/jfaberna/catalyst-ume-download
`/tmp/tmpJc_Y2w/project' -> `/home/jfaberna/catalyst-ume-download'
Removing temporary directory: /tmp/tmpJc_Y2w
Project: menlow-lpia-ume restored
to: /home/jfaberna/catalyst-ume-download
Loading Project Complete
Traceback (most recent call last):
  File "/usr/share/pdk/lib/gui.py", line 975, in on_Load_activate
    self.refreshProjectList()
  File "/usr/share/pdk/lib/gui.py", line 978, in refreshProjectList
    self.sdk.discover_projects()
  File "/usr/share/pdk/lib/SDK.py", line 188, in discover_projects
    self.projects[config.name] = Project.Project(config,
self.platforms[config.platform], self.progress_callback)
KeyError: 'menlow-lpia-ume'

Looks like it failed. Any ideas?

Jim Abernathy


On Fri, 2008-08-01 at 08:29 -0400, Prajwal Mohan wrote:
> Hi Jim,
>     You are getting this error because you have added an unrecognized 
> project. The platform 'menlow-lpia-ume' is probably not defined in your 
> platform definition.
> You can get rid of this problem by removing the <your_project>.proj file 
> in /var/lib/moblin-image-creator/projects dir (or 
> /usr/share/pdk/projects depending on the version of MIC you have).
> 
> This problem was fixed in MIC some time back to warn users that 
> unsupported projects were found and continue without showing those 
> projects in the list of projects.
> Thanks,
> Praj
> 
> 
> Jim Abernathy wrote:
> > I downloaded the Moblin Image Creator project tarball:
> > mid-8.04.1-menlow.mic.tar.bz2
> >
> > When I tried to load the project, it ran for a while then a key error
> > occurred. Now every time I start sudo image-creator, I get the following
> > error:
> > Traceback (most recent call last):
> >   File "/usr/bin/image-creator", line 53, in <module>
> >     sdk = SDK.SDK()
> >   File "/usr/share/pdk/lib/SDK.py", line 163, in __init__
> >     self.discover_projects()
> >   File "/usr/share/pdk/lib/SDK.py", line 188, in discover_projects
> >     self.projects[config.name] = Project.Project(config,
> > self.platforms[config.platform], self.progress_callback)
> > KeyError: 'menlow-lpia-ume'
> >
> > Anybody have a clue as to how to get out of this loop? I'm not sure what
> > file is corrupted.
> >
> > Jim Abernathy
> >
> >
> >   


-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to